Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2850 int alt_kf_bits; in find_next_key_frame() local
2934 alt_kf_bits = (int)((double)kf_boost * in find_next_key_frame()
2937 if (cpi->twopass.kf_bits > alt_kf_bits) { in find_next_key_frame()
2938 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()
2946 alt_kf_bits = (int)((double)cpi->twopass.bits_left * in find_next_key_frame()
2950 if (alt_kf_bits > cpi->twopass.kf_bits) { in find_next_key_frame()
2951 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()