Lines Matching defs:coeff0
542 int coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];544 if (coeff0 > 2047) coeff0 = 2047;546 level0 = QUANTDIV(coeff0, iQ, B);566 new_error = coeff0 - level * Q;568 kWeightTrellis[j] * (coeff0 * coeff0 - new_error * new_error);