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()
1105 (self->numSbrChannels == 0)) { in sbrDecoder_drcDisable()
1806 int numSbrChannels = 0; in sbrDecoder_Apply() local
1860 if (self->numSbrChannels > self->pQmfDomain->globalConf.nInputChannels) { in sbrDecoder_Apply()
1892 self, input, timeData, timeDataSize, mapDescr, mapIdx, numSbrChannels, in sbrDecoder_Apply()
1901 numSbrChannels += numElementChan; in sbrDecoder_Apply()
1903 if (numSbrChannels >= numCoreChannels) { in sbrDecoder_Apply()
1912 *numChannels = numSbrChannels; in sbrDecoder_Apply()
1986 if ((self->numSbrChannels > 0) && (self->numSbrElements > 0)) { in sbrDecoder_GetDelay()