Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_stp.cpp342 if (self->treeConfig == TREE_212) { in subbandTPApply()
373 if (self->treeConfig == TREE_212) in subbandTPApply()
386 case TREE_212: in subbandTPApply()
397 case TREE_212: in subbandTPApply()
432 if (self->treeConfig != TREE_212) DryEner[ch] = DryEner[ch] << nrgScale; in subbandTPApply()
457 if (self->treeConfig == TREE_212) { in subbandTPApply()
478 FDK_ASSERT(self->treeConfig == TREE_212); in subbandTPApply()
495 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()
1709 if ((self->treeConfig == TREE_212) && (self->phaseCoding)) { in decodeAndMapFrameOtt()
2076 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()