Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c2936 int64_t min_group_bits; in find_next_key_frame() local
2938 min_group_bits = av_group_bits + in find_next_key_frame()
2942 if (cpi->twopass.kf_group_bits < min_group_bits) in find_next_key_frame()
2943 cpi->twopass.kf_group_bits = min_group_bits; in find_next_key_frame()