Searched refs:ff_v2_mb_type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsmpeg4data.h73 extern const uint8_t ff_v2_mb_type[8][2];
H A Dmsmpeg4enc.c402 ff_v2_mb_type[cbp&3][1],
403 ff_v2_mb_type[cbp&3][0]);
460 ff_v2_mb_type[(cbp&3) + 4][1],
461 ff_v2_mb_type[(cbp&3) + 4][0]);
H A Dmsmpeg4dec.c345 &ff_v2_mb_type[0][1], 2, 1,
346 &ff_v2_mb_type[0][0], 2, 1, 128);
H A Dmsmpeg4data.c1802 const uint8_t ff_v2_mb_type[8][2] = { variable

Completed in 65 milliseconds