Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_extr.cpp619 HANDLE_SBR_FRAME_DATA hFrameDataRight, in sbrGetChannelElement() argument
625 const int nCh = (hFrameDataRight == NULL) ? 1 : 2; in sbrGetChannelElement()
642 hFrameDataRight->coupling = COUPLING_BAL; in sbrGetChannelElement()
645 hFrameDataRight->coupling = COUPLING_OFF; in sbrGetChannelElement()
671 hFrameDataRight->sbrPatchingMode = hFrameDataLeft->sbrPatchingMode; in sbrGetChannelElement()
672 hFrameDataRight->sbrOversamplingFlag = in sbrGetChannelElement()
674 hFrameDataRight->sbrPitchInBins = hFrameDataLeft->sbrPitchInBins; in sbrGetChannelElement()
676 hFrameDataRight->sbrPatchingMode = FDKreadBit(hBs); in sbrGetChannelElement()
677 if (hFrameDataRight->sbrPatchingMode == 0) { in sbrGetChannelElement()
678 hFrameDataRight->sbrOversamplingFlag = FDKreadBit(hBs); in sbrGetChannelElement()
[all …]
Dsbrdecoder.cpp1129 SBR_FRAME_DATA *hFrameDataRight = NULL; in sbrDecoder_Parse() local
1234 hFrameDataRight = &self->pSbrElement[elementIndex] in sbrDecoder_Parse()
1242 FDKmemcpy(&frameDataRightCopy, hFrameDataRight, sizeof(SBR_FRAME_DATA)); in sbrDecoder_Parse()
1436 hSbrHeader, hFrameDataLeft, (stereo) ? hFrameDataRight : NULL, in sbrDecoder_Parse()
1517 FDKmemcpy(hFrameDataRight, &frameDataRightCopy, sizeof(SBR_FRAME_DATA)); in sbrDecoder_Parse()
1604 SBR_FRAME_DATA *hFrameDataRight = NULL; in sbrDecoder_DecodeElement() local
1620 hFrameDataRight = in sbrDecoder_DecodeElement()
1646 hFrameDataRight = in sbrDecoder_DecodeElement()
1710 (stereo) ? hFrameDataRight : NULL, in sbrDecoder_DecodeElement()
1769 hFrameDataRight, &pSbrChannel[1]->prevFrameData, in sbrDecoder_DecodeElement()
Denv_extr.h389 HANDLE_SBR_FRAME_DATA hFrameDataRight,