Home
last modified time | relevance | path

Searched refs:treeConfig (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()
385 switch (self->treeConfig) { in subbandTPApply()
396 switch (self->treeConfig) { 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()
494 switch (self->treeConfig) { in subbandTPApply()
526 const SCHAR *channlIndex = row2channelSTP[self->treeConfig]; in subbandTPApply()
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()
492 UINT treeConfig = FDKreadBits(bitstream, 4); in SpatialDecParseSpecificConfig() local
494 switch (treeConfig) { in SpatialDecParseSpecificConfig()
496 pSpatialSpecificConfig->treeConfig = (SPATIALDEC_TREE_CONFIG)treeConfig; in SpatialDecParseSpecificConfig()
506 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOttBoxes; in SpatialDecParseSpecificConfig()
508 treePropertyTable[pSpatialSpecificConfig->treeConfig].numTttBoxes; 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()
852 if ((pSsc->treeConfig < 0) || (pSsc->treeConfig > 7)) { in sscParseCheck()
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()
363 INT ch2 = row2channelGES[self->treeConfig][ch]; in extractBBEnv()
574 switch (self->treeConfig) { in SpatialDecReshapeBBEnv()
586 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()