Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.c1007 int *top_index, int *arf_q) { in rc_pick_q_and_bounds_two_pass() argument
1042 *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() local
1273 top_index, &arf_q); in av1_rc_pick_q_and_bounds()
[all …]
Dratectrl.h144 int arf_q; member