Searched defs:hFrameDataRight (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
H A Denv_extr.cpp558 HANDLE_SBR_FRAME_DATA hFrameDataRight,/*!< Dynamic control data for second channel */
577 hFrameDataRight->coupling = COUPLING_BAL;
581 hFrameDataRight->coupling = COUPLING_OFF;
595 FDKmemcpy (&hFrameDataRight->frameInfo, &hFrameDataLeft->frameInfo, sizeof(FRAME_INFO));
596 hFrameDataRight->ampResolutionCurrentFrame = hFrameDataLeft->ampResolutionCurrentFrame;
599 if ( !extractFrameInfo (hBs, hHeaderData, hFrameDataRight, 2, flags) )
602 if ( !checkFrameInfo (&hFrameDataRight->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
610 sbrGetDirectionControlData (hFrameDataRight, hBs);
618 hFrameDataRight->sbr_invf_mode[i] = hFrameDataLeft->sbr_invf_mode[i];
628 if ( !sbrGetEnvelope (hHeaderData, hFrameDataRight, hB
556 sbrGetChannelPairElement(HANDLE_SBR_HEADER_DATA hHeaderData, HANDLE_SBR_FRAME_DATA hFrameDataLeft, HANDLE_SBR_FRAME_DATA hFrameDataRight, HANDLE_FDK_BITSTREAM hBs, const UINT flags, const int overlap ) argument
[all...]
H A Dsbrdecoder.cpp937 SBR_FRAME_DATA *hFrameDataRight; local
973 hFrameDataRight = &self->pSbrElement[elementIndex]->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot];
1080 hFrameDataRight,
1222 SBR_FRAME_DATA *hFrameDataRight = &hSbrElement->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot]; local
1239 hFrameDataRight = &hSbrElement->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot];
1308 (stereo) ? hFrameDataRight : NULL,
1372 hFrameDataRight,

Completed in 57 milliseconds