comparison snow.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 a637db9f59b1
children ce32a456ce9a
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
21 #include "avcodec.h" 21 #include "avcodec.h"
22 #include "dsputil.h" 22 #include "dsputil.h"
23 #include "snow.h" 23 #include "snow.h"
24 24
25 #include "rangecoder.h" 25 #include "rangecoder.h"
26 #include "mathops.h"
26 27
27 #include "mpegvideo.h" 28 #include "mpegvideo.h"
28 29
29 #undef NDEBUG 30 #undef NDEBUG
30 #include <assert.h> 31 #include <assert.h>