• Home
  • Raw
  • Download

Lines Matching refs:pSbrChannel

383           createSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch],  in sbrDecoder_ResetElement()
438 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainInCh = in sbrDecoder_AssignQmfChannels2SbrChannels()
440 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainOutCh = in sbrDecoder_AssignQmfChannels2SbrChannels()
517 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) { in sbrDecoder_DestroyElement()
518 deleteSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch]); in sbrDecoder_DestroyElement()
520 &self->pSbrElement[elementIndex]->pSbrChannel[ch]); in sbrDecoder_DestroyElement()
667 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()
668 self->pSbrElement[elementIndex]->pSbrChannel[ch] = in sbrDecoder_InitElement()
670 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()
678 ->pSbrChannel[ch] in sbrDecoder_InitElement()
868 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
1227 pSbrChannel = hSbrElement->pSbrChannel; in sbrDecoder_Parse()
1231 ->pSbrChannel[0] in sbrDecoder_Parse()
1235 ->pSbrChannel[1] in sbrDecoder_Parse()
1406 self, hSbrHeader, headerStatus, pSbrChannel, hSbrElement->nChannels); in sbrDecoder_Parse()
1437 &pSbrChannel[0]->prevFrameData, in sbrDecoder_Parse()
1438 pSbrChannel[0]->SbrDec.PvcStaticData.pvc_mode_last, hBs, in sbrDecoder_Parse()
1595 HANDLE_SBR_CHANNEL *pSbrChannel = in sbrDecoder_DecodeElement() local
1596 self->pSbrElement[elementIndex]->pSbrChannel; in sbrDecoder_DecodeElement()
1618 &hSbrElement->pSbrChannel[0]->frameData[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1621 &hSbrElement->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1644 &hSbrElement->pSbrChannel[0]->frameData[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1647 &hSbrElement->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1673 pSbrChannel, hSbrElement->nChannels); in sbrDecoder_DecodeElement()
1691 &pSbrChannel[ch]->SbrDec, hSbrHeader, &pSbrChannel[ch]->prevFrameData, in sbrDecoder_DecodeElement()
1692 self->synDownsampleFac, self->flags, pSbrChannel[ch]->frameData); in sbrDecoder_DecodeElement()
1709 decodeSbrData(hSbrHeader, hFrameDataLeft, &pSbrChannel[0]->prevFrameData, in sbrDecoder_DecodeElement()
1711 (stereo) ? &pSbrChannel[1]->prevFrameData : NULL); in sbrDecoder_DecodeElement()
1758 sbr_dec(&pSbrChannel[0]->SbrDec, input + offset0_block, timeData + offset0, in sbrDecoder_DecodeElement()
1759 (self->flags & SBRDEC_PS_DECODED) ? &pSbrChannel[1]->SbrDec : NULL, in sbrDecoder_DecodeElement()
1761 &pSbrChannel[0]->prevFrameData, in sbrDecoder_DecodeElement()
1767 sbr_dec(&pSbrChannel[1]->SbrDec, input + offset1_block, in sbrDecoder_DecodeElement()
1769 hFrameDataRight, &pSbrChannel[1]->prevFrameData, in sbrDecoder_DecodeElement()
1891 self->pSbrElement[sbrElementNum]->pSbrChannel[1] == NULL) { in sbrDecoder_Apply()