HomeSort by relevance Sort by last modified time
    Searched refs:degreeAlias (Results 1 - 5 of 5) sorted by null

  /external/aac/libSBRdec/src/
env_calc.h 126 FIXP_DBL *degreeAlias, /*!< Estimated aliasing for each QMF channel */
lpp_tran.h 201 FIXP_DBL *degreeAlias,
lpp_tran.cpp 222 FIXP_DBL *degreeAlias, /*!< Vector for results of aliasing estimation */
577 degreeAlias[loBand] = FL2FXCONST_DBL(0.0f);
580 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/;
582 degreeAlias[loBand-1] = deg;
586 degreeAlias[loBand] = deg;
591 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/;
593 degreeAlias[loBand-1] = deg;
597 degreeAlias[loBand] = deg;
733 degreeAlias[hiBand] = degreeAlias[loBand]
    [all...]
sbr_dec.cpp 426 FIXP_DBL degreeAlias[(64)];
428 /* The transposer will override most values in degreeAlias[].
431 FDKmemclear(&degreeAlias[hHeaderData->freqBandData.lowSubband], (hHeaderData->freqBandData.highSubband-hHeaderData->freqBandData.lowSubband)*sizeof(FIXP_DBL));
440 degreeAlias, // only used if useLP = 1
466 degreeAlias,
    [all...]
env_calc.cpp 291 aliasingReduction(FIXP_DBL* degreeAlias, /*!< estimated aliasing for each QMF channel */
305 if ( (degreeAlias[k + 1] != FL2FXCONST_DBL(0.0f)) && useAliasReduction[k] ) {
374 FIXP_DBL alpha = degreeAlias[k];
376 if (degreeAlias[k + 1] > alpha)
377 alpha = degreeAlias[k + 1];
510 FIXP_DBL *degreeAlias, /*!< Estimated aliasing for each QMF channel */
    [all...]

Completed in 67 milliseconds