• Home
  • Raw
  • Download

Lines Matching refs:pSbrChannel

381           createSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch],  in sbrDecoder_ResetElement()
436 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainInCh = in sbrDecoder_AssignQmfChannels2SbrChannels()
438 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainOutCh = in sbrDecoder_AssignQmfChannels2SbrChannels()
515 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) { in sbrDecoder_DestroyElement()
516 deleteSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch]); in sbrDecoder_DestroyElement()
518 &self->pSbrElement[elementIndex]->pSbrChannel[ch]); in sbrDecoder_DestroyElement()
665 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()
666 self->pSbrElement[elementIndex]->pSbrChannel[ch] = in sbrDecoder_InitElement()
668 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()
676 ->pSbrChannel[ch] in sbrDecoder_InitElement()
866 pSbrElement->pSbrChannel, in sbrDecoder_Header()
1028 if (pSbrElement->pSbrChannel[elChanIdx] != NULL) { in sbrDecoder_drcGetChannel()
1042 if (self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx] != NULL) { in sbrDecoder_drcGetChannel()
1044 ->pSbrChannel[elChanIdx] in sbrDecoder_drcGetChannel()
1126 HANDLE_SBR_CHANNEL *pSbrChannel; in sbrDecoder_Parse() local
1231 pSbrChannel = hSbrElement->pSbrChannel; in sbrDecoder_Parse()
1235 ->pSbrChannel[0] in sbrDecoder_Parse()
1239 ->pSbrChannel[1] in sbrDecoder_Parse()
1408 self, hSbrHeader, headerStatus, pSbrChannel, hSbrElement->nChannels); in sbrDecoder_Parse()
1439 &pSbrChannel[0]->prevFrameData, in sbrDecoder_Parse()
1440 pSbrChannel[0]->SbrDec.PvcStaticData.pvc_mode_last, hBs, in sbrDecoder_Parse()
1582 HANDLE_SBR_CHANNEL *pSbrChannel = in sbrDecoder_DecodeElement() local
1583 self->pSbrElement[elementIndex]->pSbrChannel; in sbrDecoder_DecodeElement()
1605 &hSbrElement->pSbrChannel[0]->frameData[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1608 &hSbrElement->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1633 &hSbrElement->pSbrChannel[0]->frameData[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1636 &hSbrElement->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1662 pSbrChannel, hSbrElement->nChannels); in sbrDecoder_DecodeElement()
1680 &pSbrChannel[ch]->SbrDec, hSbrHeader, &pSbrChannel[ch]->prevFrameData, in sbrDecoder_DecodeElement()
1681 self->synDownsampleFac, self->flags, pSbrChannel[ch]->frameData); in sbrDecoder_DecodeElement()
1698 decodeSbrData(hSbrHeader, hFrameDataLeft, &pSbrChannel[0]->prevFrameData, in sbrDecoder_DecodeElement()
1700 (stereo) ? &pSbrChannel[1]->prevFrameData : NULL); in sbrDecoder_DecodeElement()
1747 sbr_dec(&pSbrChannel[0]->SbrDec, input + offset0_block, timeData + offset0, in sbrDecoder_DecodeElement()
1748 (self->flags & SBRDEC_PS_DECODED) ? &pSbrChannel[1]->SbrDec : NULL, in sbrDecoder_DecodeElement()
1750 &pSbrChannel[0]->prevFrameData, in sbrDecoder_DecodeElement()
1756 sbr_dec(&pSbrChannel[1]->SbrDec, input + offset1_block, in sbrDecoder_DecodeElement()
1758 hFrameDataRight, &pSbrChannel[1]->prevFrameData, in sbrDecoder_DecodeElement()
1884 self->pSbrElement[sbrElementNum]->pSbrChannel[1] == NULL) { in sbrDecoder_Apply()