comparison ffv1.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 7a463923ecd1
children e9d9d946f213
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
28 #include "avcodec.h" 28 #include "avcodec.h"
29 #include "bitstream.h" 29 #include "bitstream.h"
30 #include "dsputil.h" 30 #include "dsputil.h"
31 #include "rangecoder.h" 31 #include "rangecoder.h"
32 #include "golomb.h" 32 #include "golomb.h"
33 #include "mathops.h"
33 34
34 #define MAX_PLANES 4 35 #define MAX_PLANES 4
35 #define CONTEXT_SIZE 32 36 #define CONTEXT_SIZE 32
36 37
37 extern const uint8_t ff_log2_run[32]; 38 extern const uint8_t ff_log2_run[32];