Lines Matching refs:pOut
885 FIXP_DBL *pOut = pSpectralCoefficient + (win * windowLen); in CConcealment_ApplyNoise() local
892 pOut[i] = fMult(pCncl[i], fac); in CConcealment_ApplyNoise()
897 pOut, in CConcealment_ApplyNoise()
974 FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1]; in CConcealment_ApplyNoise() local
979 *pOut = fMult(*pOut, fac); in CConcealment_ApplyNoise()
980 pOut--; in CConcealment_ApplyNoise()
1225 FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1]; in CConcealment_ApplyInter() local
1229 *pOut = fMult(*pOut, fac); in CConcealment_ApplyInter()
1230 pOut--; in CConcealment_ApplyInter()
1243 FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1]; in CConcealment_ApplyInter() local
1247 *pOut = fMult(*pOut, fac); in CConcealment_ApplyInter()
1248 pOut--; in CConcealment_ApplyInter()