Home
last modified time | relevance | path

Searched refs:numOutputChannels (Results 1 – 9 of 9) sorted by relevance

/external/aac/libSACdec/src/
Dsac_stp.cpp372 for (ch = 0; ch < self->numOutputChannels; ch++) { in subbandTPApply()
380 FDKmemset(skipChannels, 0, self->numOutputChannels * sizeof(int)); in subbandTPApply()
383 FDKmemset(scale, 0, self->numOutputChannels * sizeof(FIXP_DBL)); in subbandTPApply()
392 for (ch = 0; ch < self->numOutputChannels; ch++) { in subbandTPApply()
447 for (ch = 0; ch < self->numOutputChannels; ch++) { in subbandTPApply()
486 for (ch = 0; ch < self->numOutputChannels; ch++) { in subbandTPApply()
509 for (ch = 0; ch < self->numOutputChannels; ch++) { in subbandTPApply()
Dsac_bitdec.h115 SCHAR numOutputChannels; member
Dsac_reshapeBBEnv.cpp127 for (ch = 0; ch < self->numOutputChannels; ch++) { in initBBEnv()
394 prevChOffs = ch + self->numOutputChannels; in extractBBEnv()
588 extractBBEnv(self, INP_DRY_WET, 0, self->numOutputChannels, envDry, frame); in SpatialDecReshapeBBEnv()
590 for (ch = 0; ch < self->numOutputChannels; ch++) { in SpatialDecReshapeBBEnv()
Dsac_bitdec.cpp421 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOutputChannels; in SpatialDecParseMps212Config()
507 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOutputChannels; in SpatialDecParseSpecificConfig()
646 treePropertyTable[pSpatialSpecificConfig->treeConfig].numOutputChannels; in SpatialDecDefaultSpecificConfig()
973 .numOutputChannels; /* CAUTION: Maybe different to in SpatialDecParseFrameData()
1999 self->numOutputChannels = pSpatialSpecificConfig->nOutputChannels; in SpatialDecDecodeHeader()
2005 self->numM2rows = self->numOutputChannels; in SpatialDecDecodeHeader()
2026 self->numOutputChannels = self->numInputChannels; in SpatialDecDecodeHeader()
2029 self->numOutputChannelsAT = self->numOutputChannels; in SpatialDecDecodeHeader()
Dsac_dec.h322 int numOutputChannels; /* 6 for 3/2.1 (FL,FR,FC,LF,BL,BR) */ member
Dsac_dec.cpp883 treePropertyTable[self->treeConfig].numOutputChannels) { in SpatialDecChannelProperties()
1318 for (ch = 0; ch < self->numOutputChannels; ch++) { in SpatialDecApplyParameterSets()
1338 for (ch = 0; ch < self->numOutputChannels; ch++) { in SpatialDecApplyParameterSets()
Dsac_calcM1andM2.cpp758 { self->numM2rows = self->numOutputChannels; } in initM1andM2()
Dsac_process.cpp419 INT max_row = self->numOutputChannels; in SpatialDecApplyM2_Mode212()
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp400 UINT numOutputChannels, /*! the number of channels for the core coder */ in FDKsbrEnc_IsSbrSettingAvail() argument
420 bitrate *= numOutputChannels; in FDKsbrEnc_IsSbrSettingAvail()
423 idx = getSbrTuningTableIndex(bitrate, numOutputChannels, sampleRateCore, core, in FDKsbrEnc_IsSbrSettingAvail()