HomeSort by relevance Sort by last modified time
    Searched refs:treeConfig (Results 1 - 8 of 8) sorted by null

  /external/aac/libSACdec/src/
sac_bitdec.cpp 140 switch (pSpatialSpecificConfig->treeConfig) {
413 pSpatialSpecificConfig->treeConfig = SPATIALDEC_MODE_RSVD7;
415 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOttBoxes;
417 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels;
419 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOutputChannels;
487 pSpatialSpecificConfig->treeConfig =
490 if (pSpatialSpecificConfig->treeConfig != SPATIALDEC_MODE_RSVD7) {
497 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOttBoxes;
499 treePropertyTable[pSpatialSpecificConfig->treeConfig].numTttBoxes;
501 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels
    [all...]
sac_dec_ssc_struct.h 236 SPATIALDEC_TREE_CONFIG treeConfig;
246 int nInputChannels; /* derived from treeConfig */
247 int nOutputChannels; /* derived from treeConfig */
250 int nOttBoxes; /* derived from treeConfig */
254 int nTttBoxes; /* derived from treeConfig */
sac_stp.cpp 401 switch (self->treeConfig) {
412 switch (self->treeConfig) {
439 if (self->treeConfig == TREE_212) {
475 switch (self->treeConfig) {
507 const SCHAR *channlIndex = row2channelSTP[self->treeConfig];
sac_dec_lib.cpp 293 if ((partiallyComplexFlag) || (pSsc1->treeConfig != pSsc2->treeConfig) ||
301 (pSsc1->treeConfig != pSsc2->treeConfig) ||
309 (pSsc1->treeConfig != pSsc2->treeConfig) ||
317 (pSsc1->treeConfig != pSsc2->treeConfig) ||
325 if ((upmixTypeFlag) || (pSsc1->treeConfig != pSsc2->treeConfig) ||
    [all...]
sac_dec.cpp 552 int nOutputChannels, treeConfig;
557 treeConfig = pSsc->treeConfig;
561 if (treeConfig != SPATIALDEC_MODE_RSVD7) {
813 ((self->treeConfig == TREE_212) && (self->decorrType == DECORR_PS))
820 if (self->treeConfig == TREE_212 && k == 0) {
    [all...]
sac_reshapeBBEnv.cpp 128 k = row2channelGES[self->treeConfig][ch];
132 switch (self->treeConfig) {
376 INT ch2 = row2channelGES[self->treeConfig][ch];
581 switch (self->treeConfig) {
593 ch2 = row2channelGES[self->treeConfig][ch];
sac_dec.h 318 int treeConfig; /* TREE_5151 = 5151, TREE_5152 = 5152, TREE_525 = 525, defined
sac_calcM1andM2.cpp 165 return row2residual[self->treeConfig][row];
213 switch (self->treeConfig) {

Completed in 1709 milliseconds