Lines Matching refs:fact_exp
207 INT fact_exp = 0; in sbrDecoder_drcApplySlot() local
250 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
270 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
279 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
287 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
313 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
359 if (fact_exp < maxShift) { in sbrDecoder_drcApplySlot()
360 drcFact2_mag >>= maxShift - fact_exp; in sbrDecoder_drcApplySlot()
445 if (fact_exp < maxShift) { in sbrDecoder_drcApplySlot()
446 drcFact_mag >>= maxShift - fact_exp; in sbrDecoder_drcApplySlot()
463 hDrcData->prevFact_exp = fact_exp; in sbrDecoder_drcApplySlot()