Lines Matching refs:harmIndex
1012 &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()
1847 if(!harmIndex) in adjustTimeSlotLC()
1871 if (harmIndex==1) freqInvFlag = !freqInvFlag; in adjustTimeSlotLC()
1912 if (!(harmIndex&0x1)) { in adjustTimeSlotLC()
1933 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotLC()
1954 UCHAR *RESTRICT ptrHarmIndex =&h_sbr_cal_env->harmIndex; /*!< Harmonic index */ in adjustTimeSlotHQ()
1963 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotHQ() local
1969 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotHQ()
2019 switch(harmIndex) { in adjustTimeSlotHQ()
2075 switch (harmIndex) in adjustTimeSlotHQ()