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

12

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h24 int target_bandwidth; member in struct:__anon24977
53 const int target_bandwidth);
H A Dvp9_svc_layercontext.c49 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
52 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
59 lc->target_bandwidth, 1000);
66 const int target_bandwidth) {
85 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
87 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
89 bitrate_alloc = (float)lc->target_bandwidth / target_bandwidth;
105 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
127 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / l
65 vp9_update_layer_context_change_config(VP9_COMP *const cpi, const int target_bandwidth) argument
[all...]
H A Dvp9_onyx_int.h194 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member in struct:VP9_CONFIG
H A Dvp9_onyx_if.c683 rc->av_per_frame_bandwidth = (int)(oxcf->target_bandwidth /
868 cpi->oxcf.target_bandwidth *= 1000;
872 cpi->oxcf.target_bandwidth, 1000);
876 cpi->oxcf.optimal_buffer_level = cpi->oxcf.target_bandwidth / 8;
880 cpi->oxcf.target_bandwidth, 1000);
883 cpi->oxcf.maximum_buffer_size = cpi->oxcf.target_bandwidth / 8;
887 cpi->oxcf.target_bandwidth, 1000);
927 (int)cpi->oxcf.target_bandwidth);
H A Dvp9_firstpass.c976 svc->layer_context[svc->spatial_layer_id].target_bandwidth /
981 oxcf->target_bandwidth / 10000000.0);
H A Dvp9_ratectrl.c153 int bits_off_for_this_layer = (int)(lc->target_bandwidth / lc->framerate -
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c56 lc->target_bandwidth = oxcf->ts_target_bitrate[layer];
60 lc->target_bandwidth = oxcf->ss_target_bitrate[layer];
75 lc->target_bandwidth / 1000;
87 const int target_bandwidth) {
106 lc->target_bandwidth = oxcf->ts_target_bitrate[layer];
108 lc->target_bandwidth = oxcf->ss_target_bitrate[layer];
110 bitrate_alloc = (float)lc->target_bandwidth / target_bandwidth;
126 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
148 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / l
86 vp9_update_layer_context_change_config(VP9_COMP *const cpi, const int target_bandwidth) argument
[all...]
H A Dvp9_svc_layercontext.h24 int target_bandwidth; member in struct:__anon13206
70 const int target_bandwidth);
H A Dvp9_encoder.h122 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member in struct:VP9EncoderConfig
H A Dvp9_ratectrl.c234 int bits_off_for_this_layer = (int)(lc->target_bandwidth / lc->framerate -
1504 rc->avg_frame_bandwidth = (int)(oxcf->target_bandwidth / cpi->framerate);
H A Dvp9_firstpass.c1036 svc->layer_context[svc->spatial_layer_id].target_bandwidth /
1040 twopass->bits_left = (int64_t)(stats->duration * oxcf->target_bandwidth /
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c224 lc->target_bandwidth = cpi->target_bandwidth;
263 cpi->target_bandwidth = lc->target_bandwidth;
264 cpi->oxcf.target_bandwidth = lc->target_bandwidth;
312 lc->target_bandwidth = cpi->oxcf.target_bitrate[layer] * 1000;
320 lc->target_bandwidth, 1000);
323 lc->optimal_buffer_level = lc->target_bandwidth / 8;
327 lc->target_bandwidth, 100
[all...]
H A Donyx_int.h237 int target_bandwidth; member in struct:__anon13096
454 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) ;
2533 cpi->target_bandwidth = (int)
2535 if (cpi->target_bandwidth < 0)
2536 cpi->target_bandwidth = 0;
3189 cpi->target_bandwidth = (int)(cpi->twopass.kf_bits *
3229 av_bits_per_frame = cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->framerate);
3255 if (bits_per_frame < (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100))
3256 bits_per_frame = (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100);
3304 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 /
/external/libvpx/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:__anon24886
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) ;
2533 cpi->target_bandwidth = (int)
2535 if (cpi->target_bandwidth < 0)
2536 cpi->target_bandwidth = 0;
3189 cpi->target_bandwidth = (int)(cpi->twopass.kf_bits *
3229 av_bits_per_frame = cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->framerate);
3255 if (bits_per_frame < (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100))
3256 bits_per_frame = (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100);
3304 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 /
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c359 oxcf->target_bandwidth = 1000 * cfg->rc_target_bitrate;
430 oxcf->ss_target_bitrate[0] = (int)oxcf->target_bandwidth;
445 oxcf->ts_target_bitrate[0] = (int)oxcf->target_bandwidth;
451 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c324 oxcf->target_bandwidth = cfg->rc_target_bitrate;
382 oxcf->ss_target_bitrate[0] = (int)oxcf->target_bandwidth;
391 oxcf->ts_target_bitrate[0] = (int)oxcf->target_bandwidth;
397 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c330 oxcf->target_bandwidth = cfg.rc_target_bitrate;
402 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c340 oxcf->target_bandwidth = cfg.rc_target_bitrate;
412 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);

Completed in 1957 milliseconds

12