Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dlpp_tran.cpp261 FIXP_DBL *degreeAlias, /*!< Vector for results of aliasing estimation */ in lppTransposer() argument
671 degreeAlias[loBand] = FL2FXCONST_DBL(0.0f); in lppTransposer()
674 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/; in lppTransposer()
677 degreeAlias[loBand - 1] = deg; in lppTransposer()
681 degreeAlias[loBand] = deg; in lppTransposer()
686 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/; in lppTransposer()
689 degreeAlias[loBand - 1] = deg; in lppTransposer()
693 degreeAlias[loBand] = deg; in lppTransposer()
848 degreeAlias[hiBand] = degreeAlias[loBand]; in lppTransposer()
Denv_calc.h155 FIXP_DBL *degreeAlias, /*!< Estimated aliasing for each QMF channel */
Dlpp_tran.h239 FIXP_DBL *degreeAlias, FIXP_DBL **qmfBufferImag,
Dsbr_dec.cpp410 FIXP_DBL degreeAlias[(64)]; in sbr_dec() local
431 FDKmemclear(&degreeAlias[hHeaderData->freqBandData.lowSubband], in sbr_dec()
530 degreeAlias, // only used if useLP = 1 in sbr_dec()
567 degreeAlias, flags, in sbr_dec()
Denv_calc.cpp378 FIXP_DBL *degreeAlias, /*!< estimated aliasing for each QMF in aliasingReduction() argument
396 if ((degreeAlias[k + 1] != FL2FXCONST_DBL(0.0f)) && useAliasReduction[k]) { in aliasingReduction()
466 FIXP_DBL alpha = degreeAlias[k]; in aliasingReduction()
468 if (degreeAlias[k + 1] > alpha) alpha = degreeAlias[k + 1]; in aliasingReduction()
875 FIXP_DBL *degreeAlias, /*!< Estimated aliasing for each QMF channel */ in calculateSbrEnvelope() argument
1377 aliasingReduction(degreeAlias + lowSubband, pNrgs, useAliasReduction, in calculateSbrEnvelope()