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.c3067 int alt_kf_bits; in find_next_key_frame() local
3156 alt_kf_bits = (int)((double)kf_boost * in find_next_key_frame()
3159 if (cpi->twopass.kf_bits > alt_kf_bits) in find_next_key_frame()
3161 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()
3170 alt_kf_bits = in find_next_key_frame()
3175 if (alt_kf_bits > cpi->twopass.kf_bits) in find_next_key_frame()
3177 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()