Home
last modified time | relevance | path

Searched refs:prevFact_exp (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp140 hDrcData->prevFact_exp = 1; in sbrDecoder_drcInitChannel()
360 if (hDrcData->prevFact_exp < maxShift) { in sbrDecoder_drcApplySlot()
361 drcFact1_mag >>= maxShift - hDrcData->prevFact_exp; in sbrDecoder_drcApplySlot()
494 hDrcData->prevFact_exp = fact_exp; in sbrDecoder_drcApplySlot()
524 if (hDrcData->prevFact_exp > maxShift) { in sbrDecoder_drcApply()
525 maxShift = hDrcData->prevFact_exp; in sbrDecoder_drcApply()
Dsbrdec_drc.h113 INT prevFact_exp; member
Dsbr_dec.cpp776 if (hSbrDec->sbrDrcChannel.prevFact_exp > maxShift) { in sbr_dec()
777 maxShift = hSbrDec->sbrDrcChannel.prevFact_exp; in sbr_dec()