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()
278 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
286 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
321 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
530 if (hDrcData->nextFact_exp > maxShift) { in sbrDecoder_drcApply()
531 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.cpp782 if (hSbrDec->sbrDrcChannel.nextFact_exp > maxShift) { in sbr_dec()
783 maxShift = hSbrDec->sbrDrcChannel.nextFact_exp; in sbr_dec()
/external/aac/libSBRdec/include/
Dsbrdecoder.h297 INT nextFact_exp,