Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_extr.cpp660 hFrameDataLeft->sbrPitchInBins = FDKreadBits(hBs, 7); in sbrGetChannelElement()
662 hFrameDataLeft->sbrPitchInBins = 0; in sbrGetChannelElement()
666 hFrameDataLeft->sbrPitchInBins = 0; in sbrGetChannelElement()
674 hFrameDataRight->sbrPitchInBins = hFrameDataLeft->sbrPitchInBins; in sbrGetChannelElement()
680 hFrameDataRight->sbrPitchInBins = FDKreadBits(hBs, 7); in sbrGetChannelElement()
682 hFrameDataRight->sbrPitchInBins = 0; in sbrGetChannelElement()
686 hFrameDataRight->sbrPitchInBins = 0; in sbrGetChannelElement()
694 hFrameDataRight->sbrPitchInBins = 0; in sbrGetChannelElement()
699 hFrameDataLeft->sbrPitchInBins = 0; in sbrGetChannelElement()
705 hFrameDataRight->sbrPitchInBins = 0; in sbrGetChannelElement()
[all …]
Denv_extr.h365 UCHAR sbrPitchInBins; member
Dsbr_dec.cpp482 hFrameData->sbrPitchInBins, hSbrDec->scale_lb, hSbrDec->scale_hbe, in sbr_dec()
596 hPrevFrameData->prevSbrPitchInBins = hFrameData->sbrPitchInBins; in sbr_dec()