[FFmpeg-devel] [PATCH] Add x86-optimized versions of exponent_min().

Ronald S. Bultje rsbultje
Thu Feb 10 21:33:43 CET 2011


Hi,

On Thu, Feb 10, 2011 at 12:20 PM, Justin Ruggles
<justin.ruggles at gmail.com> wrote:
> ---
> ?libavcodec/Makefile ? ? ? ? | ? ?6 ++-
> ?libavcodec/ac3dsp.c ? ? ? ? | ? 51 ++++++++++++++++++++++++++++++++
> ?libavcodec/ac3dsp.h ? ? ? ? | ? 43 +++++++++++++++++++++++++++
> ?libavcodec/ac3enc.c ? ? ? ? | ? 33 ++++-----------------
> ?libavcodec/x86/Makefile ? ? | ? ?4 ++
> ?libavcodec/x86/ac3dsp.asm ? | ? 67 +++++++++++++++++++++++++++++++++++++++++++
> ?libavcodec/x86/ac3dsp_mmx.c | ? 45 +++++++++++++++++++++++++++++
> ?libavcodec/x86/x86util.asm ?| ? 10 ++++++
> ?8 files changed, 230 insertions(+), 29 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

Applied.

Ronald



More information about the ffmpeg-devel mailing list