[FFmpeg-devel] [PATCH] Add x86-optimized versions of exponent_min().
Måns Rullgård
mans
Fri Jan 28 21:06:00 CET 2011
Justin Ruggles <justin.ruggles at gmail.com> writes:
> ---
> libavcodec/Makefile | 6 +++-
> libavcodec/ac3dsp.c | 51 ++++++++++++++++++++++++++++++++++++
> libavcodec/ac3dsp.h | 44 +++++++++++++++++++++++++++++++
> libavcodec/ac3enc.c | 35 +++++-------------------
> libavcodec/x86/Makefile | 4 +++
> libavcodec/x86/ac3dsp.asm | 61 +++++++++++++++++++++++++++++++++++++++++++
> libavcodec/x86/ac3dsp_mmx.c | 47 +++++++++++++++++++++++++++++++++
> libavcodec/x86/x86util.asm | 6 ++++
> 8 files changed, 224 insertions(+), 30 deletions(-)
> create mode 100644 libavcodec/ac3dsp.c
> create mode 100644 libavcodec/ac3dsp.h
> create mode 100644 libavcodec/x86/ac3dsp.asm
> create mode 100644 libavcodec/x86/ac3dsp_mmx.c
>
> New patch. Added HAVE_YASM around yasm function prototypes and assignments.
C parts look OK, leaving x86 to the relevant gurus.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list