Searched refs:top_index (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 487 int *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() argument 563 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_cbr() 570 *top_index = (active_worst_quality + active_best_quality * 3) / 4; in rc_pick_q_and_bounds_one_pass_cbr() 579 if (q > *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() 582 *top_index = q; in rc_pick_q_and_bounds_one_pass_cbr() 584 q = *top_index; in rc_pick_q_and_bounds_one_pass_cbr() 587 assert(*top_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_cbr() 588 *top_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr() 597 int *top_index) { in rc_pick_q_and_bounds_one_pass_vbr() argument 724 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_vbr() [all …]
|
D | vp9_ratectrl.h | 150 int *top_index);
|
D | vp9_onyx_if.c | 2205 int top_index) { argument 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); 2468 int top_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_index);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 602 int *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() argument 678 *top_index = active_worst_quality; in rc_pick_q_and_bounds_one_pass_cbr() 691 *top_index = active_worst_quality + qdelta; in rc_pick_q_and_bounds_one_pass_cbr() 692 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index; in rc_pick_q_and_bounds_one_pass_cbr() 702 if (q > *top_index) { in rc_pick_q_and_bounds_one_pass_cbr() 705 *top_index = q; in rc_pick_q_and_bounds_one_pass_cbr() 707 q = *top_index; in rc_pick_q_and_bounds_one_pass_cbr() 710 assert(*top_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_cbr() 711 *top_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr() 734 int *top_index) { in rc_pick_q_and_bounds_one_pass_vbr() argument [all …]
|
D | vp9_ratectrl.h | 164 int *top_index);
|
D | vp9_encoder.c | 1764 int top_index) { in encode_with_recode_loop() argument 1771 int q_low = bottom_index, q_high = top_index; in encode_with_recode_loop() 1864 q, MAX(q_high, top_index), bottom_index)) { in encode_with_recode_loop() 1892 bottom_index, MAX(q_high, top_index)); in encode_with_recode_loop() 1897 bottom_index, MAX(q_high, top_index)); in encode_with_recode_loop() 1913 bottom_index, top_index); in encode_with_recode_loop() 1926 bottom_index, top_index); in encode_with_recode_loop() 2104 int top_index; in encode_frame_to_data_rate() local 2264 q = vp9_rc_pick_q_and_bounds(cpi, &bottom_index, &top_index); in encode_frame_to_data_rate() 2275 encode_with_recode_loop(cpi, size, dest, q, bottom_index, top_index); in encode_frame_to_data_rate()
|
/external/chromium_org/tools/gn/ |
D | filesystem_utils.cc | 449 size_t top_index = 0; in NormalizePath() local 456 top_index = 2; in NormalizePath() 459 top_index = 1; in NormalizePath() 463 size_t dest_i = top_index; in NormalizePath() 464 for (size_t src_i = top_index; src_i < path->size(); /* nothing */) { in NormalizePath() 481 if (dest_i > top_index) { in NormalizePath() 486 if (dest_i == top_index) { in NormalizePath() 499 top_index = dest_i; in NormalizePath()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 3336 int top_index; in encode_frame_to_data_rate() local 3834 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4065 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4098 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4149 Q, top_index, bottom_index ) ) in encode_frame_to_data_rate()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | onyx_if.c | 3483 int top_index; in encode_frame_to_data_rate() local 4015 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4260 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4293 top_index = cpi->active_worst_quality; in encode_frame_to_data_rate() 4344 Q, top_index, bottom_index ) ) in encode_frame_to_data_rate()
|