Home
last modified time | relevance | path

Searched refs:nextFact_exp (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp142 hDrcData->nextFact_exp = 1; in sbrDecoder_drcInitChannel()
175 hDrcData->currFact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcUpdateChannel()
268 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
276 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
306 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
515 if (hDrcData->nextFact_exp > maxShift) { in sbrDecoder_drcApply()
516 maxShift = hDrcData->nextFact_exp; in sbrDecoder_drcApply()
Dsbrdec_drc.h118 INT nextFact_exp; member
Dsbrdecoder.cpp1054 INT nextFact_exp, in sbrDecoder_drcFeedChannel() argument
1070 (nextFact_exp == 1)) && in sbrDecoder_drcFeedChannel()
1072 (nextFact_exp == 0))) { in sbrDecoder_drcFeedChannel()
1091 pSbrDrcChannelData->nextFact_exp = nextFact_exp; in sbrDecoder_drcFeedChannel()
Dsbr_dec.cpp779 if (hSbrDec->sbrDrcChannel.nextFact_exp > maxShift) { in sbr_dec()
780 maxShift = hSbrDec->sbrDrcChannel.nextFact_exp; in sbr_dec()
/external/aac/libSBRdec/include/
Dsbrdecoder.h297 INT nextFact_exp,