Home | History | Annotate | Download | only in enc

Lines Matching defs:iQ

216     // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
640 const uint32_t iQ = mtx->iq_[j];
646 int level0 = QUANTDIV(coeff0, iQ, B);
647 int thresh_level = QUANTDIV(coeff0, iQ, BIAS(0x80));