Searched refs:pOutputReal (Results 1 – 1 of 1) sorted by relevance
1363 FIXP_DBL *pOutputReal = &outputReal[qs]; in DuckerApplyPS() local1368 *pOutputReal++ = FL2FXCONST_DBL(0); in DuckerApplyPS()1373 *pOutputReal++ = FL2FXCONST_DBL(0); in DuckerApplyPS()1397 FIXP_DBL *pOutputReal = &outputReal[qs]; in DuckerApplyPS() local1402 *pOutputReal = fMult(*pOutputReal, duckGain); in DuckerApplyPS()1403 pOutputReal++; /* don't move in front of "=" above, because then the in DuckerApplyPS()1411 *pOutputReal = fMult(*pOutputReal, duckGain); in DuckerApplyPS()1412 pOutputReal++; in DuckerApplyPS()