Home
last modified time | relevance | path

Searched refs:av_per_frame_bandwidth (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c103 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_layer_context_change_config()
124 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_temporal_layer_framerate()
128 lc->avg_frame_size = lrc->av_per_frame_bandwidth; in vp9_update_temporal_layer_framerate()
146 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_spatial_layer_framerate()
147 lrc->min_frame_bandwidth = (int)(lrc->av_per_frame_bandwidth * in vp9_update_spatial_layer_framerate()
149 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->av_per_frame_bandwidth * in vp9_update_spatial_layer_framerate()
Dvp9_ratectrl.c168 rc->av_per_frame_bandwidth >> 5); in vp9_rc_clamp_pframe_target_size()
188 const int max_rate = rc->av_per_frame_bandwidth * in vp9_rc_clamp_iframe_target_size()
227 rc->bits_off_target += rc->av_per_frame_bandwidth - encoded_frame_size; in update_buffer_level()
1139 rc->total_target_bits += (cm->show_frame ? rc->av_per_frame_bandwidth : 0); in vp9_rc_postencode_update()
1181 (rc->av_per_frame_bandwidth * rc->baseline_gf_interval * af_ratio) / in calc_pframe_target_size_one_pass_vbr()
1183 (rc->av_per_frame_bandwidth * rc->baseline_gf_interval) / in calc_pframe_target_size_one_pass_vbr()
1186 target = rc->av_per_frame_bandwidth; in calc_pframe_target_size_one_pass_vbr()
1194 int target = rc->av_per_frame_bandwidth * kf_ratio; in calc_iframe_target_size_one_pass_vbr()
1238 int min_frame_target = MAX(rc->av_per_frame_bandwidth >> 4, in calc_pframe_target_size_one_pass_cbr()
1240 int target = rc->av_per_frame_bandwidth; in calc_pframe_target_size_one_pass_cbr()
[all …]
Dvp9_ratectrl.h54 int av_per_frame_bandwidth; // Average frame size target for clip member
Dvp9_aq_cyclicrefresh.c83 if (rc->av_per_frame_bandwidth < factor * number_blocks || in apply_cyclic_refresh_bitrate()
Dvp9_onyx_if.c698 rc->av_per_frame_bandwidth = (int)(oxcf->target_bandwidth / in vp9_new_framerate()
700 rc->min_frame_bandwidth = (int)(rc->av_per_frame_bandwidth * in vp9_new_framerate()
713 vbr_max_bits = (int)(((int64_t)rc->av_per_frame_bandwidth * in vp9_new_framerate()
778 rc->rolling_target_bits = rc->av_per_frame_bandwidth; in init_rate_control()
779 rc->rolling_actual_bits = rc->av_per_frame_bandwidth; in init_rate_control()
780 rc->long_rolling_target_bits = rc->av_per_frame_bandwidth; in init_rate_control()
781 rc->long_rolling_actual_bits = rc->av_per_frame_bandwidth; in init_rate_control()
Dvp9_firstpass.c338 ((int64_t)cpi->rc.av_per_frame_bandwidth * in frame_max_bits()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c362 …max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)… in frame_max_bits()
368 …int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) ? cpi->av_per_frame_band… in frame_max_bits()
1895 …vel - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()
1901 …ble)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()
2930 av_group_bits = (int64_t)cpi->av_per_frame_bandwidth * in find_next_key_frame()
3044 …vel - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()
3050 …ble)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()
Dratectrl.c621 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5)) in calc_pframe_target_size()
622 min_frame_target = cpi->av_per_frame_bandwidth >> 5; in calc_pframe_target_size()
947 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in calc_pframe_target_size()
Donyx_int.h406 int av_per_frame_bandwidth; member
Donyx_if.c1294 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth; in vp8_new_framerate()
1295 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()
1360 cpi->rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()
1361 cpi->rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()
1362 cpi->long_rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()
1363 cpi->long_rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()
3558 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in encode_frame_to_data_rate()
4540 cpi->bits_off_target += cpi->av_per_frame_bandwidth - cpi->projected_frame_size; in encode_frame_to_data_rate()