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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c486 int *bottom_index,
564 *bottom_index = active_best_quality;
589 assert(*bottom_index <= rc->worst_quality &&
590 *bottom_index >= rc->best_quality);
596 int *bottom_index,
725 *bottom_index = active_best_quality;
765 *bottom_index = q;
772 assert(*bottom_index <= rc->worst_quality &&
773 *bottom_index >= rc->best_quality);
779 int *bottom_index,
485 rc_pick_q_and_bounds_one_pass_cbr(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
595 rc_pick_q_and_bounds_one_pass_vbr(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
778 rc_pick_q_and_bounds_two_pass(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
961 vp9_rc_pick_q_and_bounds(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
[all...]
H A Dvp9_ratectrl.h149 int *bottom_index,
H A Dvp9_onyx_if.c2204 int bottom_index,
2212 int q_low = bottom_index, q_high = top_index;
2319 q, MAX(q_high, top_index), bottom_index)) {
2347 bottom_index, MAX(q_high, top_index));
2352 bottom_index, MAX(q_high, top_index));
2368 bottom_index, top_index);
2381 bottom_index, top_index);
2469 int bottom_index; local
2621 q = vp9_rc_pick_q_and_bounds(cpi, &bottom_index, &top_index);
2632 encode_with_recode_loop(cpi, size, dest, q, bottom_index, top_inde
2200 encode_with_recode_loop(VP9_COMP *cpi, size_t *size, uint8_t *dest, int q, int bottom_index, int top_index) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c601 int *bottom_index,
679 *bottom_index = active_best_quality;
692 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index;
712 assert(*bottom_index <= rc->worst_quality &&
713 *bottom_index >= rc->best_quality);
733 int *bottom_index,
833 *bottom_index = active_best_quality;
854 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index;
600 rc_pick_q_and_bounds_one_pass_cbr(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
732 rc_pick_q_and_bounds_one_pass_vbr(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
884 rc_pick_q_and_bounds_two_pass(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
1056 vp9_rc_pick_q_and_bounds(const VP9_COMP *cpi, int *bottom_index, int *top_index) argument
[all...]
H A Dvp9_ratectrl.h163 int *bottom_index,
H A Dvp9_encoder.c1763 int bottom_index,
1771 int q_low = bottom_index, q_high = top_index;
1864 q, MAX(q_high, top_index), bottom_index)) {
1892 bottom_index, MAX(q_high, top_index));
1897 bottom_index, MAX(q_high, top_index));
1913 bottom_index, top_index);
1926 bottom_index, top_index);
2105 int bottom_index; local
2264 q = vp9_rc_pick_q_and_bounds(cpi, &bottom_index, &top_index);
2275 encode_with_recode_loop(cpi, size, dest, q, bottom_index, top_inde
1759 encode_with_recode_loop(VP9_COMP *cpi, size_t *size, uint8_t *dest, int q, int bottom_index, int top_index) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c3484 int bottom_index; local
4014 bottom_index = cpi->active_best_quality;
4259 bottom_index = cpi->active_best_quality;
4344 Q, top_index, bottom_index ) )
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3337 int bottom_index; local
3833 bottom_index = cpi->active_best_quality;
4064 bottom_index = cpi->active_best_quality;
4149 Q, top_index, bottom_index ) )

Completed in 2656 milliseconds