Searched refs:v2_mb_type (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmsmpeg4data.h82 extern const uint8_t v2_mb_type[8][2];
H A Dmsmpeg4.c498 v2_mb_type[cbp&3][1],
499 v2_mb_type[cbp&3][0]);
560 v2_mb_type[(cbp&3) + 4][1],
561 v2_mb_type[(cbp&3) + 4][0]);
1107 &v2_mb_type[0][1], 2, 1,
1108 &v2_mb_type[0][0], 2, 1, 1);
H A Dmsmpeg4data.c1804 const uint8_t v2_mb_type[8][2] = { variable

Completed in 109 milliseconds