Searched refs:hFrameDataLeft (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | env_extr.cpp | 618 HANDLE_SBR_FRAME_DATA hFrameDataLeft, in sbrGetChannelElement() argument 641 hFrameDataLeft->coupling = COUPLING_LEVEL; in sbrGetChannelElement() 644 hFrameDataLeft->coupling = COUPLING_OFF; in sbrGetChannelElement() 651 hFrameDataLeft->coupling = COUPLING_OFF; in sbrGetChannelElement() 656 hFrameDataLeft->sbrPatchingMode = FDKreadBit(hBs); in sbrGetChannelElement() 657 if (hFrameDataLeft->sbrPatchingMode == 0) { in sbrGetChannelElement() 658 hFrameDataLeft->sbrOversamplingFlag = FDKreadBit(hBs); in sbrGetChannelElement() 660 hFrameDataLeft->sbrPitchInBins = FDKreadBits(hBs, 7); in sbrGetChannelElement() 662 hFrameDataLeft->sbrPitchInBins = 0; in sbrGetChannelElement() 665 hFrameDataLeft->sbrOversamplingFlag = 0; in sbrGetChannelElement() [all …]
|
D | sbrdecoder.cpp | 1128 SBR_FRAME_DATA *hFrameDataLeft = NULL; in sbrDecoder_Parse() local 1234 hFrameDataLeft = &self->pSbrElement[elementIndex] in sbrDecoder_Parse() 1244 FDKmemcpy(&frameDataLeftCopy, hFrameDataLeft, sizeof(SBR_FRAME_DATA)); in sbrDecoder_Parse() 1438 hSbrHeader, hFrameDataLeft, (stereo) ? hFrameDataRight : NULL, in sbrDecoder_Parse() 1502 FDKmemcpy(hFrameDataLeft, &frameDataLeftCopy, sizeof(SBR_FRAME_DATA)); in sbrDecoder_Parse() 1515 hFrameDataLeft->coupling = COUPLING_OFF; in sbrDecoder_Parse() 1590 SBR_FRAME_DATA *hFrameDataLeft = NULL; in sbrDecoder_DecodeElement() local 1604 hFrameDataLeft = in sbrDecoder_DecodeElement() 1632 hFrameDataLeft = in sbrDecoder_DecodeElement() 1698 decodeSbrData(hSbrHeader, hFrameDataLeft, &pSbrChannel[0]->prevFrameData, in sbrDecoder_DecodeElement() [all …]
|
D | env_extr.h | 388 HANDLE_SBR_FRAME_DATA hFrameDataLeft,
|