Searched refs:per_frame_bandwidth (Results 1 – 4 of 4) sorted by relevance
360 target = cpi->per_frame_bandwidth; in calc_iframe_target_size()402 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4; in calc_iframe_target_size()408 unsigned int max_rate = cpi->per_frame_bandwidth in calc_iframe_target_size()609 int old_per_frame_bandwidth = cpi->per_frame_bandwidth; in calc_pframe_target_size()612 cpi->per_frame_bandwidth = in calc_pframe_target_size()624 else if (min_frame_target < cpi->per_frame_bandwidth / 4) in calc_pframe_target_size()625 min_frame_target = cpi->per_frame_bandwidth / 4; in calc_pframe_target_size()634 cpi->per_frame_bandwidth = cpi->twopass.gf_bits; in calc_pframe_target_size()635 cpi->this_frame_target = cpi->per_frame_bandwidth; in calc_pframe_target_size()647 cpi->this_frame_target = cpi->per_frame_bandwidth; in calc_pframe_target_size()[all …]
2265 cpi->per_frame_bandwidth = gf_bits; in define_gf_group()2410 cpi->per_frame_bandwidth = target_frame_size; in assign_std_frame_bits()2484 int bak = cpi->per_frame_bandwidth; in vp8_second_pass()2487 cpi->per_frame_bandwidth = bak; in vp8_second_pass()2534 (cpi->per_frame_bandwidth * cpi->output_framerate); in vp8_second_pass()3186 cpi->per_frame_bandwidth = cpi->twopass.kf_bits; in find_next_key_frame()
401 int per_frame_bandwidth; member
1322 cpi->per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth / in vp8_new_framerate()1324 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth; in vp8_new_framerate()3417 cpi->per_frame_bandwidth = cpi->twopass.gf_bits; in encode_frame_to_data_rate()3425 cpi->per_frame_bandwidth = (int)(cpi->target_bandwidth / cpi->output_framerate); in encode_frame_to_data_rate()3579 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 3 / 2; in encode_frame_to_data_rate()3582 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4; in encode_frame_to_data_rate()3585 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4; in encode_frame_to_data_rate()