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
  • aacencdsp_init.c
Find file
BlameHistoryPermalink
  • Rostislav Pehlivanov's avatar
    aacenc: add SIMD optimizations for abs_pow34 and quantization · d2ae5f77
    Rostislav Pehlivanov authored Oct 08, 2016
    Performance improvements:
    
    quant_bands:
    with:     681 decicycles in quant_bands, 8388453 runs,    155 skips
    without: 1190 decicycles in quant_bands, 8388386 runs,    222 skips
    Around 42% for the function
    
    Twoloop coder:
    
    abs_pow34:
    with/without: 7.82s/8.17s
    Around 4% for the entire encoder
    
    Both:
    with/without: 7.15s/8.17s
    Around 12% for the entire encoder
    
    Fast coder:
    
    abs_pow34:
    with/without: 3.40s/3.77s
    Around 10% for the entire encoder
    
    Both:
    with/without: 3.02s/3.77s
    Around 20% faster for the entire encoder
    Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
    Tested-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    Reviewed-by: 's avatarJames Almer <jamrial@gmail.com>
    d2ae5f77
aacencdsp_init.c 1.5 KB
EditWeb IDE

Replace aacencdsp_init.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.