Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c2408 int alt_kf_bits; in vp8_find_next_key_frame() local
2479 alt_kf_bits = (int)((double)kf_boost * in vp8_find_next_key_frame()
2482 if (cpi->kf_bits > alt_kf_bits) in vp8_find_next_key_frame()
2484 cpi->kf_bits = alt_kf_bits; in vp8_find_next_key_frame()
2492 alt_kf_bits = in vp8_find_next_key_frame()
2497 if (alt_kf_bits > cpi->kf_bits) in vp8_find_next_key_frame()
2499 cpi->kf_bits = alt_kf_bits; in vp8_find_next_key_frame()