Searched refs:target_bandwidth (Results 1 – 13 of 13) sorted by relevance
79 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() argument143 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 …]
24 int target_bandwidth; member94 const int target_bandwidth);
130 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member
249 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()
1299 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()
812 const int64_t bandwidth = oxcf->target_bandwidth; in set_rc_buffer_sizes()1543 (int)cpi->oxcf.target_bandwidth); in vp9_change_config()
208 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 …]
237 int target_bandwidth; member454 int target_bandwidth; member
1336 …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()
372 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()
105 unsigned int target_bandwidth; /* kilobits per second */ member
423 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()
338 oxcf->target_bandwidth = cfg.rc_target_bitrate; in set_vp8e_config()