comparison rv34.h @ 7999:582e4aae5d16 libavcodec

Register RV-[34] block specific feature for long future loop filter
author kostya
date Sun, 05 Oct 2008 16:11:12 +0000
parents c4a4495715dd
children b6d93bef844a
comparison
equal deleted inserted replaced
7998:2dbed1c6a963 7999:582e4aae5d16
30 #include "avcodec.h" 30 #include "avcodec.h"
31 #include "dsputil.h" 31 #include "dsputil.h"
32 #include "mpegvideo.h" 32 #include "mpegvideo.h"
33 33
34 #include "h264pred.h" 34 #include "h264pred.h"
35
36 #define MB_TYPE_SEPARATE_DC 0x01000000
37 #define IS_SEPARATE_DC(a) ((a) & MB_TYPE_SEPARATE_DC)
35 38
36 /** 39 /**
37 * RV30 and RV40 Macroblock types 40 * RV30 and RV40 Macroblock types
38 */ 41 */
39 enum RV40BlockTypes{ 42 enum RV40BlockTypes{