Home
last modified time | relevance | path

Searched refs:TREE_212 (Results 1 – 8 of 8) sorted by relevance

/external/aac/libSACdec/src/
Dsac_stp.cpp402 case TREE_212: in subbandTPApply()
413 case TREE_212: in subbandTPApply()
439 if (self->treeConfig == TREE_212) { in subbandTPApply()
476 case TREE_212: in subbandTPApply()
Dsac_bitdec.h121 enum { TREE_212 = 7, TREE_DUMMY = 255 }; enumerator
Dsac_dec.cpp814 ((self->treeConfig == TREE_212) && (self->decorrType == DECORR_PS)) in FDK_SpatialDecInit()
821 if (self->treeConfig == TREE_212 && k == 0) { in FDK_SpatialDecInit()
893 case TREE_212: in SpatialDecChannelProperties()
1052 case TREE_212: /* 212 */ in SpatialDecApplyBypass()
Dsac_bitdec.cpp141 case TREE_212: { in SpatialDecDecodeHelperInfo()
1702 if ((self->treeConfig == TREE_212) && (self->phaseCoding)) { in decodeAndMapFrameOtt()
2069 case TREE_212: in SpatialDecDecodeHeader()
Dsac_calcM1andM2.cpp214 case TREE_212: in SpatialDecCalculateM1andM2()
Dsac_reshapeBBEnv.cpp133 case TREE_212: in initBBEnv()
/external/aac/libSACenc/src/
Dsacenc_bitstream.h120 TREE_212 = 7, enumerator
Dsacenc_lib.cpp1753 hSsc->bsTreeConfig = TREE_212; in FillSpatialSpecificConfig()