Searched refs:bottom_index (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c735 int *bottom_index,
809 *bottom_index = active_best_quality;
820 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index;
839 assert(*bottom_index <= rc->worst_quality &&
840 *bottom_index >= rc->best_quality);
882 int *bottom_index,
997 *bottom_index = active_best_quality;
1015 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index;
734 rc_pick_q_and_bounds_one_pass_cbr(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
881 rc_pick_q_and_bounds_one_pass_vbr(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
1062 rc_pick_q_and_bounds_two_pass(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
1245 vp9_rc_pick_q_and_bounds(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
[all...]
H A Dvp9_ratectrl.h244 int vp9_rc_pick_q_and_bounds(const struct VP9_COMP *cpi, int *bottom_index,
H A Dvp9_encoder.c3291 static void set_size_dependent_vars(VP9_COMP *cpi, int *q, int *bottom_index, argument
3300 *q = vp9_rc_pick_q_and_bounds(cpi, bottom_index, top_index);
3456 int q = 0, bottom_index = 0, top_index = 0; // Dummy variables. local
3575 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index);
3665 int bottom_index, top_index; local
3691 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index);
3696 qrange_adj = VPXMAX(1, (top_index - bottom_index) / 2);
3698 bottom_index =
3699 VPXMAX(bottom_index - qrange_adj / 2, cpi->oxcf.best_allowed_q);
3714 q_low = bottom_index;
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3271 int bottom_index; local
3810 bottom_index = cpi->active_best_quality;
4031 bottom_index = cpi->active_best_quality;
4116 bottom_index)) {

Completed in 131 milliseconds