Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp141 hDrcData->currFact_exp = 1; in sbrDecoder_drcInitChannel()
175 hDrcData->currFact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcUpdateChannel()
250 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
283 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
512 if (hDrcData->currFact_exp > maxShift) { in sbrDecoder_drcApply()
513 maxShift = hDrcData->currFact_exp; in sbrDecoder_drcApply()
Dsbrdec_drc.h117 INT currFact_exp; member
Dsbr_dec.cpp776 if (hSbrDec->sbrDrcChannel.currFact_exp > maxShift) { in sbr_dec()
777 maxShift = hSbrDec->sbrDrcChannel.currFact_exp; in sbr_dec()