OSDN Git Service

Add x86-optimized versions of exponent_min().
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 10 Feb 2011 17:20:36 +0000 (12:20 -0500)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 11 Feb 2011 01:54:09 +0000 (02:54 +0100)
commita30ac54a19d27920ec262ebb104e1f48092a3715
treeb10fb52d87c891e190faf757d665b7c254dace2c
parent952f231588c18cd1a95e001c517f2d529017363f
Add x86-optimized versions of exponent_min().

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit dda3f0ef48aa5c3b03566b60b6bf63211e1fe579)
libavcodec/Makefile
libavcodec/ac3dsp.c [new file with mode: 0644]
libavcodec/ac3dsp.h [new file with mode: 0644]
libavcodec/ac3enc.c
libavcodec/x86/Makefile
libavcodec/x86/ac3dsp.asm [new file with mode: 0644]
libavcodec/x86/ac3dsp_mmx.c [new file with mode: 0644]
libavcodec/x86/x86util.asm