Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp381 UCHAR *useAliasReduction, /*!< synthetic sine energy for each in aliasingReduction() argument
396 if ((degreeAlias[k + 1] != FL2FXCONST_DBL(0.0f)) && useAliasReduction[k]) { in aliasingReduction()
408 if (useAliasReduction[k]) in aliasingReduction()
914 C_ALLOC_SCRATCH_START(useAliasReduction, UCHAR, 64) in calculateSbrEnvelope()
1201 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1238 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1377 aliasingReduction(degreeAlias + lowSubband, pNrgs, useAliasReduction, in calculateSbrEnvelope()
1728 C_ALLOC_SCRATCH_END(useAliasReduction, UCHAR, 64) in calculateSbrEnvelope()