Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c79 lc->target_bandwidth = oxcf->layer_target_bitrate[layer]; in vp9_init_layer_context()
84 lc->target_bandwidth = oxcf->layer_target_bitrate[layer]; in vp9_init_layer_context()
99 lc->target_bandwidth / 1000; in vp9_init_layer_context()
132 const int target_bandwidth) { in vp9_update_layer_context_change_config() argument
143 svc->layer_context[layer].target_bandwidth = in vp9_update_layer_context_change_config()
150 svc->layer_context[layer].target_bandwidth = in vp9_update_layer_context_change_config()
159 bitrate_alloc = (float)lc->target_bandwidth / spatial_layer_target; in vp9_update_layer_context_change_config()
170 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_layer_context_change_config()
189 lc->target_bandwidth = oxcf->layer_target_bitrate[layer]; in vp9_update_layer_context_change_config()
191 bitrate_alloc = (float)lc->target_bandwidth / target_bandwidth; in vp9_update_layer_context_change_config()
[all …]
Dvp9_svc_layercontext.h24 int target_bandwidth; member
94 const int target_bandwidth);
Dvp9_encoder.h130 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member
Dvp9_ratectrl.c249 int bits_off_for_this_layer = (int)(lc->target_bandwidth / lc->framerate - in update_layer_buffer_level()
1749 rc->avg_frame_bandwidth = (int)(oxcf->target_bandwidth / cpi->framerate); in vp9_rc_update_framerate()
Dvp9_firstpass.c1299 svc->layer_context[svc->spatial_layer_id].target_bandwidth / in vp9_init_second_pass()
1303 twopass->bits_left = (int64_t)(stats->duration * oxcf->target_bandwidth / in vp9_init_second_pass()
Dvp9_encoder.c812 const int64_t bandwidth = oxcf->target_bandwidth; in set_rc_buffer_sizes()
1543 (int)cpi->oxcf.target_bandwidth); in vp9_change_config()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c208 lc->target_bandwidth = cpi->target_bandwidth; in save_layer_context()
247 cpi->target_bandwidth = lc->target_bandwidth; in restore_layer_context()
248 cpi->oxcf.target_bandwidth = lc->target_bandwidth; in restore_layer_context()
296 lc->target_bandwidth = cpi->oxcf.target_bitrate[layer] * 1000; in init_temporal_layer_context()
304 lc->target_bandwidth, 1000); in init_temporal_layer_context()
307 lc->optimal_buffer_level = lc->target_bandwidth / 8; in init_temporal_layer_context()
311 lc->target_bandwidth, 1000); in init_temporal_layer_context()
314 lc->maximum_buffer_size = lc->target_bandwidth / 8; in init_temporal_layer_context()
318 lc->target_bandwidth, 1000); in init_temporal_layer_context()
387 lc->target_bandwidth = cpi->oxcf.target_bandwidth; in reset_temporal_layer_change()
[all …]
Donyx_int.h237 int target_bandwidth; member
454 int target_bandwidth; member
Dfirstpass.c1336 …double two_pass_min_rate = (double)(cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section… in vp8_init_second_pass()
1356 …bits_left = (int64_t)(cpi->twopass.total_stats.duration * cpi->oxcf.target_bandwidth / 10000000.0)… in vp8_init_second_pass()
2535 cpi->target_bandwidth = (int) in vp8_second_pass()
2537 if (cpi->target_bandwidth < 0) in vp8_second_pass()
2538 cpi->target_bandwidth = 0; in vp8_second_pass()
3190 cpi->target_bandwidth = (int)(cpi->twopass.kf_bits * in find_next_key_frame()
3230 … av_bits_per_frame = cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->framerate); in find_next_key_frame()
3256 if (bits_per_frame < (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100)) in find_next_key_frame()
3257 bits_per_frame = (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100); in find_next_key_frame()
3305 …_t clip_bits = (int64_t)(cpi->twopass.total_stats.count * cpi->oxcf.target_bandwidth / DOUBLE_DIVI… in find_next_key_frame()
Dratectrl.c372 if(target > cpi->oxcf.target_bandwidth * 3 / 2) in calc_iframe_target_size()
373 target = cpi->oxcf.target_bandwidth * 3 / 2; in calc_iframe_target_size()
967 lc->bits_off_target += (int)(lc->target_bandwidth / in calc_pframe_target_size()
/external/libvpx/libvpx/vp8/common/
Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c423 oxcf->target_bandwidth = 1000 * cfg->rc_target_bitrate; in set_encoder_config()
512 oxcf->ss_target_bitrate[0] = (int)oxcf->target_bandwidth; in set_encoder_config()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c338 oxcf->target_bandwidth = cfg.rc_target_bitrate; in set_vp8e_config()