Searched refs:kf_bits (Results 1 – 3 of 3) sorted by relevance
3136 …cpi->twopass.kf_bits = (int)((double)kf_boost * ((double)cpi->twopass.kf_group_bits / (double)all… in find_next_key_frame()3141 if (cpi->twopass.kf_bits > (int)((3 * cpi->buffer_level) >> 2)) in find_next_key_frame()3142 cpi->twopass.kf_bits = (int)((3 * cpi->buffer_level) >> 2); in find_next_key_frame()3160 if (cpi->twopass.kf_bits > alt_kf_bits) in find_next_key_frame()3162 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()3176 if (alt_kf_bits > cpi->twopass.kf_bits) in find_next_key_frame()3178 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()3182 cpi->twopass.kf_group_bits -= cpi->twopass.kf_bits; in find_next_key_frame()3184 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()3187 cpi->per_frame_bandwidth = cpi->twopass.kf_bits; in find_next_key_frame()[all …]
600 int kf_bits; member
2278 int kf_bits = 0; in find_next_key_frame() local2482 kf_bits = calculate_boost_bits((rc->frames_to_key - 1), in find_next_key_frame()2489 (double)(twopass->kf_group_bits - kf_bits) / in find_next_key_frame()2495 twopass->kf_group_bits -= kf_bits; in find_next_key_frame()2498 gf_group->bit_allocation[0] = kf_bits; in find_next_key_frame()