Searched refs:degreeAlias (Results 1 – 5 of 5) sorted by relevance
/external/aac/libSBRdec/src/ |
D | lpp_tran.cpp | 263 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()
|
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 | 409 FIXP_DBL degreeAlias[(64)]; in sbr_dec() local 430 FDKmemclear(°reeAlias[hHeaderData->freqBandData.lowSubband], in sbr_dec() 529 degreeAlias, // only used if useLP = 1 in sbr_dec() 566 degreeAlias, flags, in sbr_dec()
|
D | env_calc.cpp | 375 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()
|