Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1363 FIXP_DBL *pOutputReal = &outputReal[qs]; in DuckerApplyPS() local
1368 *pOutputReal++ = FL2FXCONST_DBL(0); in DuckerApplyPS()
1373 *pOutputReal++ = FL2FXCONST_DBL(0); in DuckerApplyPS()
1397 FIXP_DBL *pOutputReal = &outputReal[qs]; in DuckerApplyPS() local
1402 *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()