Searched refs:projected_frame_size (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 2567 cpi->gf_overspend_bits += cpi->projected_frame_size; in update_alt_ref_frame_stats() 2608 (cpi->projected_frame_size - cpi->inter_frame_target); in update_golden_frame_stats() 2834 if (((cpi->projected_frame_size > high_limit) && (q < maxq)) || in recode_loop_test() 2835 ((cpi->projected_frame_size < low_limit) && (q > minq))) { in recode_loop_test() 2842 (cpi->projected_frame_size < ((cpi->this_frame_target * 7) >> 3))) { in recode_loop_test() 2847 (cpi->projected_frame_size < cpi->min_frame_bandwidth) && in recode_loop_test() 3966 cpi->projected_frame_size -= vp8_estimate_entropy_savings(cpi); in encode_frame_to_data_rate() 3967 cpi->projected_frame_size = in encode_frame_to_data_rate() 3968 (cpi->projected_frame_size > 0) ? cpi->projected_frame_size : 0; in encode_frame_to_data_rate() 4023 (cpi->projected_frame_size > frame_over_shoot_limit)) { in encode_frame_to_data_rate() [all …]
|
D | ratectrl.c | 1082 (100 * cpi->projected_frame_size) / projected_size_based_on_q; in vp8_update_rate_correction_factors() 1345 (cpi->projected_frame_size > cpi->per_frame_bandwidth)) { in vp8_adjust_key_frame_context() 1354 overspend = (cpi->projected_frame_size - cpi->per_frame_bandwidth); in vp8_adjust_key_frame_context() 1511 if ((Q < thresh_qp && cpi->projected_frame_size > thresh_rate && in vp8_drop_encodedframe_overshoot()
|
D | onyx_int.h | 347 int projected_frame_size; member
|
D | encodeframe.c | 925 cpi->projected_frame_size = totalrate >> 8; in vp8_encode_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 90 int projected_frame_size; member
|
D | vp9_encoder.c | 3095 scale = rc->projected_frame_size > max_size_thresh ? 1 : 0; 3124 return (rc->projected_frame_size > big_miss_high) || 3125 (rc->projected_frame_size < big_miss_low); 3153 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) || 3166 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) || 3168 rc->projected_frame_size >= big_rate_miss_high_threshold(cpi))) { 3173 if ((rc->projected_frame_size > high_limit && q < maxq) || 3174 (rc->projected_frame_size < low_limit && q > minq)) { 3180 rc->projected_frame_size < ((rc->this_frame_target * 7) >> 3)) { 3578 cpi->rc.projected_frame_size, [all …]
|
D | vp9_ratectrl.c | 760 correction_factor = (int)((100 * (int64_t)cpi->rc.projected_frame_size) / in vp9_rc_update_rate_correction_factors() 1823 rc->projected_frame_size = (int)(bytes_used << 3); in vp9_rc_postencode_update() 1886 update_buffer_level_postencode(cpi, rc->projected_frame_size); in vp9_rc_postencode_update() 1894 (int64_t)rc->rolling_actual_bits * 3 + rc->projected_frame_size, 2); in vp9_rc_postencode_update() 1898 (int64_t)rc->long_rolling_actual_bits * 31 + rc->projected_frame_size, in vp9_rc_postencode_update() 1903 rc->total_actual_bits += rc->projected_frame_size; in vp9_rc_postencode_update()
|
D | vp9_firstpass.c | 3523 rc->vbr_bits_off_target += rc->base_frame_target - rc->projected_frame_size; in vp9_twopass_postencode_update() 3528 twopass->rolling_arf_group_actual_bits += rc->projected_frame_size; in vp9_twopass_postencode_update() 3584 if (rc->projected_frame_size > (2 * rc->base_frame_target) && in vp9_twopass_postencode_update() 3585 rc->projected_frame_size > (2 * rc->avg_frame_bandwidth)) in vp9_twopass_postencode_update() 3606 if (rc->projected_frame_size < fast_extra_thresh) { in vp9_twopass_postencode_update() 3608 fast_extra_thresh - rc->projected_frame_size; in vp9_twopass_postencode_update()
|
D | vp9_svc_layercontext.c | 1304 rc->projected_frame_size > 3 * rc->avg_frame_bandwidth) { in vp9_svc_adjust_avg_frame_qindex()
|
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.h | 91 int projected_frame_size; member
|
D | pass2_strategy.c | 2776 rc->vbr_bits_off_target += rc->base_frame_target - rc->projected_frame_size; in av1_twopass_postencode_update() 2781 twopass->rolling_arf_group_actual_bits += rc->projected_frame_size; in av1_twopass_postencode_update() 2815 rc->projected_frame_size, rc->total_actual_bits, in av1_twopass_postencode_update() 2854 if (rc->projected_frame_size > (2 * rc->base_frame_target) && in av1_twopass_postencode_update() 2855 rc->projected_frame_size > (2 * rc->avg_frame_bandwidth)) in av1_twopass_postencode_update() 2874 if (rc->projected_frame_size < fast_extra_thresh) { in av1_twopass_postencode_update() 2876 fast_extra_thresh - rc->projected_frame_size; in av1_twopass_postencode_update()
|
D | ratectrl.c | 504 correction_factor = (int)((100 * (int64_t)cpi->rc.projected_frame_size) / in av1_rc_update_rate_correction_factors() 1578 rc->projected_frame_size = (int)(bytes_used << 3); in av1_rc_postencode_update() 1620 update_buffer_level(cpi, rc->projected_frame_size); in av1_rc_postencode_update() 1633 rc->rolling_actual_bits * 3 + rc->projected_frame_size, 2); in av1_rc_postencode_update() 1637 rc->long_rolling_actual_bits * 31 + rc->projected_frame_size, 5); in av1_rc_postencode_update() 1641 rc->total_actual_bits += rc->projected_frame_size; in av1_rc_postencode_update()
|
D | encoder.c | 3860 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) || in recode_loop_test() 3865 if ((rc->projected_frame_size > high_limit && q < maxq) || in recode_loop_test() 3866 (rc->projected_frame_size < low_limit && q > minq)) { in recode_loop_test() 3872 rc->projected_frame_size < ((rc->this_frame_target * 7) >> 3)) { in recode_loop_test() 5026 av1_get_compression_ratio(cm, rc->projected_frame_size >> 3); in recode_loop_update_q() 5052 rc->projected_frame_size < rc->max_frame_bandwidth) { in recode_loop_update_q() 5072 rc->projected_frame_size <= frame_over_shoot_limit) || in recode_loop_update_q() 5074 rc->projected_frame_size <= frame_under_shoot_limit)) { in recode_loop_update_q() 5082 rc->projected_frame_size >= frame_under_shoot_limit) { in recode_loop_update_q() 5106 if (rc->projected_frame_size > rc->this_frame_target) { in recode_loop_update_q() [all …]
|