Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp1012 &h_sbr_cal_env->harmIndex, in calculateSbrEnvelope()
1119 hs->harmIndex = 0; in createSbrEnvelopeCalc()
1753 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotLC() local
1785 if (!(harmIndex&0x1)) { in adjustTimeSlotLC()
1787 signalReal += (harmIndex&0x2) ? -sineLevel : sineLevel; in adjustTimeSlotLC()
1801 if ( ((harmIndex>>1)&0x1)^freqInvFlag) { in adjustTimeSlotLC()
1814 if (!(harmIndex&0x1)) { in adjustTimeSlotLC()
1816 signalReal += (harmIndex&0x2) ? -sineLevel : sineLevel; in adjustTimeSlotLC()
1830 if ( ((harmIndex>>1)&0x1)^freqInvFlag) { in adjustTimeSlotLC()
1845 if (!(harmIndex&0x1)) { in adjustTimeSlotLC()
[all …]
Denv_calc.h109 UCHAR harmIndex; /*!< Current phase of synthetic sine */ member