Home
last modified time | relevance | path

Searched refs:pOutputReal (Results 1 – 1 of 1) sorted by relevance

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1395 FIXP_DBL *pOutputReal = &outputReal[qs]; in DuckerApplyPS() local
1400 *pOutputReal++ = FL2FXCONST_DBL(0); in DuckerApplyPS()
1405 *pOutputReal++ = FL2FXCONST_DBL(0); in DuckerApplyPS()
1429 FIXP_DBL *pOutputReal = &outputReal[qs]; in DuckerApplyPS() local
1434 *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()