Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c2105 int alt_kf_bits; in find_next_key_frame() local
2160 alt_kf_bits = (int)((double)kf_boost * in find_next_key_frame()
2163 if (twopass->kf_bits > alt_kf_bits) in find_next_key_frame()
2164 twopass->kf_bits = alt_kf_bits; in find_next_key_frame()
2169 alt_kf_bits = (int)((double)twopass->bits_left * (kf_mod_err / in find_next_key_frame()
2172 if (alt_kf_bits > twopass->kf_bits) { in find_next_key_frame()
2173 twopass->kf_bits = alt_kf_bits; in find_next_key_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c3070 int alt_kf_bits; in find_next_key_frame() local
3159 alt_kf_bits = (int)((double)kf_boost * in find_next_key_frame()
3162 if (cpi->twopass.kf_bits > alt_kf_bits) in find_next_key_frame()
3164 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()
3173 alt_kf_bits = in find_next_key_frame()
3178 if (alt_kf_bits > cpi->twopass.kf_bits) in find_next_key_frame()
3180 cpi->twopass.kf_bits = alt_kf_bits; in find_next_key_frame()