Home | History | Annotate | Download | only in src

Lines Matching refs:hFrameDataRight

558                           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, hBs, flags) ) {
635 hFrameDataRight->sbr_invf_mode[i] = (INVF_MODE) FDKreadBits (hBs, 2);
643 if ( !sbrGetEnvelope (hHeaderData, hFrameDataRight, hBs, flags) )
649 sbrGetNoiseFloorData (hHeaderData, hFrameDataRight, hBs);
652 sbrGetSyntheticCodedData(hHeaderData, hFrameDataRight, hBs);