Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c492 int *bottom_index, in rc_pick_q_and_bounds_one_pass_cbr() argument
570 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_one_pass_cbr()
595 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_cbr()
596 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
602 int *bottom_index, in rc_pick_q_and_bounds_one_pass_vbr() argument
731 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_one_pass_vbr()
771 *bottom_index = q; in rc_pick_q_and_bounds_one_pass_vbr()
778 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_vbr()
779 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_vbr()
785 int *bottom_index, in rc_pick_q_and_bounds_two_pass() argument
[all …]
Dvp9_ratectrl.h146 int *bottom_index,
Dvp9_onyx_if.c2280 int bottom_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);
2545 int bottom_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/
Donyx_if.c3338 int bottom_index; in encode_frame_to_data_rate() local
3834 bottom_index = cpi->active_best_quality; in encode_frame_to_data_rate()
4065 bottom_index = cpi->active_best_quality; in encode_frame_to_data_rate()
4150 Q, top_index, bottom_index ) ) in encode_frame_to_data_rate()