Searched refs:arf_q (Results 1 – 2 of 2) sorted by relevance
1007 int *top_index, int *arf_q) { in rc_pick_q_and_bounds_two_pass() argument1042 *arf_q = active_best_quality; in rc_pick_q_and_bounds_two_pass()1119 *arf_q = active_best_quality; in rc_pick_q_and_bounds_two_pass()1121 assert(rc->arf_q >= 0); // Ensure it is set to a valid value. in rc_pick_q_and_bounds_two_pass()1122 active_best_quality = rc->arf_q; in rc_pick_q_and_bounds_two_pass()1139 *arf_q = active_best_quality; in rc_pick_q_and_bounds_two_pass()1141 assert(rc->arf_q >= 0); // Ensure it is set to a valid value. in rc_pick_q_and_bounds_two_pass()1143 active_best_quality = rc->arf_q; in rc_pick_q_and_bounds_two_pass()1270 int arf_q = -1; // Initialize to invalid value, for sanity check later. in av1_rc_pick_q_and_bounds() local1273 top_index, &arf_q); in av1_rc_pick_q_and_bounds()[all …]
144 int arf_q; member