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()
415 pSpatialSpecificConfig->treeConfig = SPATIALDEC_MODE_RSVD7; in SpatialDecParseMps212Config()
417 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOttBoxes; in SpatialDecParseMps212Config()
419 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecParseMps212Config()
421 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOutputChannels; in SpatialDecParseMps212Config()
491 pSpatialSpecificConfig->treeConfig = in SpatialDecParseSpecificConfig()
494 if (pSpatialSpecificConfig->treeConfig != SPATIALDEC_MODE_RSVD7) { in SpatialDecParseSpecificConfig()
501 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOttBoxes; in SpatialDecParseSpecificConfig()
503 treePropertyTable[pSpatialSpecificConfig->treeConfig].numTttBoxes; in SpatialDecParseSpecificConfig()
505 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecParseSpecificConfig()
[all …]
Dsac_dec_lib.cpp298 if ((partiallyComplexFlag) || (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
306 (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
314 (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
322 (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
330 if ((upmixTypeFlag) || (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
425 switch (pSsc->treeConfig) { in check_UParam_Build_DecConfig()
837 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.cpp553 int nOutputChannels, treeConfig; in CheckLevelTreeUpmixType() local
558 treeConfig = pSsc->treeConfig; in CheckLevelTreeUpmixType()
562 if (treeConfig != SPATIALDEC_MODE_RSVD7) { in CheckLevelTreeUpmixType()
814 ((self->treeConfig == TREE_212) && (self->decorrType == DECORR_PS)) in FDK_SpatialDecInit()
821 if (self->treeConfig == TREE_212 && k == 0) { in FDK_SpatialDecInit()
883 treePropertyTable[self->treeConfig].numOutputChannels) { in SpatialDecChannelProperties()
892 switch (self->treeConfig) { in SpatialDecChannelProperties()
1051 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()