Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp796 int elementIndex, elChanIdx=0, numCh=0; in sbrDecoder_drcGetChannel() local
803 elChanIdx = 0; in sbrDecoder_drcGetChannel()
822 if (pSbrElement->pSbrChannel[elChanIdx] != NULL) { in sbrDecoder_drcGetChannel()
824 elChanIdx++; in sbrDecoder_drcGetChannel()
829 elChanIdx -= 1; in sbrDecoder_drcGetChannel()
831 if (elChanIdx < 0 || elementIndex < 0) { in sbrDecoder_drcGetChannel()
836 if ( self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx] != NULL ) in sbrDecoder_drcGetChannel()
838 …pSbrDrcChannelData = &self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx]->SbrDec.sbrDrcChanne… in sbrDecoder_drcGetChannel()