Searched refs:alt_kf_bits (Results 1 – 2 of 2) sorted by relevance
2105 int alt_kf_bits; in find_next_key_frame() local2160 alt_kf_bits = (int)((double)kf_boost * in find_next_key_frame()2163 if (twopass->kf_bits > alt_kf_bits) in find_next_key_frame()2164 twopass->kf_bits = alt_kf_bits; in find_next_key_frame()2169 alt_kf_bits = (int)((double)twopass->bits_left * (kf_mod_err / in find_next_key_frame()2172 if (alt_kf_bits > twopass->kf_bits) { in find_next_key_frame()2173 twopass->kf_bits = alt_kf_bits; in find_next_key_frame()
3070 int alt_kf_bits; in find_next_key_frame() local3159 alt_kf_bits = (int)((double)kf_boost * in find_next_key_frame()3162 if (cpi->twopass.kf_bits > alt_kf_bits) in find_next_key_frame()3164 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()3173 alt_kf_bits = in find_next_key_frame()3178 if (alt_kf_bits > cpi->twopass.kf_bits) in find_next_key_frame()3180 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()