Searched refs:bottom_index (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 690 int *bottom_index, in rc_pick_q_and_bounds_one_pass_cbr() argument 768 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_one_pass_cbr() 781 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index; in rc_pick_q_and_bounds_one_pass_cbr() 801 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_cbr() 802 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr() 822 int *bottom_index, in rc_pick_q_and_bounds_one_pass_vbr() argument 921 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_one_pass_vbr() 942 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index; in rc_pick_q_and_bounds_one_pass_vbr() 965 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_vbr() 966 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_vbr() [all …]
|
D | vp9_ratectrl.h | 235 int *bottom_index,
|
D | vp9_encoder.c | 3056 int *bottom_index, int *top_index) { argument 3064 *q = vp9_rc_pick_q_and_bounds(cpi, bottom_index, top_index); 3231 int q = 0, bottom_index = 0, top_index = 0; // Dummy variables. local 3272 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index); 3346 int bottom_index, top_index; local 3364 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index); 3376 q_low = bottom_index; 3496 q, VPXMAX(q_high, top_index), bottom_index)) { 3538 bottom_index, VPXMAX(q_high, top_index)); 3543 bottom_index, VPXMAX(q_high, top_index)); [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 3588 int bottom_index; in encode_frame_to_data_rate() local 4162 bottom_index = cpi->active_best_quality; in encode_frame_to_data_rate() 4414 bottom_index = cpi->active_best_quality; in encode_frame_to_data_rate() 4499 Q, top_index, bottom_index ) ) in encode_frame_to_data_rate()
|