Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c735 int *bottom_index, in rc_pick_q_and_bounds_one_pass_cbr() argument
809 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_one_pass_cbr()
820 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index; in rc_pick_q_and_bounds_one_pass_cbr()
839 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_cbr()
840 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
882 int *bottom_index, in rc_pick_q_and_bounds_one_pass_vbr() argument
997 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_one_pass_vbr()
1015 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index; in rc_pick_q_and_bounds_one_pass_vbr()
1037 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_vbr()
1038 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_vbr()
[all …]
Dvp9_ratectrl.h244 int vp9_rc_pick_q_and_bounds(const struct VP9_COMP *cpi, int *bottom_index,
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/
Donyx_if.c3271 int bottom_index; in encode_frame_to_data_rate() local
3810 bottom_index = cpi->active_best_quality; in encode_frame_to_data_rate()
4031 bottom_index = cpi->active_best_quality; in encode_frame_to_data_rate()
4116 bottom_index)) { in encode_frame_to_data_rate()