aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/ac3dsp_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun2011-10-201-1/+1
* ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles2011-07-011-0/+9
* ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles2011-05-281-0/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-171-1/+14
* ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-141-0/+12
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-131-0/+11
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-101-0/+45