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

/external/libvpx/vp8/encoder/
H A Donyx_if.c3338 int q_low; local
3738 q_low = cpi->active_best_quality;
3934 q_low = cpi->active_best_quality;
3986 q_high = (Q > q_low) ? (Q - 1) : q_low;
3989 Q = (q_high + q_low) >> 1;
3994 // Raise q_low
3995 q_low = (Q < q_high) ? (Q + 1) : q_high;
3998 Q = (q_high + q_low + 1) >> 1;
4004 else if (Q < q_low)
[all...]

Completed in 208 milliseconds