Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Donyx_if.c1437 cpi->per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth / cpi->output_frame_rate); in vp8_new_frame_rate()
1438 cpi->av_per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth / cpi->output_frame_rate); in vp8_new_frame_rate()
1655 cpi->oxcf.target_bandwidth *= 1000; in vp8_init_config()
1658 cpi->oxcf.target_bandwidth, 1000); in vp8_init_config()
1661 cpi->oxcf.optimal_buffer_level = cpi->oxcf.target_bandwidth / 8; in vp8_init_config()
1665 cpi->oxcf.target_bandwidth, 1000); in vp8_init_config()
1668 cpi->oxcf.maximum_buffer_size = cpi->oxcf.target_bandwidth / 8; in vp8_init_config()
1672 cpi->oxcf.target_bandwidth, 1000); in vp8_init_config()
1703 cpi->target_bandwidth = cpi->oxcf.target_bandwidth; in vp8_init_config()
1741 if (cpi->intra_frame_target > cpi->target_bandwidth >> 2) in vp8_init_config()
[all …]
Dfirstpass.c1121 …double two_pass_min_rate = (double)(cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section… in vp8_init_second_pass()
1146 …cpi->bits_left = (long long)(cpi->total_stats->duration * cpi->oxcf.target_bandwidth / 10000000.0)… in vp8_init_second_pass()
1962 cpi->target_bandwidth = cpi->per_frame_bandwidth * cpi->output_frame_rate; in vp8_second_pass()
1963 if (cpi->target_bandwidth < 0) in vp8_second_pass()
1964 cpi->target_bandwidth = 0; in vp8_second_pass()
2116 …double two_pass_min_rate = (double)(cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section… in vp8_find_next_key_frame()
2507 …cpi->target_bandwidth = cpi->kf_bits * cpi->output_frame_rate; // Convert to … in vp8_find_next_key_frame()
2546 …av_bits_per_frame = cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->oxcf.frame_rate); in vp8_find_next_key_frame()
2567 if (bits_per_frame < (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100)) in vp8_find_next_key_frame()
2568 bits_per_frame = (cpi->oxcf.target_bandwidth * cpi->oxcf.two_pass_vbrmin_section / 100); in vp8_find_next_key_frame()
[all …]
Dparms.cpp39 DOTHIS(O, target_bandwidth )\
Donyx_int.h472 int target_bandwidth; member
Dratectrl.c1430 unsigned int target_bandwidth = (unsigned int)(100 * cpi->target_bandwidth); in vp8_adjust_key_frame_context() local
/external/libvpx/vp8/common/
Donyx.h105 int target_bandwidth; // bandwidth to be used in kilobits per second member
/external/libvpx/vp8/
Dvp8_cx_iface.c299 oxcf->target_bandwidth = cfg.rc_target_bitrate; in set_vp8e_config()