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 …]
2267 cpi->per_frame_bandwidth = gf_bits; in define_gf_group()2412 cpi->per_frame_bandwidth = target_frame_size; in assign_std_frame_bits()2487 int bak = cpi->per_frame_bandwidth; in vp8_second_pass()2490 cpi->per_frame_bandwidth = bak; in vp8_second_pass()2537 (cpi->per_frame_bandwidth * cpi->output_framerate); in vp8_second_pass()3189 cpi->per_frame_bandwidth = cpi->twopass.kf_bits; in find_next_key_frame()
404 int per_frame_bandwidth; member
1292 cpi->per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth / in vp8_new_framerate()1294 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth; in vp8_new_framerate()3378 cpi->per_frame_bandwidth = cpi->twopass.gf_bits; in encode_frame_to_data_rate()3386 cpi->per_frame_bandwidth = (int)(cpi->target_bandwidth / cpi->output_framerate); in encode_frame_to_data_rate()3537 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 3 / 2; in encode_frame_to_data_rate()3540 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4; in encode_frame_to_data_rate()3543 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4; in encode_frame_to_data_rate()