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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h24 int target_bandwidth; member in struct:__anon11145
94 const int target_bandwidth);
H A Dvp9_svc_layercontext.c79 lc->target_bandwidth = oxcf->layer_target_bitrate[layer];
84 lc->target_bandwidth = oxcf->layer_target_bitrate[layer];
99 lc->target_bandwidth / 1000;
132 const int target_bandwidth) {
143 svc->layer_context[layer].target_bandwidth =
150 svc->layer_context[layer].target_bandwidth =
159 bitrate_alloc = (float)lc->target_bandwidth / spatial_layer_target;
170 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
189 lc->target_bandwidth = oxcf->layer_target_bitrate[layer];
191 bitrate_alloc = (float)lc->target_bandwidth / target_bandwidt
131 vp9_update_layer_context_change_config(VP9_COMP *const cpi, const int target_bandwidth) argument
[all...]
H A Dvp9_encoder.h130 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member in struct:VP9EncoderConfig
H A Dvp9_firstpass.c1299 svc->layer_context[svc->spatial_layer_id].target_bandwidth /
1303 twopass->bits_left = (int64_t)(stats->duration * oxcf->target_bandwidth /
H A Dvp9_ratectrl.c249 int bits_off_for_this_layer = (int)(lc->target_bandwidth / lc->framerate -
1749 rc->avg_frame_bandwidth = (int)(oxcf->target_bandwidth / cpi->framerate);
H A Dvp9_encoder.c812 const int64_t bandwidth = oxcf->target_bandwidth;
1543 (int)cpi->oxcf.target_bandwidth);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c208 lc->target_bandwidth = cpi->target_bandwidth;
247 cpi->target_bandwidth = lc->target_bandwidth;
248 cpi->oxcf.target_bandwidth = lc->target_bandwidth;
296 lc->target_bandwidth = cpi->oxcf.target_bitrate[layer] * 1000;
304 lc->target_bandwidth, 1000);
307 lc->optimal_buffer_level = lc->target_bandwidth / 8;
311 lc->target_bandwidth, 100
[all...]
H A Donyx_int.h237 int target_bandwidth; member in struct:__anon11049
454 int target_bandwidth; member in struct:VP8_COMP
H A Dfirstpass.c1336 double two_pass_min_rate = (double)(cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100);
1356 cpi->twopass.bits_left = (int64_t)(cpi->twopass.total_stats.duration * cpi->oxcf.target_bandwidth / 10000000.0) ;
2535 cpi->target_bandwidth = (int)
2537 if (cpi->target_bandwidth < 0)
2538 cpi->target_bandwidth = 0;
3190 cpi->target_bandwidth = (int)(cpi->twopass.kf_bits *
3230 av_bits_per_frame = cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->framerate);
3256 if (bits_per_frame < (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100))
3257 bits_per_frame = (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100);
3305 int64_t clip_bits = (int64_t)(cpi->twopass.total_stats.count * cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHEC
[all...]
H A Dratectrl.c372 if(target > cpi->oxcf.target_bandwidth * 3 / 2)
373 target = cpi->oxcf.target_bandwidth * 3 / 2;
967 lc->bits_off_target += (int)(lc->target_bandwidth /
/external/libvpx/libvpx/vp8/common/
H A Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon11015
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c423 oxcf->target_bandwidth = 1000 * cfg->rc_target_bitrate;
512 oxcf->ss_target_bitrate[0] = (int)oxcf->target_bandwidth;
527 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c338 oxcf->target_bandwidth = cfg.rc_target_bitrate;
414 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);

Completed in 1897 milliseconds