Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpeg12data.h49 extern const uint8_t ff_mpeg12_mbMotionVectorTable[17][2];
Dmpeg12data.c288 const uint8_t ff_mpeg12_mbMotionVectorTable[17][2] = { variable
Dmpeg12enc.c605 ff_mpeg12_mbMotionVectorTable[0][1], in mpeg1_encode_motion()
606 ff_mpeg12_mbMotionVectorTable[0][0]); in mpeg1_encode_motion()
630 ff_mpeg12_mbMotionVectorTable[code][1], in mpeg1_encode_motion()
631 ff_mpeg12_mbMotionVectorTable[code][0]); in mpeg1_encode_motion()
1076 len = ff_mpeg12_mbMotionVectorTable[0][1]; in mpeg12_encode_init_static()
1088 len = ff_mpeg12_mbMotionVectorTable[code][1] + in mpeg12_encode_init_static()
1091 len = ff_mpeg12_mbMotionVectorTable[16][1] + in mpeg12_encode_init_static()
Dmpeg12.c145 &ff_mpeg12_mbMotionVectorTable[0][1], 2, 1, in mpeg12_init_vlcs()
146 &ff_mpeg12_mbMotionVectorTable[0][0], 2, 1, 266); in mpeg12_init_vlcs()