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()
354 uint64_t product = cpi->per_frame_bandwidth; in calc_iframe_target_size()
548 int old_per_frame_bandwidth = cpi->per_frame_bandwidth; in calc_pframe_target_size()
551 cpi->per_frame_bandwidth = in calc_pframe_target_size()
563 } else if (min_frame_target < cpi->per_frame_bandwidth / 4) { in calc_pframe_target_size()
564 min_frame_target = cpi->per_frame_bandwidth / 4; in calc_pframe_target_size()
572 cpi->per_frame_bandwidth = cpi->twopass.gf_bits; in calc_pframe_target_size()
573 cpi->this_frame_target = cpi->per_frame_bandwidth; in calc_pframe_target_size()
583 cpi->this_frame_target = cpi->per_frame_bandwidth; in calc_pframe_target_size()
[all …]
Dfirstpass.c2104 cpi->per_frame_bandwidth = gf_bits; in define_gf_group()
2243 cpi->per_frame_bandwidth = target_frame_size; in assign_std_frame_bits()
2311 int bak = cpi->per_frame_bandwidth; in vp8_second_pass()
2314 cpi->per_frame_bandwidth = bak; in vp8_second_pass()
2357 (int)(cpi->per_frame_bandwidth * cpi->output_framerate); in vp8_second_pass()
2960 cpi->per_frame_bandwidth = cpi->twopass.kf_bits; in find_next_key_frame()
Donyx_int.h381 int per_frame_bandwidth; member
Donyx_if.c1276 cpi->per_frame_bandwidth = in vp8_new_framerate()
1278 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth; in vp8_new_framerate()
3254 cpi->per_frame_bandwidth = cpi->twopass.gf_bits; in encode_frame_to_data_rate()
3262 cpi->per_frame_bandwidth = in encode_frame_to_data_rate()
3486 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 3 / 2; in encode_frame_to_data_rate()
3489 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4; in encode_frame_to_data_rate()
3492 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4; in encode_frame_to_data_rate()