Lines Matching defs:lowquant
629 int pqindex, lowquant, status;
729 lowquant = (v->pq > 12) ? 0 : 1;
730 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][get_unary(gb, 1, 4)];
732 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][get_unary(gb, 1, 3)];
853 int pqindex, lowquant;
1098 lowquant = (v->pq > 12) ? 0 : 1;
1099 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][mvmode];
1103 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][mvmode2];
1234 lowquant = (v->pq > 12) ? 0 : 1;
1235 v->mv_mode = ff_vc1_mv_pmode_table2[lowquant][mvmode];