Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c3655 static int get_qstep_adj(int rate_excess, int rate_limit) { argument
3657 rate_limit ? ((rate_excess + rate_limit / 2) / rate_limit) : INT_MAX;