Lines Matching refs:bottom_index
3647 static void set_size_dependent_vars(VP9_COMP *cpi, int *q, int *bottom_index, argument
3655 *q = vp9_rc_pick_q_and_bounds(cpi, bottom_index, top_index);
3858 int q = 0, bottom_index = 0, top_index = 0; local
4036 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index);
4362 int bottom_index, top_index; local
4424 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index);
4429 qrange_adj = VPXMAX(1, (top_index - bottom_index) / 2);
4431 bottom_index =
4432 VPXMAX(bottom_index - qrange_adj / 2, oxcf->best_allowed_q);
4446 q_low = bottom_index;
4681 VPXMAX(q_high, top_index), bottom_index)) {
4737 q = vp9_rc_regulate_q(cpi, rc->this_frame_target, bottom_index,
4742 q = vp9_rc_regulate_q(cpi, rc->this_frame_target, bottom_index,
4761 VPXMIN(q_low, bottom_index), top_index);
4773 VPXMIN(q_low, bottom_index), top_index);