Searched refs:nextFact_exp (Results 1 – 5 of 5) sorted by relevance
128 hDrcData->nextFact_exp = 1; in sbrDecoder_drcInitChannel()165 hDrcData->currFact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcUpdateChannel()270 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()279 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()313 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()504 if (hDrcData->nextFact_exp > maxShift) { in sbrDecoder_drcApply()505 maxShift = hDrcData->nextFact_exp; in sbrDecoder_drcApply()
109 INT nextFact_exp; member
878 INT nextFact_exp, in sbrDecoder_drcFeedChannel() argument895 if ( !((pNextFact_mag[band] == FL2FXCONST_DBL(0.5)) && (nextFact_exp == 1)) in sbrDecoder_drcFeedChannel()896 && !((pNextFact_mag[band] == (FIXP_DBL)MAXVAL_DBL) && (nextFact_exp == 0)) ) { in sbrDecoder_drcFeedChannel()915 pSbrDrcChannelData->nextFact_exp = nextFact_exp; in sbrDecoder_drcFeedChannel()
640 if (hSbrDec->sbrDrcChannel.nextFact_exp > maxShift) { in sbr_dec()641 maxShift = hSbrDec->sbrDrcChannel.nextFact_exp; in sbr_dec()
242 INT nextFact_exp,