Lines Matching refs:fact_exp
210 INT fact_exp = 0; in sbrDecoder_drcApplySlot() local
250 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
268 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
276 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
283 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
306 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
348 if (fact_exp < maxShift) { in sbrDecoder_drcApplySlot()
349 drcFact2_mag >>= maxShift - fact_exp; in sbrDecoder_drcApplySlot()
461 if (fact_exp < maxShift) { in sbrDecoder_drcApplySlot()
462 drcFact_mag >>= maxShift - fact_exp; in sbrDecoder_drcApplySlot()
479 hDrcData->prevFact_exp = fact_exp; in sbrDecoder_drcApplySlot()