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
  • libavcodec
  • x86
  • opus_pvq_search.asm
Find file
BlameHistoryPermalink
  • Ivan Kalvachev's avatar
    opus_pvq_search: Restore the proper use of conditional define and simplify the… · 43dab86b
    Ivan Kalvachev authored Aug 19, 2017
    opus_pvq_search: Restore the proper use of conditional define and simplify the function name suffix handling.
    
    Using named define properly documents the code paths.
    It also avoids passing additional numbered arguments through
    multiple levels of macro templates.
    
    The suffix handling is done by concatenation, like in
    other asm functions and avoid having two separate
    "cglobal" defines.
    Signed-off-by: 's avatarIvan Kalvachev <ikalvachev@gmail.com>
    43dab86b
opus_pvq_search.asm 12.1 KB
EditWeb IDE

Replace opus_pvq_search.asm

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.