Lines Matching refs:fact_exp
210 INT fact_exp = 0; in sbrDecoder_drcApplySlot() local
255 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
278 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
286 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
293 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
321 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
363 if (fact_exp < maxShift) { in sbrDecoder_drcApplySlot()
364 drcFact2_mag >>= maxShift - fact_exp; in sbrDecoder_drcApplySlot()
476 if (fact_exp < maxShift) { in sbrDecoder_drcApplySlot()
477 drcFact_mag >>= maxShift - fact_exp; in sbrDecoder_drcApplySlot()
494 hDrcData->prevFact_exp = fact_exp; in sbrDecoder_drcApplySlot()