Searched refs:sbrPatchingMode (Results 1 – 5 of 5) sorted by relevance
354 (hFrameData->sbrPatchingMode == 0))) { in sbr_dec()443 (hFrameData->sbrPatchingMode != 0)) in sbr_dec()453 if ((hSbrDec->savedStates == 0) && (hFrameData->sbrPatchingMode == 1)) { in sbr_dec()495 (hFrameData->sbrPatchingMode == 0)) { in sbr_dec()541 if ((hFrameData->sbrPatchingMode != in sbr_dec()542 hSbrDec->SbrCalculateEnvelope.sbrPatchingMode)) { in sbr_dec()550 hFrameData->sbrPatchingMode, in sbr_dec()552 (hFrameData->sbrPatchingMode == 0) in sbr_dec()557 hSbrDec->SbrCalculateEnvelope.sbrPatchingMode = in sbr_dec()558 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
3024 UCHAR sbrPatchingMode, int xOverQmf[MAX_NUM_PATCHES], int b41Sbr) { in ResetLimiterBands() argument3039 if (!sbrPatchingMode && xOverQmf != NULL) { in ResetLimiterBands()