Home
last modified time | relevance | path

Searched refs:per_frame_bandwidth (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c309 target = cpi->per_frame_bandwidth; in calc_iframe_target_size()
348 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4; in calc_iframe_target_size()
353 cpi->per_frame_bandwidth * cpi->oxcf.rc_max_intra_bitrate_pct / 100; in calc_iframe_target_size()
544 int old_per_frame_bandwidth = cpi->per_frame_bandwidth; in calc_pframe_target_size()
547 cpi->per_frame_bandwidth = in calc_pframe_target_size()
559 } else if (min_frame_target < cpi->per_frame_bandwidth / 4) { in calc_pframe_target_size()
560 min_frame_target = cpi->per_frame_bandwidth / 4; in calc_pframe_target_size()
568 cpi->per_frame_bandwidth = cpi->twopass.gf_bits; in calc_pframe_target_size()
569 cpi->this_frame_target = cpi->per_frame_bandwidth; in calc_pframe_target_size()
579 cpi->this_frame_target = cpi->per_frame_bandwidth; in calc_pframe_target_size()
[all …]
Dfirstpass.c2112 cpi->per_frame_bandwidth = gf_bits; in define_gf_group()
2251 cpi->per_frame_bandwidth = target_frame_size; in assign_std_frame_bits()
2319 int bak = cpi->per_frame_bandwidth; in vp8_second_pass()
2322 cpi->per_frame_bandwidth = bak; in vp8_second_pass()
2365 (int)(cpi->per_frame_bandwidth * cpi->output_framerate); in vp8_second_pass()
2968 cpi->per_frame_bandwidth = cpi->twopass.kf_bits; in find_next_key_frame()
Donyx_int.h377 int per_frame_bandwidth; member
Donyx_if.c1275 cpi->per_frame_bandwidth = in vp8_new_framerate()
1277 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth; in vp8_new_framerate()
3250 cpi->per_frame_bandwidth = cpi->twopass.gf_bits; in encode_frame_to_data_rate()
3258 cpi->per_frame_bandwidth = in encode_frame_to_data_rate()
3482 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 3 / 2; in encode_frame_to_data_rate()
3485 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4; in encode_frame_to_data_rate()
3488 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4; in encode_frame_to_data_rate()