Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_bitdec.cpp140 switch (pSpatialSpecificConfig->treeConfig) { in SpatialDecDecodeHelperInfo()
413 pSpatialSpecificConfig->treeConfig = SPATIALDEC_MODE_RSVD7; in SpatialDecParseMps212Config()
415 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOttBoxes; in SpatialDecParseMps212Config()
417 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecParseMps212Config()
419 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOutputChannels; in SpatialDecParseMps212Config()
487 pSpatialSpecificConfig->treeConfig = in SpatialDecParseSpecificConfig()
490 if (pSpatialSpecificConfig->treeConfig != SPATIALDEC_MODE_RSVD7) { in SpatialDecParseSpecificConfig()
497 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOttBoxes; in SpatialDecParseSpecificConfig()
499 treePropertyTable[pSpatialSpecificConfig->treeConfig].numTttBoxes; in SpatialDecParseSpecificConfig()
501 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecParseSpecificConfig()
[all …]
Dsac_dec_lib.cpp293 if ((partiallyComplexFlag) || (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
301 (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
309 (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
317 (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
325 if ((upmixTypeFlag) || (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
420 switch (pSsc->treeConfig) { in check_UParam_Build_DecConfig()
841 if ((pSsc->treeConfig < 0) || (pSsc->treeConfig > 7)) { in sscParseCheck()
Dsac_stp.cpp401 switch (self->treeConfig) { in subbandTPApply()
412 switch (self->treeConfig) { in subbandTPApply()
439 if (self->treeConfig == TREE_212) { in subbandTPApply()
475 switch (self->treeConfig) { in subbandTPApply()
507 const SCHAR *channlIndex = row2channelSTP[self->treeConfig]; in subbandTPApply()
Dsac_dec.cpp552 int nOutputChannels, treeConfig; in CheckLevelTreeUpmixType() local
557 treeConfig = pSsc->treeConfig; in CheckLevelTreeUpmixType()
561 if (treeConfig != SPATIALDEC_MODE_RSVD7) { in CheckLevelTreeUpmixType()
813 ((self->treeConfig == TREE_212) && (self->decorrType == DECORR_PS)) in FDK_SpatialDecInit()
820 if (self->treeConfig == TREE_212 && k == 0) { in FDK_SpatialDecInit()
882 treePropertyTable[self->treeConfig].numOutputChannels) { in SpatialDecChannelProperties()
891 switch (self->treeConfig) { in SpatialDecChannelProperties()
1050 switch (self->treeConfig) { in SpatialDecApplyBypass()
Dsac_reshapeBBEnv.cpp128 k = row2channelGES[self->treeConfig][ch]; in initBBEnv()
132 switch (self->treeConfig) { in initBBEnv()
376 INT ch2 = row2channelGES[self->treeConfig][ch]; in extractBBEnv()
581 switch (self->treeConfig) { in SpatialDecReshapeBBEnv()
593 ch2 = row2channelGES[self->treeConfig][ch]; in SpatialDecReshapeBBEnv()
Dsac_dec_ssc_struct.h236 SPATIALDEC_TREE_CONFIG treeConfig; member
Dsac_dec.h318 int treeConfig; /* TREE_5151 = 5151, TREE_5152 = 5152, TREE_525 = 525, defined member
Dsac_calcM1andM2.cpp165 return row2residual[self->treeConfig][row]; in SpatialDecGetResidualIndex()
213 switch (self->treeConfig) { in SpatialDecCalculateM1andM2()