Searched refs:ff_vc1_mv_pmode_table (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.h41 extern const uint8_t ff_vc1_mv_pmode_table[2][5];
H A Dvc1.c665 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][get_unary(gb, 1, 4)];
1045 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][mvmode];
H A Dvc1data.c43 const uint8_t ff_vc1_mv_pmode_table[2][5] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1data.h41 extern const uint8_t ff_vc1_mv_pmode_table[2][5];
H A Dvc1.c738 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][get_unary(gb, 1, 4)];
1099 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][mvmode];
H A Dvc1data.c43 const uint8_t ff_vc1_mv_pmode_table[2][5] = { variable

Completed in 111 milliseconds