Home
last modified time | relevance | path

Searched refs:numInputChannels (Results 1 – 10 of 10) sorted by relevance

/external/aac/libSACdec/src/
Dsac_process.h133 const int numInputChannels);
152 FIXP_DBL **qmfImag, const INT numInputChannels);
175 const INT numInputChannels);
290 const INT numInputChannels,
Dsac_dec.cpp1041 const int numInputChannels) { in SpatialDecApplyBypass() argument
1060 switch (numInputChannels) { in SpatialDecApplyBypass()
1117 UINT nSamples, UINT controlFlags, int numInputChannels, in SpatialDecApplyParameterSets() argument
1187 self->numInputChannels); in SpatialDecApplyParameterSets()
1193 self->numInputChannels); in SpatialDecApplyParameterSets()
1247 self->hybInputReal__FDK, self->hybInputImag__FDK, ts, numInputChannels); in SpatialDecApplyParameterSets()
1254 self->hybOutputImagDry__FDK, numInputChannels); in SpatialDecApplyParameterSets()
1371 numInputChannels, mapDescr); in SpatialDecApplyParameterSets()
1407 UINT nSamples, UINT *pControlFlags, int numInputChannels, in SpatialDecApplyFrame() argument
1424 numInputChannels = in SpatialDecApplyFrame()
[all …]
Dsac_process.cpp167 const int numInputChannels) { in SpatialDecQMFAnalysis() argument
175 for (ch = 0; ch < numInputChannels; ch++) { in SpatialDecQMFAnalysis()
205 const INT numInputChannels) { in SpatialDecFeedQMF() argument
210 for (ch = 0; ch < numInputChannels; ch++) { in SpatialDecFeedQMF()
279 const INT numInputChannels) { in SpatialDecHybridAnalysis() argument
283 for (ch = 0; ch < numInputChannels; in SpatialDecHybridAnalysis()
306 self->hybridAnalysis[numInputChannels].hfMode = 0; in SpatialDecHybridAnalysis()
308 &self->hybridAnalysis[numInputChannels], in SpatialDecHybridAnalysis()
323 for (row = 0; row < self->numInputChannels; row++) { in SpatialDecCreateX()
865 const INT numInputChannels, in SpatialDecSynthesis() argument
Dsac_bitdec.h114 SCHAR numInputChannels; member
Dsac_dec_interface.h313 UINT nSamples, UINT *pControlFlags, int numInputChannels,
Dsac_stp.cpp388 for (ch = 0; ch < self->numInputChannels; ch++) { in subbandTPApply()
426 for (ch = 0; ch < self->numInputChannels; ch++) { in subbandTPApply()
Dsac_bitdec.cpp419 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecParseMps212Config()
505 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecParseSpecificConfig()
644 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecDefaultSpecificConfig()
1828 for (ch = 0; ch < self->numInputChannels; ch++) { in decodeAndMapFrameArbdmx()
1997 self->numInputChannels = pSpatialSpecificConfig->nInputChannels; in SpatialDecDecodeHeader()
2026 self->numOutputChannels = self->numInputChannels; in SpatialDecDecodeHeader()
Dsac_dec.h321 int numInputChannels; /* 1 (M) or 2 (L,R) */ member
Dsac_calcM1andM2.cpp182 int nChIn = self->numInputChannels; in updateAlpha()
Dsac_reshapeBBEnv.cpp583 extractBBEnv(self, INP_DMX, 0, fMin(self->numInputChannels, 2), envDmx, in SpatialDecReshapeBBEnv()