comparison h264.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 2ca51be7dad8
children 8b52ac19a91c
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
30 #include "mpegvideo.h" 30 #include "mpegvideo.h"
31 #include "h264.h" 31 #include "h264.h"
32 #include "h264data.h" 32 #include "h264data.h"
33 #include "h264_parser.h" 33 #include "h264_parser.h"
34 #include "golomb.h" 34 #include "golomb.h"
35 #include "mathops.h"
35 #include "rectangle.h" 36 #include "rectangle.h"
36 #include "vdpau_internal.h" 37 #include "vdpau_internal.h"
37 38
38 #include "cabac.h" 39 #include "cabac.h"
39 #if ARCH_X86 40 #if ARCH_X86