Searched refs:mvmode2 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.c1047 int mvmode2; local
1048 mvmode2 = get_unary(gb, 1, 3);
1049 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][mvmode2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.c1101 int mvmode2; local
1102 mvmode2 = get_unary(gb, 1, 3);
1103 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][mvmode2];

Completed in 121 milliseconds