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
  • aarch64
  • yuv2rgb_neon.S
Find file
BlameHistoryPermalink
  • Clément Bœsch's avatar
    sws/aarch64/yuv2rgb: honor iOS calling convention · cab9661d
    Clément Bœsch authored Apr 08, 2016
    y_offset and y_coeff being successive 32-bit integers, they are packed
    into 8 bytes instead of 2x8 bytes.
    
    See https://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iPhoneOSABIReference/Articles/ARM64FunctionCallingConventions.html
    
    > iOS diverges from Procedure Call Standard for the ARM 64-bit
    > Architecture in several ways
    [...]
    > In the generic procedure call standard, all function arguments passed
    > on the stack consume slots in multiples of 8 bytes. In iOS, this
    > requirement is dropped, and values consume only the space required.
    [...]
    > Padding is still inserted on the stack to satisfy arguments’ alignment
    > requirements.
    cab9661d
yuv2rgb_neon.S 9.77 KB
EditWeb IDE

Replace yuv2rgb_neon.S

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.