Searched refs:ff_vc1_mv_pmode_table2 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1data.h42 extern const uint8_t ff_vc1_mv_pmode_table2[2][4];
H A Dvc1.c668 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][get_unary(gb, 1, 3)];
1049 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][mvmode2];
1162 v->mv_mode = ff_vc1_mv_pmode_table2[lowquant][mvmode];
H A Dvc1data.c47 const uint8_t ff_vc1_mv_pmode_table2[2][4] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1data.h42 extern const uint8_t ff_vc1_mv_pmode_table2[2][4];
H A Dvc1.c740 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][get_unary(gb, 1, 3)];
1103 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][mvmode2];
1242 v->mv_mode = ff_vc1_mv_pmode_table2[lowquant][mvmode];
H A Dvc1data.c47 const uint8_t ff_vc1_mv_pmode_table2[2][4] = { variable

Completed in 118 milliseconds