Searched refs:per_frame_bandwidth (Results 1 – 4 of 4) sorted by relevance
309 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 …]
2112 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()
377 int per_frame_bandwidth; member
1275 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()