Home
last modified time | relevance | path

Searched refs:numVChannels (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSACdec/src/
Dsac_smoothing.cpp193 for (col = 0; col < self->numVChannels; col++) { in SpatialDecSmoothM1andM2()
Dsac_dec.h354 int numVChannels; /* direct signals + decorelator signals */ member
Dsac_process.cpp367 FDK_ASSERT(self->numVChannels == 2); in SpatialDecApplyM1_CreateW_Mode212()
726 for (; col < self->numVChannels; col++) { in SpatialDecApplyM2()
948 for (col = 0; col < self->numVChannels; col++) { in SpatialDecBufferMatrices()
Dsac_calcM1andM2.cpp764 for (j = 0; j < self->numVChannels; j++) { in initM1andM2()
Dsac_bitdec.cpp2076 self->numVChannels = self->numDirektSignals + self->numDecorSignals; in SpatialDecDecodeHeader()