Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libswscale
  • rgb2rgb.c
Find file
BlameHistoryPermalink
  • Martin Storsjö's avatar
    swscale: aarch64: Add a NEON implementation of interleaveBytes · e0604d50
    Martin Storsjö authored May 15, 2020
    This allows speeding up format conversions from yuv420 to nv12.
    
                                 Cortex A53      A72      A73
    interleave_bytes_c:             86077.5  51433.0  66972.0
    interleave_bytes_neon:          19701.7  23019.2  15859.2
    interleave_bytes_aligned_c:     86603.0  52017.2  67484.2
    interleave_bytes_aligned_neon:   9061.0   7623.0   6309.0
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    e0604d50
rgb2rgb.c 17.1 KB
EditWeb IDE

Replace rgb2rgb.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.