Searched refs:curr_q (Results 1 – 1 of 1) sorted by relevance
526 const int curr_q = low; in find_closest_qindex_by_rate() local528 get_bits_per_mb(cpi, use_cyclic_refresh, correction_factor, curr_q); in find_closest_qindex_by_rate()533 curr_q == worst_qindex); in find_closest_qindex_by_rate()536 const int prev_q = curr_q - 1; in find_closest_qindex_by_rate()538 if (curr_bit_diff == INT_MAX || curr_q == best_qindex) { in find_closest_qindex_by_rate()549 return (curr_bit_diff <= prev_bit_diff) ? curr_q : prev_q; in find_closest_qindex_by_rate()