Home
last modified time | relevance | path

Searched refs:target_bandwidth (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c48 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000; in vp9_init_layer_context()
51 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000; in vp9_init_layer_context()
58 lc->target_bandwidth, 1000); in vp9_init_layer_context()
65 const int target_bandwidth) { in vp9_update_layer_context_change_config() argument
83 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000; in vp9_update_layer_context_change_config()
85 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000; in vp9_update_layer_context_change_config()
87 bitrate_alloc = (float)lc->target_bandwidth / target_bandwidth; in vp9_update_layer_context_change_config()
103 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()
135 (int)((lc->target_bandwidth - prev_layer_target_bandwidth) / in vp9_update_temporal_layer_framerate()
[all …]
Dvp9_svc_layercontext.h24 int target_bandwidth; member
53 const int target_bandwidth);
Dvp9_onyx_int.h195 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member
Dvp9_onyx_if.c698 rc->av_per_frame_bandwidth = (int)(oxcf->target_bandwidth / in vp9_new_framerate()
911 cpi->oxcf.target_bandwidth *= 1000; in vp9_change_config()
915 cpi->oxcf.target_bandwidth, 1000); in vp9_change_config()
919 cpi->oxcf.optimal_buffer_level = cpi->oxcf.target_bandwidth / 8; in vp9_change_config()
923 cpi->oxcf.target_bandwidth, 1000); in vp9_change_config()
926 cpi->oxcf.maximum_buffer_size = cpi->oxcf.target_bandwidth / 8; in vp9_change_config()
930 cpi->oxcf.target_bandwidth, 1000); in vp9_change_config()
970 (int)cpi->oxcf.target_bandwidth); in vp9_change_config()
Dvp9_firstpass.c975 cpi->svc.layer_context[cpi->svc.spatial_layer_id].target_bandwidth / in vp9_init_second_pass()
980 oxcf->target_bandwidth / 10000000.0); in vp9_init_second_pass()
Dvp9_ratectrl.c207 int bits_off_for_this_layer = (int)(lc->target_bandwidth / lc->framerate - in update_layer_buffer_level()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c221 lc->target_bandwidth = cpi->target_bandwidth; in save_layer_context()
260 cpi->target_bandwidth = lc->target_bandwidth; in restore_layer_context()
261 cpi->oxcf.target_bandwidth = lc->target_bandwidth; in restore_layer_context()
309 lc->target_bandwidth = cpi->oxcf.target_bitrate[layer] * 1000; in init_temporal_layer_context()
317 lc->target_bandwidth, 1000); in init_temporal_layer_context()
320 lc->optimal_buffer_level = lc->target_bandwidth / 8; in init_temporal_layer_context()
324 lc->target_bandwidth, 1000); in init_temporal_layer_context()
327 lc->maximum_buffer_size = lc->target_bandwidth / 8; in init_temporal_layer_context()
331 lc->target_bandwidth, 1000); in init_temporal_layer_context()
400 lc->target_bandwidth = cpi->oxcf.target_bandwidth; in reset_temporal_layer_change()
[all …]
Donyx_int.h240 int target_bandwidth; member
457 int target_bandwidth; member
Dfirstpass.c1337 …double two_pass_min_rate = (double)(cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section… in vp8_init_second_pass()
1357 …bits_left = (int64_t)(cpi->twopass.total_stats.duration * cpi->oxcf.target_bandwidth / 10000000.0)… in vp8_init_second_pass()
2536 cpi->target_bandwidth = (int) in vp8_second_pass()
2538 if (cpi->target_bandwidth < 0) in vp8_second_pass()
2539 cpi->target_bandwidth = 0; in vp8_second_pass()
3192 cpi->target_bandwidth = (int)(cpi->twopass.kf_bits * in find_next_key_frame()
3232 … av_bits_per_frame = cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->framerate); in find_next_key_frame()
3258 if (bits_per_frame < (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100)) in find_next_key_frame()
3259 bits_per_frame = (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100); in find_next_key_frame()
3307 …_t clip_bits = (int64_t)(cpi->twopass.total_stats.count * cpi->oxcf.target_bandwidth / DOUBLE_DIVI… in find_next_key_frame()
Dratectrl.c371 if(target > cpi->oxcf.target_bandwidth * 3 / 2) in calc_iframe_target_size()
372 target = cpi->oxcf.target_bandwidth * 3 / 2; in calc_iframe_target_size()
959 lc->bits_off_target += (int)(lc->target_bandwidth / in calc_pframe_target_size()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c314 oxcf->target_bandwidth = cfg->rc_target_bitrate; in set_vp9e_config()
372 oxcf->ss_target_bitrate[0] = (int)oxcf->target_bandwidth; in set_vp9e_config()
381 oxcf->ts_target_bitrate[0] = (int)oxcf->target_bandwidth; in set_vp9e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c342 oxcf->target_bandwidth = cfg.rc_target_bitrate; in set_vp8e_config()