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

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

Completed in 3469 milliseconds