Lines Matching refs:numSbrChannels
521 self->numSbrChannels -= 1; in sbrDecoder_DestroyElement()
544 nSbrChannelsStart = self->numSbrChannels; in sbrDecoder_InitElement()
619 self->numSbrChannels -= self->pSbrElement[elementIndex]->nChannels; in sbrDecoder_InitElement()
659 self->numSbrChannels += self->pSbrElement[elementIndex]->nChannels; in sbrDecoder_InitElement()
675 self->numSbrChannels++; in sbrDecoder_InitElement()
687 self->numSbrChannels; in sbrDecoder_InitElement()
689 fMax((INT)self->numSbrChannels, in sbrDecoder_InitElement()
720 (nSbrChannelsStart < self->numSbrChannels)) { in sbrDecoder_InitElement()
1107 (self->numSbrChannels == 0)) { in sbrDecoder_drcDisable()
1822 int numSbrChannels = 0; in sbrDecoder_Apply() local
1873 if (self->numSbrChannels > self->pQmfDomain->globalConf.nInputChannels) { in sbrDecoder_Apply()
1905 self, input, timeData, timeDataSize, mapDescr, mapIdx, numSbrChannels, in sbrDecoder_Apply()
1914 numSbrChannels += numElementChan; in sbrDecoder_Apply()
1916 if (numSbrChannels >= numCoreChannels) { in sbrDecoder_Apply()
1925 *numChannels = numSbrChannels; in sbrDecoder_Apply()
1999 if ((self->numSbrChannels > 0) && (self->numSbrElements > 0)) { in sbrDecoder_GetDelay()