Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp128 hDrcData->nextFact_exp = 1; in sbrDecoder_drcInitChannel()
165 hDrcData->currFact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcUpdateChannel()
270 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
279 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
313 fact_exp = hDrcData->nextFact_exp; in sbrDecoder_drcApplySlot()
504 if (hDrcData->nextFact_exp > maxShift) { in sbrDecoder_drcApply()
505 maxShift = hDrcData->nextFact_exp; in sbrDecoder_drcApply()
Dsbrdec_drc.h109 INT nextFact_exp; member
Dsbrdecoder.cpp878 INT nextFact_exp, in sbrDecoder_drcFeedChannel() argument
895 if ( !((pNextFact_mag[band] == FL2FXCONST_DBL(0.5)) && (nextFact_exp == 1)) in sbrDecoder_drcFeedChannel()
896 && !((pNextFact_mag[band] == (FIXP_DBL)MAXVAL_DBL) && (nextFact_exp == 0)) ) { in sbrDecoder_drcFeedChannel()
915 pSbrDrcChannelData->nextFact_exp = nextFact_exp; in sbrDecoder_drcFeedChannel()
Dsbr_dec.cpp640 if (hSbrDec->sbrDrcChannel.nextFact_exp > maxShift) { in sbr_dec()
641 maxShift = hSbrDec->sbrDrcChannel.nextFact_exp; in sbr_dec()
/external/aac/libSBRdec/include/
Dsbrdecoder.h242 INT nextFact_exp,