Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp1755 FIXP_DBL signalReal, sineLevel, sineLevelNext, sineLevelPrev; in adjustTimeSlotLC() local
1774 sineLevel = *pSineLevel++; in adjustTimeSlotLC()
1777 if (sineLevel!=FL2FXCONST_DBL(0.0f)) tone_count++; in adjustTimeSlotLC()
1787 signalReal += (harmIndex&0x2) ? -sineLevel : sineLevel; in adjustTimeSlotLC()
1795 FIXP_DBL tmp1 = scaleValue( fMultDiv2(C1_CLDFB, sineLevel), -shift ); in adjustTimeSlotLC()
1816 signalReal += (harmIndex&0x2) ? -sineLevel : sineLevel; in adjustTimeSlotLC()
1824 FIXP_DBL tmp1 = (shift>=0) ? ( fMultDiv2(C1, sineLevel) >> shift ) in adjustTimeSlotLC()
1825 : ( fMultDiv2(C1, sineLevel) << (-shift) ); in adjustTimeSlotLC()
1903 sineLevel = pSineLevel[0]; in adjustTimeSlotLC()
1914 *ptrReal = signalReal + ( (sineSign) ? -sineLevel : sineLevel); in adjustTimeSlotLC()
[all …]