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.c3068 int alt_kf_bits; in find_next_key_frame() local
3157 alt_kf_bits = (int)((double)kf_boost * 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()
3171 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()