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()
255 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
293 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
527 if (hDrcData->currFact_exp > maxShift) { in sbrDecoder_drcApply()
528 maxShift = hDrcData->currFact_exp; in sbrDecoder_drcApply()
Dsbrdec_drc.h117 INT currFact_exp; member
Dsbr_dec.cpp779 if (hSbrDec->sbrDrcChannel.currFact_exp > maxShift) { in sbr_dec()
780 maxShift = hSbrDec->sbrDrcChannel.currFact_exp; in sbr_dec()