comparison mpeg4data.h @ 664:00a882f626bd libavcodec

interlaced mpeg4 b frame decoding
author michaelni
date Fri, 13 Sep 2002 09:45:32 +0000
parents 0b4450c15067
children e65798d228ea
comparison
equal deleted inserted replaced
663:76fef3b11680 664:00a882f626bd
15 #define GMC_SPRITE 2 15 #define GMC_SPRITE 2
16 16
17 #define MOTION_MARKER 0x1F001 17 #define MOTION_MARKER 0x1F001
18 #define DC_MARKER 0x6B001 18 #define DC_MARKER 0x6B001
19 19
20 #define MB_TYPE_B_DIRECT 0
21 #define MB_TYPE_B_BIDIR 1
22 #define MB_TYPE_B_BACKW 2
23 #define MB_TYPE_B_FORW 3
20 24
21 /* dc encoding for mpeg4 */ 25 /* dc encoding for mpeg4 */
22 const UINT8 DCtab_lum[13][2] = 26 const UINT8 DCtab_lum[13][2] =
23 { 27 {
24 {3,3}, {3,2}, {2,2}, {2,3}, {1,3}, {1,4}, {1,5}, {1,6}, {1,7}, 28 {3,3}, {3,2}, {2,2}, {2,3}, {1,3}, {1,4}, {1,5}, {1,6}, {1,7},