Searched refs:kf_bits (Results 1 – 4 of 4) sorted by relevance
2920 cpi->twopass.kf_bits = in find_next_key_frame()2926 if (cpi->twopass.kf_bits > (int)((3 * cpi->buffer_level) >> 2)) { in find_next_key_frame()2927 cpi->twopass.kf_bits = (int)((3 * cpi->buffer_level) >> 2); in find_next_key_frame()2945 if (cpi->twopass.kf_bits > alt_kf_bits) { in find_next_key_frame()2946 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()2958 if (alt_kf_bits > cpi->twopass.kf_bits) { in find_next_key_frame()2959 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()2963 cpi->twopass.kf_group_bits -= cpi->twopass.kf_bits; in find_next_key_frame()2965 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()2968 cpi->per_frame_bandwidth = cpi->twopass.kf_bits; in find_next_key_frame()[all …]
585 int kf_bits; member
1229 int kf_bits = 0; in find_next_key_frame() local1438 kf_bits = calculate_boost_bits((rc->frames_to_key - 1), rc->kf_boost, in find_next_key_frame()1447 (double)(twopass->kf_group_bits - kf_bits) / in find_next_key_frame()1453 twopass->kf_group_bits -= kf_bits; in find_next_key_frame()1456 gf_group->bit_allocation[0] = kf_bits; in find_next_key_frame()
2860 int kf_bits = 0; in find_next_key_frame() local3082 kf_bits = calculate_boost_bits((rc->frames_to_key - 1), rc->kf_boost, in find_next_key_frame()3085 twopass->kf_group_bits -= kf_bits; in find_next_key_frame()3088 gf_group->bit_allocation[0] = kf_bits; in find_next_key_frame()