Searched refs:kf_bits (Results 1 – 3 of 3) sorted by relevance
3135 …cpi->twopass.kf_bits = (int)((double)kf_boost * ((double)cpi->twopass.kf_group_bits / (double)all… in find_next_key_frame()3140 if (cpi->twopass.kf_bits > (int)((3 * cpi->buffer_level) >> 2)) in find_next_key_frame()3141 cpi->twopass.kf_bits = (int)((3 * cpi->buffer_level) >> 2); in find_next_key_frame()3159 if (cpi->twopass.kf_bits > alt_kf_bits) in find_next_key_frame()3161 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()3175 if (alt_kf_bits > cpi->twopass.kf_bits) in find_next_key_frame()3177 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()3181 cpi->twopass.kf_group_bits -= cpi->twopass.kf_bits; in find_next_key_frame()3183 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()3186 cpi->per_frame_bandwidth = cpi->twopass.kf_bits; in find_next_key_frame()[all …]
590 int kf_bits; member
1839 int kf_bits = 0; in find_next_key_frame() local2037 kf_bits = calculate_boost_bits((rc->frames_to_key - 1), in find_next_key_frame()2040 twopass->kf_group_bits -= kf_bits; in find_next_key_frame()2043 twopass->gf_group.bit_allocation[0] = kf_bits; in find_next_key_frame()