Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp378 UCHAR *useAliasReduction, /*!< synthetic sine energy for each in aliasingReduction() argument
393 if ((degreeAlias[k + 1] != FL2FXCONST_DBL(0.0f)) && useAliasReduction[k]) { in aliasingReduction()
405 if (useAliasReduction[k]) in aliasingReduction()
932 C_ALLOC_SCRATCH_START(useAliasReduction, UCHAR, 64) in calculateSbrEnvelope()
1218 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1255 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1394 aliasingReduction(degreeAlias + lowSubband, pNrgs, useAliasReduction, in calculateSbrEnvelope()
1733 C_ALLOC_SCRATCH_END(useAliasReduction, UCHAR, 64) in calculateSbrEnvelope()