OSDN Git Service

Separate DWT from snow and dsputil
authorMåns Rullgård <mans@mansr.com>
Sun, 14 Mar 2010 17:50:12 +0000 (17:50 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 14 Mar 2010 17:50:12 +0000 (17:50 +0000)
commit05aec7bb87236bf6e7c0f61fb6b20c5c922b49e2
treee242c20f03b791662e7227de96f0cc5172583e29
parent28eb5773903a84c991d7f58756fdeaddaf58e46a
Separate DWT from snow and dsputil

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.

Originally committed as revision 22522 to svn://svn.ffmpeg.org/ffmpeg/trunk
12 files changed:
configure
libavcodec/Makefile
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/dwt.c [new file with mode: 0644]
libavcodec/dwt.h [new file with mode: 0644]
libavcodec/ivi_dsp.c
libavcodec/snow.c
libavcodec/snow.h
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/dsputil_mmx.h
libavcodec/x86/snowdsp_mmx.c