Home
last modified time | relevance | path

Searched refs:projected_frame_size (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2558 cpi->gf_overspend_bits += cpi->projected_frame_size; in update_alt_ref_frame_stats()
2599 (cpi->projected_frame_size - cpi->inter_frame_target); in update_golden_frame_stats()
2830 if (((cpi->projected_frame_size > high_limit) && (q < maxq)) || in recode_loop_test()
2831 ((cpi->projected_frame_size < low_limit) && (q > minq))) { in recode_loop_test()
2838 (cpi->projected_frame_size < ((cpi->this_frame_target * 7) >> 3))) { in recode_loop_test()
2843 (cpi->projected_frame_size < cpi->min_frame_bandwidth) && in recode_loop_test()
3955 cpi->projected_frame_size -= vp8_estimate_entropy_savings(cpi); in encode_frame_to_data_rate()
3956 cpi->projected_frame_size = in encode_frame_to_data_rate()
3957 (cpi->projected_frame_size > 0) ? cpi->projected_frame_size : 0; in encode_frame_to_data_rate()
4012 (cpi->projected_frame_size > frame_over_shoot_limit)) { in encode_frame_to_data_rate()
[all …]
Dratectrl.c1078 (100 * cpi->projected_frame_size) / projected_size_based_on_q; in vp8_update_rate_correction_factors()
1327 (cpi->projected_frame_size > cpi->per_frame_bandwidth)) { in vp8_adjust_key_frame_context()
1336 overspend = (cpi->projected_frame_size - cpi->per_frame_bandwidth); in vp8_adjust_key_frame_context()
1486 if ((Q < thresh_qp && cpi->projected_frame_size > thresh_rate && in vp8_drop_encodedframe_overshoot()
Donyx_int.h343 int projected_frame_size; member
Dencodeframe.c925 cpi->projected_frame_size = totalrate >> 8; in vp8_encode_frame()
/external/libaom/libaom/av1/encoder/
Dratectrl.h67 int projected_frame_size; member
Dpass2_strategy.c1709 rc->vbr_bits_off_target += rc->base_frame_target - rc->projected_frame_size; in av1_twopass_postencode_update()
1746 if (rc->projected_frame_size > (2 * rc->base_frame_target) && in av1_twopass_postencode_update()
1747 rc->projected_frame_size > (2 * rc->avg_frame_bandwidth)) in av1_twopass_postencode_update()
1766 if (rc->projected_frame_size < fast_extra_thresh) { in av1_twopass_postencode_update()
1768 fast_extra_thresh - rc->projected_frame_size; in av1_twopass_postencode_update()
Dratectrl.c444 correction_factor = (int)((100 * (int64_t)cpi->rc.projected_frame_size) / in av1_rc_update_rate_correction_factors()
1380 rc->projected_frame_size = (int)(bytes_used << 3); in av1_rc_postencode_update()
1421 update_buffer_level(cpi, rc->projected_frame_size); in av1_rc_postencode_update()
1433 rc->rolling_actual_bits * 3 + rc->projected_frame_size, 2); in av1_rc_postencode_update()
1437 rc->long_rolling_actual_bits * 31 + rc->projected_frame_size, 5); in av1_rc_postencode_update()
1441 rc->total_actual_bits += rc->projected_frame_size; in av1_rc_postencode_update()
Dencoder.c3330 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) || in recode_loop_test()
3334 if ((rc->projected_frame_size > high_limit && q < maxq) || in recode_loop_test()
3335 (rc->projected_frame_size < low_limit && q > minq)) { in recode_loop_test()
3341 rc->projected_frame_size < ((rc->this_frame_target * 7) >> 3)) { in recode_loop_test()
4246 (rc->projected_frame_size < rc->max_frame_bandwidth)) { in recode_loop_update_q()
4264 rc->projected_frame_size <= frame_over_shoot_limit) || in recode_loop_update_q()
4266 rc->projected_frame_size <= frame_under_shoot_limit)) { in recode_loop_update_q()
4274 rc->projected_frame_size >= frame_under_shoot_limit) { in recode_loop_update_q()
4298 if (rc->projected_frame_size > rc->this_frame_target) { in recode_loop_update_q()
4300 if (rc->projected_frame_size >= rc->max_frame_bandwidth) in recode_loop_update_q()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h90 int projected_frame_size; member
Dvp9_encoder.c2900 scale = rc->projected_frame_size > max_size_thresh ? 1 : 0;
2929 return (rc->projected_frame_size > big_miss_high) ||
2930 (rc->projected_frame_size < big_miss_low);
2958 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) ||
2971 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) ||
2973 rc->projected_frame_size >= big_rate_miss_high_threshold(cpi))) {
2978 if ((rc->projected_frame_size > high_limit && q < maxq) ||
2979 (rc->projected_frame_size < low_limit && q > minq)) {
2985 rc->projected_frame_size < ((rc->this_frame_target * 7) >> 3)) {
3378 cpi->rc.projected_frame_size,
[all …]
Dvp9_firstpass.c3266 rc->vbr_bits_off_target += rc->base_frame_target - rc->projected_frame_size; in vp9_twopass_postencode_update()
3271 twopass->rolling_arf_group_actual_bits += rc->projected_frame_size; in vp9_twopass_postencode_update()
3326 if (rc->projected_frame_size > (2 * rc->base_frame_target) && in vp9_twopass_postencode_update()
3327 rc->projected_frame_size > (2 * rc->avg_frame_bandwidth)) in vp9_twopass_postencode_update()
3348 if (rc->projected_frame_size < fast_extra_thresh) { in vp9_twopass_postencode_update()
3350 fast_extra_thresh - rc->projected_frame_size; in vp9_twopass_postencode_update()
Dvp9_ratectrl.c749 correction_factor = (int)((100 * (int64_t)cpi->rc.projected_frame_size) / in vp9_rc_update_rate_correction_factors()
1764 rc->projected_frame_size = (int)(bytes_used << 3); in vp9_rc_postencode_update()
1816 update_buffer_level_postencode(cpi, rc->projected_frame_size); in vp9_rc_postencode_update()
1824 rc->rolling_actual_bits * 3 + rc->projected_frame_size, 2); in vp9_rc_postencode_update()
1828 rc->long_rolling_actual_bits * 31 + rc->projected_frame_size, 5); in vp9_rc_postencode_update()
1832 rc->total_actual_bits += rc->projected_frame_size; in vp9_rc_postencode_update()