Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c3676 int qrange_adj = 1; local
3696 qrange_adj = VPXMAX(1, (top_index - bottom_index) / 2);
3699 VPXMAX(bottom_index - qrange_adj / 2, cpi->oxcf.best_allowed_q);
3701 VPXMIN(cpi->oxcf.worst_allowed_q, top_index + qrange_adj / 2);
3974 VPXMIN(q + qrange_adj, cpi->oxcf.worst_allowed_q);