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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpeg12data.h49 extern const uint8_t ff_mpeg12_mbMotionVectorTable[17][2];
H A Dmpeg12enc.c675 ff_mpeg12_mbMotionVectorTable[0][1],
676 ff_mpeg12_mbMotionVectorTable[0][0]);
700 ff_mpeg12_mbMotionVectorTable[code][1],
701 ff_mpeg12_mbMotionVectorTable[code][0]);
759 if(mv==0) len= ff_mpeg12_mbMotionVectorTable[0][1];
772 len= ff_mpeg12_mbMotionVectorTable[code][1] + 1 + bit_size;
774 len= ff_mpeg12_mbMotionVectorTable[16][1] + 2 + bit_size;
H A Dmpeg12data.c288 const uint8_t ff_mpeg12_mbMotionVectorTable[17][2] = { variable
H A Dmpeg12.c157 &ff_mpeg12_mbMotionVectorTable[0][1], 2, 1,
158 &ff_mpeg12_mbMotionVectorTable[0][0], 2, 1, 518);

Completed in 96 milliseconds