Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dlpp_tran.cpp263 FIXP_DBL *degreeAlias, /*!< Vector for results of aliasing estimation */ in lppTransposer() argument
673 degreeAlias[loBand] = FL2FXCONST_DBL(0.0f); in lppTransposer()
676 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/; in lppTransposer()
679 degreeAlias[loBand - 1] = deg; in lppTransposer()
683 degreeAlias[loBand] = deg; in lppTransposer()
688 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/; in lppTransposer()
691 degreeAlias[loBand - 1] = deg; in lppTransposer()
695 degreeAlias[loBand] = deg; in lppTransposer()
852 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.cpp409 FIXP_DBL degreeAlias[(64)]; in sbr_dec() local
430 FDKmemclear(&degreeAlias[hHeaderData->freqBandData.lowSubband], in sbr_dec()
529 degreeAlias, // only used if useLP = 1 in sbr_dec()
566 degreeAlias, flags, in sbr_dec()
Denv_calc.cpp375 FIXP_DBL *degreeAlias, /*!< estimated aliasing for each QMF in aliasingReduction() argument
393 if ((degreeAlias[k + 1] != FL2FXCONST_DBL(0.0f)) && useAliasReduction[k]) { in aliasingReduction()
463 FIXP_DBL alpha = degreeAlias[k]; in aliasingReduction()
465 if (degreeAlias[k + 1] > alpha) alpha = degreeAlias[k + 1]; in aliasingReduction()
893 FIXP_DBL *degreeAlias, /*!< Estimated aliasing for each QMF channel */ in calculateSbrEnvelope() argument
1394 aliasingReduction(degreeAlias + lowSubband, pNrgs, useAliasReduction, in calculateSbrEnvelope()