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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h146 int *bottom_index,
H A Dvp9_ratectrl.c492 int *bottom_index,
570 *bottom_index = active_best_quality;
595 assert(*bottom_index <= rc->worst_quality &&
596 *bottom_index >= rc->best_quality);
602 int *bottom_index,
731 *bottom_index = active_best_quality;
771 *bottom_index = q;
778 assert(*bottom_index <= rc->worst_quality &&
779 *bottom_index >= rc->best_quality);
785 int *bottom_index,
491 rc_pick_q_and_bounds_one_pass_cbr(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
601 rc_pick_q_and_bounds_one_pass_vbr(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
784 rc_pick_q_and_bounds_two_pass(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
967 vp9_rc_pick_q_and_bounds(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
[all...]
H A Dvp9_onyx_if.c2280 int bottom_index,
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_inde
2276 encode_with_recode_loop(VP9_COMP *cpi, size_t *size, uint8_t *dest, int q, int bottom_index, int top_index) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c3338 int bottom_index; local
3834 bottom_index = cpi->active_best_quality;
4065 bottom_index = cpi->active_best_quality;
4150 Q, top_index, bottom_index ) )

Completed in 58 milliseconds