comparison svq1dec.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 bc36a075bf35
children e9d9d946f213
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
35 35
36 //#define DEBUG_SVQ1 36 //#define DEBUG_SVQ1
37 #include "avcodec.h" 37 #include "avcodec.h"
38 #include "dsputil.h" 38 #include "dsputil.h"
39 #include "mpegvideo.h" 39 #include "mpegvideo.h"
40 #include "mathops.h"
40 41
41 #include "svq1.h" 42 #include "svq1.h"
42 43
43 #undef NDEBUG 44 #undef NDEBUG
44 #include <assert.h> 45 #include <assert.h>