comparison h263.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 b20c590170cc
children 04423b2f6e0b
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
37 #include "dsputil.h" 37 #include "dsputil.h"
38 #include "avcodec.h" 38 #include "avcodec.h"
39 #include "mpegvideo.h" 39 #include "mpegvideo.h"
40 #include "h263data.h" 40 #include "h263data.h"
41 #include "mpeg4data.h" 41 #include "mpeg4data.h"
42 #include "mathops.h"
42 43
43 //#undef NDEBUG 44 //#undef NDEBUG
44 //#include <assert.h> 45 //#include <assert.h>
45 46
46 #define INTRA_MCBPC_VLC_BITS 6 47 #define INTRA_MCBPC_VLC_BITS 6