Home | History | Annotate | Download | only in enc

Lines Matching defs:coeff0

627     const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
628 int level0 = QUANTDIV(coeff0, iQ, B);
664 const int new_error = coeff0 - level * Q;
666 kWeightTrellis[j] * (new_error * new_error - coeff0 * coeff0);