comparison ivi_dsp.c @ 11485:0f0cd6b5791f libavcodec

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.
author mru
date Sun, 14 Mar 2010 17:50:12 +0000
parents 1ff8ae765206
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11484:5330f17dc769 11485:0f0cd6b5791f
26 * for Indeo Video Interactive codecs. 26 * for Indeo Video Interactive codecs.
27 */ 27 */
28 28
29 #include "avcodec.h" 29 #include "avcodec.h"
30 #include "dsputil.h" 30 #include "dsputil.h"
31 #include "dwt.h"
31 #include "ivi_common.h" 32 #include "ivi_common.h"
32 #include "ivi_dsp.h" 33 #include "ivi_dsp.h"
33 34
34 void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst, 35 void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst,
35 const int dst_pitch, const int num_bands) 36 const int dst_pitch, const int num_bands)