Searched refs:degreeAlias (Results 1 – 5 of 5) sorted by relevance
/external/aac/libSBRdec/src/ |
D | lpp_tran.cpp | 261 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()
|
D | env_calc.h | 155 FIXP_DBL *degreeAlias, /*!< Estimated aliasing for each QMF channel */
|
D | lpp_tran.h | 239 FIXP_DBL *degreeAlias, FIXP_DBL **qmfBufferImag,
|
D | sbr_dec.cpp | 410 FIXP_DBL degreeAlias[(64)]; in sbr_dec() local 431 FDKmemclear(°reeAlias[hHeaderData->freqBandData.lowSubband], in sbr_dec() 530 degreeAlias, // only used if useLP = 1 in sbr_dec() 567 degreeAlias, flags, in sbr_dec()
|
D | env_calc.cpp | 378 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()
|