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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12data.h49 extern const uint8_t ff_mpeg12_mbMotionVectorTable[17][2];
H A Dmpeg12enc.c678 ff_mpeg12_mbMotionVectorTable[0][1],
679 ff_mpeg12_mbMotionVectorTable[0][0]);
703 ff_mpeg12_mbMotionVectorTable[code][1],
704 ff_mpeg12_mbMotionVectorTable[code][0]);
762 if(mv==0) len= ff_mpeg12_mbMotionVectorTable[0][1];
774 len= ff_mpeg12_mbMotionVectorTable[code][1] + 1 + bit_size;
776 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.c681 &ff_mpeg12_mbMotionVectorTable[0][1], 2, 1,
682 &ff_mpeg12_mbMotionVectorTable[0][0], 2, 1, 518);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12data.h49 extern const uint8_t ff_mpeg12_mbMotionVectorTable[17][2];
H A Dmpeg12.c158 &ff_mpeg12_mbMotionVectorTable[0][1], 2, 1,
159 &ff_mpeg12_mbMotionVectorTable[0][0], 2, 1, 518);
H A Dmpeg12enc.c573 ff_mpeg12_mbMotionVectorTable[0][1],
574 ff_mpeg12_mbMotionVectorTable[0][0]);
598 ff_mpeg12_mbMotionVectorTable[code][1],
599 ff_mpeg12_mbMotionVectorTable[code][0]);
1057 len = ff_mpeg12_mbMotionVectorTable[0][1];
1069 len = ff_mpeg12_mbMotionVectorTable[code][1] +
1072 len = ff_mpeg12_mbMotionVectorTable[16][1] +
H A Dmpeg12data.c288 const uint8_t ff_mpeg12_mbMotionVectorTable[17][2] = { variable

Completed in 87 milliseconds