Home
last modified time | relevance | path

Searched refs:kf_bits (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2920 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 …]
Donyx_int.h585 int kf_bits; member
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1229 int kf_bits = 0; in find_next_key_frame() local
1438 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2860 int kf_bits = 0; in find_next_key_frame() local
3082 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()