Home
last modified time | relevance | path

Searched refs:numSbrChannels (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp519 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()
[all …]
Dsbr_ram.h157 int numSbrChannels; member