Home
last modified time | relevance | path

Searched refs:DECORR_PS (Results 1 – 4 of 4) sorted by relevance

/external/aac/libFDK/include/
DFDK_decorrelate.h135 DECORR_PS, /**< Decorrelator type used by HEAACv2 and MPS LP */ enumerator
/external/aac/libSACdec/src/
Dsac_dec.cpp809 FDK_DECORR_TYPE decorrType = DECORR_PS; in FDK_SpatialDecInit()
814 ((self->treeConfig == TREE_212) && (self->decorrType == DECORR_PS)) in FDK_SpatialDecInit()
815 ? DECORR_PS in FDK_SpatialDecInit()
/external/aac/libFDK/src/
DFDK_decorrelate.cpp1508 case DECORR_PS: in FDKdecorrelateInit()
1598 case DECORR_PS: in FDKdecorrelateInit()
1625 case DECORR_PS: in FDKdecorrelateInit()
/external/aac/libSBRdec/src/
Dpsdec.cpp270 error = FDKdecorrelateInit(&h_ps_d->specificTo.mpeg.apDecor, 71, DECORR_PS, in ResetPsDec()