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

Justin Ruggles justin.ruggles
Wed Feb 9 22:27:11 CET 2011


---
 libavcodec/Makefile         |    6 ++-
 libavcodec/ac3dsp.c         |   51 ++++++++++++++++++++++++++++++++
 libavcodec/ac3dsp.h         |   44 ++++++++++++++++++++++++++++
 libavcodec/ac3enc.c         |   35 ++++------------------
 libavcodec/x86/Makefile     |    4 ++
 libavcodec/x86/ac3dsp.asm   |   67 +++++++++++++++++++++++++++++++++++++++++++
 libavcodec/x86/ac3dsp_mmx.c |   45 +++++++++++++++++++++++++++++
 libavcodec/x86/x86util.asm  |   10 ++++++
 8 files changed, 232 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-x86-optimized-versions-of-exponent_min.patch
Type: text/x-patch
Size: 12970 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110209/afda6f47/attachment.bin>



More information about the ffmpeg-devel mailing list