Lines Matching refs:harmIndex

1021                           &h_sbr_cal_env->harmIndex,  in calculateSbrEnvelope()
1032 &h_sbr_cal_env->harmIndex, in calculateSbrEnvelope()
1139 hs->harmIndex = 0; in createSbrEnvelopeCalc()
1771 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlot_EldGrid() local
1797 signalReal += pSineLevel[0] * harmonicPhase[0][harmIndex]; in adjustTimeSlot_EldGrid()
1802 …*(ptrReal-1) += scaleValue(fMultDiv2(harmonicPhaseX[lowSubband&1][harmIndex], pSineLevel[0]), -sca… in adjustTimeSlot_EldGrid()
1804 *(ptrReal) += fMultDiv2(pSineLevel[1], harmonicPhaseX[(lowSubband+1)&1][harmIndex]); in adjustTimeSlot_EldGrid()
1808 *(ptrReal) += fMultDiv2(pSineLevel[- 1], harmonicPhaseX [(lowSubband+k)&1] [harmIndex]); in adjustTimeSlot_EldGrid()
1809 *(ptrReal) += fMultDiv2(pSineLevel[+ 1], harmonicPhaseX [(lowSubband+k+1)&1][harmIndex]); in adjustTimeSlot_EldGrid()
1813 *(ptrReal) += fMultDiv2(pSineLevel[- 1], harmonicPhaseX [(lowSubband+k)&1][harmIndex]); in adjustTimeSlot_EldGrid()
1816 *(ptrReal+1) += fMultDiv2(pSineLevel[0], harmonicPhaseX[(lowSubband+k+1)&1][harmIndex]); in adjustTimeSlot_EldGrid()
1829 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlot_EldGrid()
1853 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotLC() local
1883 if (!(harmIndex&0x1)) { in adjustTimeSlotLC()
1885 signalReal += (harmIndex&0x2) ? -sineLevel : sineLevel; in adjustTimeSlotLC()
1899 if ( ((harmIndex>>1)&0x1)^freqInvFlag) { in adjustTimeSlotLC()
1914 if (!(harmIndex&0x1)) { in adjustTimeSlotLC()
1916 if(!harmIndex) in adjustTimeSlotLC()
1940 if (harmIndex==1) freqInvFlag = !freqInvFlag; in adjustTimeSlotLC()
1981 if (!(harmIndex&0x1)) { in adjustTimeSlotLC()
2002 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotLC()
2024 UCHAR *RESTRICT ptrHarmIndex =&h_sbr_cal_env->harmIndex; /*!< Harmonic index */ in adjustTimeSlotHQ()
2033 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotHQ() local
2039 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotHQ()
2089 switch(harmIndex) { in adjustTimeSlotHQ()
2145 switch (harmIndex) in adjustTimeSlotHQ()