Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c357 …double buffer_fullness_ratio = (double)cpi->buffer_level / DOUBLE_DIVIDE_CHECK((double)cpi->oxcf.o… in frame_max_bits() local
365 if (buffer_fullness_ratio < 1.0) in frame_max_bits()
370 max_bits = (int)(max_bits * buffer_fullness_ratio); in frame_max_bits()