Home
last modified time | relevance | path

Searched refs:curr_q (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dratectrl.c586 const int curr_q = low; in find_closest_qindex_by_rate() local
588 get_bits_per_mb(cpi, use_cyclic_refresh, correction_factor, curr_q); in find_closest_qindex_by_rate()
593 curr_q == worst_qindex); in find_closest_qindex_by_rate()
596 const int prev_q = curr_q - 1; in find_closest_qindex_by_rate()
598 if (curr_bit_diff == INT_MAX || curr_q == best_qindex) { in find_closest_qindex_by_rate()
609 return (curr_bit_diff <= prev_bit_diff) ? curr_q : prev_q; in find_closest_qindex_by_rate()