Searched refs:degreeAlias (Results 1 – 5 of 5) sorted by relevance
222 … FIXP_DBL *degreeAlias, /*!< Vector for results of aliasing estimation */ in lppTransposer() argument577 degreeAlias[loBand] = FL2FXCONST_DBL(0.0f); in lppTransposer()580 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/; in lppTransposer()582 degreeAlias[loBand-1] = deg; in lppTransposer()586 degreeAlias[loBand] = deg; in lppTransposer()591 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/; in lppTransposer()593 degreeAlias[loBand-1] = deg; in lppTransposer()597 degreeAlias[loBand] = deg; in lppTransposer()733 degreeAlias[hiBand] = degreeAlias[loBand]; in lppTransposer()
126 … FIXP_DBL *degreeAlias, /*!< Estimated aliasing for each QMF channel */
201 FIXP_DBL *degreeAlias,
426 FIXP_DBL degreeAlias[(64)]; in sbr_dec() local431 …FDKmemclear(°reeAlias[hHeaderData->freqBandData.lowSubband], (hHeaderData->freqBandData.highSub… in sbr_dec()440 degreeAlias, // only used if useLP = 1 in sbr_dec()466 degreeAlias, in sbr_dec()
291 aliasingReduction(FIXP_DBL* degreeAlias, /*!< estimated aliasing for each QMF channel */ in aliasingReduction() argument305 if ( (degreeAlias[k + 1] != FL2FXCONST_DBL(0.0f)) && useAliasReduction[k] ) { in aliasingReduction()374 FIXP_DBL alpha = degreeAlias[k]; in aliasingReduction()376 if (degreeAlias[k + 1] > alpha) in aliasingReduction()377 alpha = degreeAlias[k + 1]; in aliasingReduction()510 … FIXP_DBL *degreeAlias, /*!< Estimated aliasing for each QMF channel */ in calculateSbrEnvelope() argument830 aliasingReduction(degreeAlias+lowSubband, in calculateSbrEnvelope()