Searched refs:pOutputReal (Results 1 – 1 of 1) sorted by relevance
1395 FIXP_DBL *pOutputReal = &outputReal[qs]; in DuckerApplyPS() local1400 *pOutputReal++ = FL2FXCONST_DBL(0); in DuckerApplyPS()1405 *pOutputReal++ = FL2FXCONST_DBL(0); in DuckerApplyPS()1429 FIXP_DBL *pOutputReal = &outputReal[qs]; in DuckerApplyPS() local1434 *pOutputReal = fMult(*pOutputReal, duckGain); in DuckerApplyPS()1435 pOutputReal++; /* don't move in front of "=" above, because then the in DuckerApplyPS()1443 *pOutputReal = fMult(*pOutputReal, duckGain); in DuckerApplyPS()1444 pOutputReal++; in DuckerApplyPS()