Searched refs:top_index (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 493 int *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() argument 569 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_cbr() 576 *top_index = (active_worst_quality + active_best_quality * 3) / 4; in rc_pick_q_and_bounds_one_pass_cbr() 585 if (q > *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() 588 *top_index = q; in rc_pick_q_and_bounds_one_pass_cbr() 590 q = *top_index; in rc_pick_q_and_bounds_one_pass_cbr() 593 assert(*top_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_cbr() 594 *top_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr() 603 int *top_index) { in rc_pick_q_and_bounds_one_pass_vbr() argument 730 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_vbr() [all …]
|
D | vp9_ratectrl.h | 147 int *top_index);
|
D | vp9_onyx_if.c | 2281 int top_index) { argument 2288 int q_low = bottom_index, q_high = top_index; 2395 q, MAX(q_high, top_index), bottom_index)) { 2423 bottom_index, MAX(q_high, top_index)); 2428 bottom_index, MAX(q_high, top_index)); 2444 bottom_index, top_index); 2457 bottom_index, top_index); 2544 int top_index; local 2697 q = vp9_rc_pick_q_and_bounds(cpi, &bottom_index, &top_index); 2708 encode_with_recode_loop(cpi, size, dest, q, bottom_index, top_index);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 3337 int top_index; in encode_frame_to_data_rate() local 3835 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4066 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4099 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4150 Q, top_index, bottom_index ) ) in encode_frame_to_data_rate()
|