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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h24 int target_bandwidth; member in struct:__anon649
53 const int target_bandwidth);
H A Dvp9_svc_layercontext.c48 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
51 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
58 lc->target_bandwidth, 1000);
65 const int target_bandwidth) {
83 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
85 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
87 bitrate_alloc = (float)lc->target_bandwidth / target_bandwidth;
103 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
124 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / l
64 vp9_update_layer_context_change_config(VP9_COMP *const cpi, const int target_bandwidth) argument
[all...]
H A Dvp9_onyx_int.h195 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member in struct:__anon632
H A Dvp9_onyx_if.c698 rc->av_per_frame_bandwidth = (int)(oxcf->target_bandwidth /
911 cpi->oxcf.target_bandwidth *= 1000;
915 cpi->oxcf.target_bandwidth, 1000);
919 cpi->oxcf.optimal_buffer_level = cpi->oxcf.target_bandwidth / 8;
923 cpi->oxcf.target_bandwidth, 1000);
926 cpi->oxcf.maximum_buffer_size = cpi->oxcf.target_bandwidth / 8;
930 cpi->oxcf.target_bandwidth, 1000);
970 (int)cpi->oxcf.target_bandwidth);
H A Dvp9_firstpass.c975 cpi->svc.layer_context[cpi->svc.spatial_layer_id].target_bandwidth /
980 oxcf->target_bandwidth / 10000000.0);
H A Dvp9_ratectrl.c207 int bits_off_for_this_layer = (int)(lc->target_bandwidth / lc->framerate -
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c221 lc->target_bandwidth = cpi->target_bandwidth;
260 cpi->target_bandwidth = lc->target_bandwidth;
261 cpi->oxcf.target_bandwidth = lc->target_bandwidth;
309 lc->target_bandwidth = cpi->oxcf.target_bitrate[layer] * 1000;
317 lc->target_bandwidth, 1000);
320 lc->optimal_buffer_level = lc->target_bandwidth / 8;
324 lc->target_bandwidth, 100
[all...]
H A Donyx_int.h240 int target_bandwidth; member in struct:__anon560
457 int target_bandwidth; member in struct:VP8_COMP
H A Dfirstpass.c1337 double two_pass_min_rate = (double)(cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100);
1357 cpi->twopass.bits_left = (int64_t)(cpi->twopass.total_stats.duration * cpi->oxcf.target_bandwidth / 10000000.0) ;
2536 cpi->target_bandwidth = (int)
2538 if (cpi->target_bandwidth < 0)
2539 cpi->target_bandwidth = 0;
3192 cpi->target_bandwidth = (int)(cpi->twopass.kf_bits *
3232 av_bits_per_frame = cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->framerate);
3258 if (bits_per_frame < (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100))
3259 bits_per_frame = (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100);
3307 int64_t clip_bits = (int64_t)(cpi->twopass.total_stats.count * cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHEC
[all...]
H A Dratectrl.c371 if(target > cpi->oxcf.target_bandwidth * 3 / 2)
372 target = cpi->oxcf.target_bandwidth * 3 / 2;
959 lc->bits_off_target += (int)(lc->target_bandwidth /
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon528
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c314 oxcf->target_bandwidth = cfg->rc_target_bitrate;
372 oxcf->ss_target_bitrate[0] = (int)oxcf->target_bandwidth;
381 oxcf->ts_target_bitrate[0] = (int)oxcf->target_bandwidth;
387 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c342 oxcf->target_bandwidth = cfg.rc_target_bitrate;
414 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);

Completed in 120 milliseconds