HomeSort by relevance Sort by last modified time
    Searched refs:sbrPitchInBins (Results 1 - 3 of 3) sorted by null

  /external/aac/libSBRdec/src/
env_extr.cpp 660 hFrameDataLeft->sbrPitchInBins = FDKreadBits(hBs, 7);
662 hFrameDataLeft->sbrPitchInBins = 0;
666 hFrameDataLeft->sbrPitchInBins = 0;
674 hFrameDataRight->sbrPitchInBins = hFrameDataLeft->sbrPitchInBins;
680 hFrameDataRight->sbrPitchInBins = FDKreadBits(hBs, 7);
682 hFrameDataRight->sbrPitchInBins = 0;
686 hFrameDataRight->sbrPitchInBins = 0;
694 hFrameDataRight->sbrPitchInBins = 0;
699 hFrameDataLeft->sbrPitchInBins = 0
    [all...]
env_extr.h 365 UCHAR sbrPitchInBins;
sbr_dec.cpp 481 hFrameData->sbrPitchInBins, hSbrDec->scale_lb, hSbrDec->scale_hbe,
595 hPrevFrameData->prevSbrPitchInBins = hFrameData->sbrPitchInBins;
    [all...]

Completed in 149 milliseconds