Lines Matching refs:q_high
3354 int q = 0, q_low = 0, q_high = 0; local
3377 q_high = top_index;
3474 q_high = q > q_low ? q - 1 : q_low;
3478 q = VPXMIN(q, (q_high + q_low) >> 1);
3483 q_low = q < q_high ? q + 1 : q_high;
3487 q = VPXMIN(q, (q_high + q_low + 1) >> 1);
3491 q = clamp(q, q_low, q_high);
3496 q, VPXMAX(q_high, top_index), bottom_index)) {
3523 q_high = rc->worst_quality;
3526 q_low = q < q_high ? q + 1 : q_high;
3532 q = (q_high + q_low + 1) / 2;
3538 bottom_index, VPXMAX(q_high, top_index));
3543 bottom_index, VPXMAX(q_high, top_index));
3551 q_high = q > q_low ? q - 1 : q_low;
3555 q = (q_high + q_low) / 2;
3569 while (q > q_high && retries < 10) {
3581 q = clamp(q, q_low, q_high);