Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_extr.cpp558 … HANDLE_SBR_FRAME_DATA hFrameDataRight,/*!< Dynamic control data for second channel */ in sbrGetChannelPairElement() argument
577 hFrameDataRight->coupling = COUPLING_BAL; in sbrGetChannelPairElement()
581 hFrameDataRight->coupling = COUPLING_OFF; in sbrGetChannelPairElement()
595 FDKmemcpy (&hFrameDataRight->frameInfo, &hFrameDataLeft->frameInfo, sizeof(FRAME_INFO)); in sbrGetChannelPairElement()
596 hFrameDataRight->ampResolutionCurrentFrame = hFrameDataLeft->ampResolutionCurrentFrame; in sbrGetChannelPairElement()
599 if ( !extractFrameInfo (hBs, hHeaderData, hFrameDataRight, 2, flags) ) in sbrGetChannelPairElement()
602 …if ( !checkFrameInfo (&hFrameDataRight->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderD… in sbrGetChannelPairElement()
610 sbrGetDirectionControlData (hFrameDataRight, hBs); in sbrGetChannelPairElement()
618 hFrameDataRight->sbr_invf_mode[i] = hFrameDataLeft->sbr_invf_mode[i]; in sbrGetChannelPairElement()
628 if ( !sbrGetEnvelope (hHeaderData, hFrameDataRight, hBs, flags) ) { in sbrGetChannelPairElement()
[all …]
Dsbrdecoder.cpp966 SBR_FRAME_DATA *hFrameDataRight; in sbrDecoder_Parse() local
1051hFrameDataRight = &self->pSbrElement[elementIndex]->pSbrChannel[1]->frameData[hSbrElement->useFram… in sbrDecoder_Parse()
1165 hFrameDataRight, in sbrDecoder_Parse()
1332 …SBR_FRAME_DATA *hFrameDataRight = &hSbrElement->pSbrChannel[1]->frameData[hSbrElement->useFrameSlo… in sbrDecoder_DecodeElement() local
1357 hFrameDataRight = &hSbrElement->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1427 (stereo) ? hFrameDataRight : NULL, in sbrDecoder_DecodeElement()
1492 hFrameDataRight, in sbrDecoder_DecodeElement()
Denv_extr.h299 HANDLE_SBR_FRAME_DATA hFrameDataRight,