Lines Matching full:quantspeccoef
129 INT quantSpecCoef,
1432 INT quantSpecCoef,
1475 sign = (quantSpecCoef >= 0) ? 1 : -1;
1477 quantSpecCoef = sign * (((INT ) 1 << escapeOnesCounter) + escape_word);
1479 return quantSpecCoef;
1505 INT quantSpecCoef;
1508 quantSpecCoef = *pQuantVal++;
1509 if (quantSpecCoef != 0) {
1522 pQuantSpecCoef[*quantSpecCoefIdx] = -(FIXP_DBL)quantSpecCoef;
1525 pQuantSpecCoef[*quantSpecCoefIdx] = (FIXP_DBL)quantSpecCoef;