[FFmpeg-devel] [PATCH 1/2] Separate DWT from snow and dsputil
Måns Rullgård
mans
Sun Mar 14 18:50:41 CET 2010
Michael Niedermayer <michaelni at gmx.at> writes:
> On Fri, Mar 12, 2010 at 01:44:46PM +0000, Mans Rullgard wrote:
>> This moves the DWT functions from snow.c and dsputil.c to a file of
>> their own. A new struct, DWTContext, holds the function pointers
>> previously part of DSPContext.
>> ---
>> configure | 4 +-
>> libavcodec/Makefile | 3 +-
>> libavcodec/dsputil.c | 112 +------
>> libavcodec/dsputil.h | 12 +-
>> libavcodec/dwt.c | 843 ++++++++++++++++++++++++++++++++++++++++++
>> libavcodec/{snow.h => dwt.h} | 107 +++---
>> libavcodec/ivi_dsp.c | 1 +
>> libavcodec/snow.c | 728 +------------------------------------
>> libavcodec/snow.h | 97 +-----
>> libavcodec/x86/dsputil_mmx.c | 19 -
>> libavcodec/x86/dsputil_mmx.h | 9 -
>> libavcodec/x86/snowdsp_mmx.c | 35 ++-
>> 12 files changed, 933 insertions(+), 1037 deletions(-)
>> create mode 100644 libavcodec/dwt.c
>> copy libavcodec/{snow.h => dwt.h} (55%)
>
> should be ok
Applied.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list