Lines Matching refs:numSbrChannels
519 self->numSbrChannels -= 1; in sbrDecoder_DestroyElement()
542 nSbrChannelsStart = self->numSbrChannels; in sbrDecoder_InitElement()
617 self->numSbrChannels -= self->pSbrElement[elementIndex]->nChannels; in sbrDecoder_InitElement()
653 (self->numSbrChannels + elChannels) > (8) + (1)) { in sbrDecoder_InitElement()
654 self->numSbrChannels += self->pSbrElement[elementIndex]->nChannels; in sbrDecoder_InitElement()
673 self->numSbrChannels++; in sbrDecoder_InitElement()
685 self->numSbrChannels; in sbrDecoder_InitElement()
687 fMax((INT)self->numSbrChannels, in sbrDecoder_InitElement()
718 (nSbrChannelsStart < self->numSbrChannels)) { in sbrDecoder_InitElement()
1107 (self->numSbrChannels == 0)) { in sbrDecoder_drcDisable()
1812 int numSbrChannels = 0; in sbrDecoder_Apply() local
1866 if (self->numSbrChannels > self->pQmfDomain->globalConf.nInputChannels) { in sbrDecoder_Apply()
1898 self, input, timeData, timeDataSize, mapDescr, mapIdx, numSbrChannels, in sbrDecoder_Apply()
1907 numSbrChannels += numElementChan; in sbrDecoder_Apply()
1909 if (numSbrChannels >= numCoreChannels) { in sbrDecoder_Apply()
1918 *numChannels = numSbrChannels; in sbrDecoder_Apply()
1992 if ((self->numSbrChannels > 0) && (self->numSbrElements > 0)) { in sbrDecoder_GetDelay()