comparison dsputil.c @ 11380:8f061327e46a libavcodec

Move ff_spatial_dwt() prototype to snow.h
author mru
date Sat, 06 Mar 2010 22:37:03 +0000
parents 4b0cc1b97def
children 5fe3559e8e71
comparison
equal deleted inserted replaced
11379:4b0cc1b97def 11380:8f061327e46a
38 #include "config.h" 38 #include "config.h"
39 #include "lpc.h" 39 #include "lpc.h"
40 #include "ac3dec.h" 40 #include "ac3dec.h"
41 #include "vorbis.h" 41 #include "vorbis.h"
42 #include "png.h" 42 #include "png.h"
43
44 /* snow.c */
45 void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);
46 43
47 uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP] = {0, }; 44 uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP] = {0, };
48 uint32_t ff_squareTbl[512] = {0, }; 45 uint32_t ff_squareTbl[512] = {0, };
49 46
50 // 0x7f7f7f7f or 0x7f7f7f7f7f7f7f7f or whatever, depending on the cpu's native arithmetic size 47 // 0x7f7f7f7f or 0x7f7f7f7f7f7f7f7f or whatever, depending on the cpu's native arithmetic size