[FFmpeg-devel] [PATCH 1/2] Separate DWT from snow and dsputil
Michael Niedermayer
michaelni
Sat Mar 13 22:52:08 CET 2010
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
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100313/bbe6fc1b/attachment.pgp>
More information about the ffmpeg-devel
mailing list