Searched refs:kf_bits (Results 1 – 4 of 4) sorted by relevance
61 int kf_bits; member
2148 twopass->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()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()2176 twopass->kf_group_bits -= twopass->kf_bits; in find_next_key_frame()2178 vp9_rc_set_frame_target(cpi, twopass->kf_bits); in find_next_key_frame()
3138 …cpi->twopass.kf_bits = (int)((double)kf_boost * ((double)cpi->twopass.kf_group_bits / (double)all… in find_next_key_frame()3143 if (cpi->twopass.kf_bits > (int)((3 * cpi->buffer_level) >> 2)) in find_next_key_frame()3144 cpi->twopass.kf_bits = (int)((3 * cpi->buffer_level) >> 2); 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()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()3184 cpi->twopass.kf_group_bits -= cpi->twopass.kf_bits; in find_next_key_frame()3186 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()3189 cpi->per_frame_bandwidth = cpi->twopass.kf_bits; in find_next_key_frame()[all …]
591 int kf_bits; member