comparison mpeg4data.h @ 458:e573f907734d libavcodec

data partitioning
author michaelni
date Sun, 02 Jun 2002 12:23:22 +0000
parents ac6fc4c7aecb
children 0b4450c15067
comparison
equal deleted inserted replaced
457:583dcee270d2 458:e573f907734d
11 #define EXTENDED_PAR 15 11 #define EXTENDED_PAR 15
12 12
13 //vol_sprite_usage / sprite_enable 13 //vol_sprite_usage / sprite_enable
14 #define STATIC_SPRITE 1 14 #define STATIC_SPRITE 1
15 #define GMC_SPRITE 2 15 #define GMC_SPRITE 2
16
17 #define MOTION_MARKER 0x1F001
18 #define DC_MARKER 0x6B001
19
16 20
17 /* dc encoding for mpeg4 */ 21 /* dc encoding for mpeg4 */
18 const UINT8 DCtab_lum[13][2] = 22 const UINT8 DCtab_lum[13][2] =
19 { 23 {
20 {3,3}, {3,2}, {2,2}, {2,3}, {1,3}, {1,4}, {1,5}, {1,6}, {1,7}, 24 {3,3}, {3,2}, {2,2}, {2,3}, {1,3}, {1,4}, {1,5}, {1,6}, {1,7},