Searched refs:thresh_level (Results 1 – 1 of 1) sorted by relevance
647 int thresh_level = QUANTDIV(coeff0, iQ, BIAS(0x80)); in TrellisQuantizeBlock() local648 if (thresh_level > MAX_LEVEL) thresh_level = MAX_LEVEL; in TrellisQuantizeBlock()669 if (level < 0 || level > thresh_level) { in TrellisQuantizeBlock()