Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant_enc.c647 int thresh_level = QUANTDIV(coeff0, iQ, BIAS(0x80)); in TrellisQuantizeBlock() local
648 if (thresh_level > MAX_LEVEL) thresh_level = MAX_LEVEL; in TrellisQuantizeBlock()
669 if (level < 0 || level > thresh_level) { in TrellisQuantizeBlock()