Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp127 hDrcData->currFact_exp = 1; in sbrDecoder_drcInitChannel()
165 hDrcData->currFact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcUpdateChannel()
250 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
287 fact_exp = hDrcData->currFact_exp; in sbrDecoder_drcApplySlot()
501 if (hDrcData->currFact_exp > maxShift) { in sbrDecoder_drcApply()
502 maxShift = hDrcData->currFact_exp; in sbrDecoder_drcApply()
Dsbrdec_drc.h108 INT currFact_exp; member
Dsbr_dec.cpp592 if (hSbrDec->sbrDrcChannel.currFact_exp > maxShift) { in sbr_dec()
593 maxShift = hSbrDec->sbrDrcChannel.currFact_exp; in sbr_dec()