Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c3136 …cpi->twopass.kf_bits = (int)((double)kf_boost * ((double)cpi->twopass.kf_group_bits / (double)all… in find_next_key_frame()
3141 if (cpi->twopass.kf_bits > (int)((3 * cpi->buffer_level) >> 2)) in find_next_key_frame()
3142 cpi->twopass.kf_bits = (int)((3 * cpi->buffer_level) >> 2); in find_next_key_frame()
3160 if (cpi->twopass.kf_bits > alt_kf_bits) in find_next_key_frame()
3162 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()
3176 if (alt_kf_bits > cpi->twopass.kf_bits) in find_next_key_frame()
3178 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()
3182 cpi->twopass.kf_group_bits -= cpi->twopass.kf_bits; in find_next_key_frame()
3184 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()
3187 cpi->per_frame_bandwidth = cpi->twopass.kf_bits; in find_next_key_frame()
[all …]
Donyx_int.h600 int kf_bits; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2273 int kf_bits = 0; in find_next_key_frame() local
2478 kf_bits = calculate_boost_bits((rc->frames_to_key - 1), in find_next_key_frame()
2485 (double)(twopass->kf_group_bits - kf_bits) / in find_next_key_frame()
2491 twopass->kf_group_bits -= kf_bits; in find_next_key_frame()
2494 gf_group->bit_allocation[0] = kf_bits; in find_next_key_frame()