Searched refs:top_index (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 691 int *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() argument 767 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_cbr() 780 *top_index = active_worst_quality + qdelta; 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() 791 if (q > *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() 794 *top_index = q; in rc_pick_q_and_bounds_one_pass_cbr() 796 q = *top_index; in rc_pick_q_and_bounds_one_pass_cbr() 799 assert(*top_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_cbr() 800 *top_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr() 823 int *top_index) { in rc_pick_q_and_bounds_one_pass_vbr() argument [all …]
|
D | vp9_ratectrl.h | 236 int *top_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); 3377 q_high = top_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 | 3587 int top_index; in encode_frame_to_data_rate() local 4163 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4415 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4448 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4499 Q, top_index, bottom_index ) ) in encode_frame_to_data_rate()
|