Searched refs:sfbThrExp (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACenc/src/
H A Dadj_thr.cpp855 FIXP_DBL sfbThrExp; local
863 sfbThrExp = thrExp[ch][sfbGrp+sfb];
871 int minScale = fixMin(CountLeadingBits(sfbThrExp), CountLeadingBits(redVal) - (DFRACT_BITS-1-redValScaling) )-1;
873 /* 4*log( sfbThrExp + redVal ) */
874 sfbThrReducedLdData = CalcLdData(fAbs(scaleValue(sfbThrExp, minScale) + scaleValue(redVal,(DFRACT_BITS-1-redValScaling)+minScale)))
960 FIXP_DBL sfbEnLdData, sfbThrLdData, sfbThrExp; local
1065 sfbThrExp = thrExp[ch][sfbGrp+sfb];
1075 sfbThrExp = fMult(sfbThrExp, fMult( FL2FXCONST_DBL(2.82f/4.f), invSqrt4[psyOutChan->groupLen[groupNumber]]))<<2 ;
1077 if ( sfbThrExp <
[all...]

Completed in 77 milliseconds