Searched refs:sbrPatchingMode (Results 1 – 5 of 5) sorted by relevance
355 (hFrameData->sbrPatchingMode == 0))) { in sbr_dec()444 (hFrameData->sbrPatchingMode != 0)) in sbr_dec()454 if ((hSbrDec->savedStates == 0) && (hFrameData->sbrPatchingMode == 1)) { in sbr_dec()496 (hFrameData->sbrPatchingMode == 0)) { in sbr_dec()542 if ((hFrameData->sbrPatchingMode != in sbr_dec()543 hSbrDec->SbrCalculateEnvelope.sbrPatchingMode)) { in sbr_dec()551 hFrameData->sbrPatchingMode, in sbr_dec()553 (hFrameData->sbrPatchingMode == 0) in sbr_dec()558 hSbrDec->SbrCalculateEnvelope.sbrPatchingMode = in sbr_dec()559 hFrameData->sbrPatchingMode; in sbr_dec()[all …]
129 int sbrPatchingMode; /*!< Current patching mode */ member171 int limiterBands, UCHAR sbrPatchingMode,
656 hFrameDataLeft->sbrPatchingMode = FDKreadBit(hBs); in sbrGetChannelElement()657 if (hFrameDataLeft->sbrPatchingMode == 0) { in sbrGetChannelElement()671 hFrameDataRight->sbrPatchingMode = hFrameDataLeft->sbrPatchingMode; in sbrGetChannelElement()676 hFrameDataRight->sbrPatchingMode = FDKreadBit(hBs); in sbrGetChannelElement()677 if (hFrameDataRight->sbrPatchingMode == 0) { in sbrGetChannelElement()692 hFrameDataRight->sbrPatchingMode = 1; in sbrGetChannelElement()697 hFrameDataLeft->sbrPatchingMode = 1; in sbrGetChannelElement()703 hFrameDataRight->sbrPatchingMode = 1; in sbrGetChannelElement()708 hFrameDataLeft->sbrPatchingMode = 1; in sbrGetChannelElement()
363 UCHAR sbrPatchingMode; member
3069 UCHAR sbrPatchingMode, int xOverQmf[MAX_NUM_PATCHES], int b41Sbr) { in ResetLimiterBands() argument3084 if (!sbrPatchingMode && xOverQmf != NULL) { in ResetLimiterBands()