comparison huffyuv.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
29 */ 29 */
30 30
31 #include "avcodec.h" 31 #include "avcodec.h"
32 #include "bitstream.h" 32 #include "bitstream.h"
33 #include "dsputil.h" 33 #include "dsputil.h"
34 #include "mathops.h"
34 35
35 #define VLC_BITS 11 36 #define VLC_BITS 11
36 37
37 #ifdef WORDS_BIGENDIAN 38 #ifdef WORDS_BIGENDIAN
38 #define B 3 39 #define B 3