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

/external/libvpx/vp8/common/
H A Donyx.h107 int target_bandwidth; // bandwidth to be used in kilobits per second member in struct:__anon8200
/external/libvpx/vp8/encoder/
H A Dparms.cpp39 DOTHIS(O, target_bandwidth )\
H A Dfirstpass.c1168 double two_pass_min_rate = (double)(cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100);
1182 //cpi->bits_left = (long long)(cpi->total_stats->count * cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->oxcf.frame_rate));
1193 cpi->bits_left = (long long)(cpi->total_stats->duration * cpi->oxcf.target_bandwidth / 10000000.0) ;
2096 cpi->target_bandwidth = cpi->per_frame_bandwidth * cpi->output_frame_rate;
2097 if (cpi->target_bandwidth < 0)
2098 cpi->target_bandwidth = 0;
2276 double two_pass_min_rate = (double)(cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100);
2698 cpi->target_bandwidth = cpi->kf_bits * cpi->output_frame_rate; // Convert to a per second bitrate
2737 av_bits_per_frame = cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->oxcf.frame_rate);
2758 if (bits_per_frame < (cpi->oxcf.target_bandwidth * cp
[all...]
H A Donyx_if.c1416 cpi->per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth / cpi->output_frame_rate);
1417 cpi->av_per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth / cpi->output_frame_rate);
1483 cpi->oxcf.target_bandwidth, 1000);
1657 cpi->oxcf.target_bandwidth *= 1000;
1661 cpi->oxcf.optimal_buffer_level = cpi->oxcf.target_bandwidth / 8;
1665 cpi->oxcf.target_bandwidth, 1000);
1668 cpi->oxcf.maximum_buffer_size = cpi->oxcf.target_bandwidth / 8;
1672 cpi->oxcf.target_bandwidth, 1000);
1715 cpi->target_bandwidth = cpi->oxcf.target_bandwidth;
[all...]
H A Donyx_int.h490 int target_bandwidth; member in struct:__anon8239
H A Dratectrl.c393 // cpi->common.current_video_frame, cpi->target_bandwidth, cpi->frames_to_key, kf_boost_qadjustment[cpi->ni_av_qi], cpi->kf_boost, (cpi->this_frame_target *100 / cpi->per_frame_bandwidth), cpi->this_frame_target );
1466 unsigned int target_bandwidth = (unsigned int)(100 * cpi->target_bandwidth); local
/external/libvpx/vp8/
H A Dvp8_cx_iface.c311 oxcf->target_bandwidth = cfg.rc_target_bitrate;
355 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);

Completed in 2865 milliseconds