comparison dsputil.c @ 8627:d6bab465b82c libavcodec

moves mid_pred() into mathops.h (with arch specific code split by directory)
author aurel
date Sun, 18 Jan 2009 22:57:40 +0000
parents 68e959302527
children 04423b2f6e0b
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
30 #include "avcodec.h" 30 #include "avcodec.h"
31 #include "dsputil.h" 31 #include "dsputil.h"
32 #include "simple_idct.h" 32 #include "simple_idct.h"
33 #include "faandct.h" 33 #include "faandct.h"
34 #include "faanidct.h" 34 #include "faanidct.h"
35 #include "mathops.h"
35 #include "h263.h" 36 #include "h263.h"
36 #include "snow.h" 37 #include "snow.h"
37 38
38 /* snow.c */ 39 /* snow.c */
39 void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count); 40 void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);