Home
last modified time | relevance | path

Searched refs:top_index (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dintrusive_heap.h78 size_t top_index = size_--; in Pop() local
80 MoveHoleDownAndFillWithLeafElement(1u, std::move(nodes_[top_index])); in Pop()
96 size_t top_index = size_--; in erase() local
97 if (empty() || top_index == handle.index_) in erase()
99 if (nodes_[handle.index_] <= nodes_[top_index]) { in erase()
101 std::move(nodes_[top_index])); in erase()
103 MoveHoleUpAndFillWithElement(handle.index_, std::move(nodes_[top_index])); in erase()
/external/libaom/libaom/av1/encoder/
Dratectrl.c697 int *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() argument
771 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_cbr()
781 *top_index = active_worst_quality + qdelta; in rc_pick_q_and_bounds_one_pass_cbr()
782 *top_index = AOMMAX(*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()
800 assert(*top_index <= rc->worst_quality && *top_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
840 int *top_index) { in rc_pick_q_and_bounds_one_pass_vbr() argument
942 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_vbr()
[all …]
Dratectrl.h220 int *bottom_index, int *top_index);
Dencoder.c3548 int *top_index) { in set_size_dependent_vars() argument
3557 top_index); in set_size_dependent_vars()
3824 int bottom_index, top_index; in calculate_next_superres_scale() local
3826 cpi, cpi->oxcf.width, cpi->oxcf.height, &bottom_index, &top_index); in calculate_next_superres_scale()
3847 int bottom_index, top_index; in calculate_next_superres_scale() local
3849 cpi, cpi->oxcf.width, cpi->oxcf.height, &bottom_index, &top_index); in calculate_next_superres_scale()
4184 int top_index, int bottom_index) { in get_regulated_q_overshoot() argument
4192 AOMMAX(q_high, top_index), cm->width, cm->height); in get_regulated_q_overshoot()
4199 AOMMAX(q_high, top_index), cm->width, cm->height); in get_regulated_q_overshoot()
4206 int top_index, int bottom_index) { in get_regulated_q_undershoot() argument
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c987 int *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() argument
1059 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_cbr()
1068 if (q > *top_index) { in rc_pick_q_and_bounds_one_pass_cbr()
1071 *top_index = q; in rc_pick_q_and_bounds_one_pass_cbr()
1073 q = *top_index; in rc_pick_q_and_bounds_one_pass_cbr()
1076 assert(*top_index <= rc->worst_quality && *top_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
1121 int *top_index) { in rc_pick_q_and_bounds_one_pass_vbr() argument
1234 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_vbr()
1253 *top_index = active_worst_quality + qdelta; in rc_pick_q_and_bounds_one_pass_vbr()
1254 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index; in rc_pick_q_and_bounds_one_pass_vbr()
[all …]
Dvp9_ratectrl.h276 int *top_index);
Dvp9_encoder.c3460 int *top_index) { argument
3467 *q = vp9_rc_pick_q_and_bounds(cpi, bottom_index, top_index);
3679 int q = 0, bottom_index = 0, top_index = 0; local
3852 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index);
3998 int bottom_index, top_index; local
4029 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index);
4034 qrange_adj = VPXMAX(1, (top_index - bottom_index) / 2);
4038 top_index = VPXMIN(oxcf->worst_allowed_q, top_index + qrange_adj / 2);
4052 q_high = top_index;
4187 VPXMAX(q_high, top_index), bottom_index)) {
[all …]
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c3222 int top_index; in encode_frame_to_data_rate() local
3769 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate()
3991 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate()
4025 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate()
4074 frame_under_shoot_limit, Q, top_index, in encode_frame_to_data_rate()