Lines Matching refs:kf_bits
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()
3190 cpi->target_bandwidth = (int)(cpi->twopass.kf_bits * in find_next_key_frame()