comparison motion_est.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 dcfdb3352dde
children 04423b2f6e0b
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <stdio.h> 31 #include <stdio.h>
32 #include <limits.h> 32 #include <limits.h>
33 #include "avcodec.h" 33 #include "avcodec.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 #include "mathops.h"
35 #include "mpegvideo.h" 36 #include "mpegvideo.h"
36 37
37 #undef NDEBUG 38 #undef NDEBUG
38 #include <assert.h> 39 #include <assert.h>
39 40