Lines Matching refs:pSineLevel
1768 FIXP_DBL *pSineLevel = nrgs->nrgSine; /*!< Sine levels */ in adjustTimeSlot_EldGrid() local
1787 if( (pSineLevel[0] != FL2FXCONST_DBL(0.0f)) || (noNoiseFlag == 1) ){ in adjustTimeSlot_EldGrid()
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()
1820 if(pSineLevel[0] != FL2FXCONST_DBL(0.0f)){ in adjustTimeSlot_EldGrid()
1826 pSineLevel++; in adjustTimeSlot_EldGrid()
1849 FIXP_DBL *pSineLevel = nrgs->nrgSine; /*!< Sine levels */ in adjustTimeSlotLC() local
1874 sineLevel = *pSineLevel++; in adjustTimeSlotLC()
1875 sineLevelNext = (noSubbands > 1) ? pSineLevel[0] : FL2FXCONST_DBL(0.0f); in adjustTimeSlotLC()
1922 FIXP_DBL sinelevel = *pSineLevel++; in adjustTimeSlotLC()
1947 if (*pSineLevel++!=FL2FXCONST_DBL(0.0f)) tone_count++; in adjustTimeSlotLC()
1957 FIXP_DBL addSine = fMultDiv2((pSineLevel[-2] - pSineLevel[0]), C1); in adjustTimeSlotLC()
1971 sineLevelPrev = fMultDiv2(pSineLevel[-1],FL2FX_SGL(0.0163f)); in adjustTimeSlotLC()
1972 sineLevel = pSineLevel[0]; in adjustTimeSlotLC()
1974 if (pSineLevel[0]!=FL2FXCONST_DBL(0.0f)) tone_count++; in adjustTimeSlotLC()
2020 FIXP_DBL *RESTRICT pSineLevel = nrgs->nrgSine; /*!< Sine levels */ in adjustTimeSlotHQ() local
2086 if (pSineLevel[k] != FL2FXCONST_DBL(0.0f)) { in adjustTimeSlotHQ()
2087 sineLevel = pSineLevel[k]; in adjustTimeSlotHQ()
2143 if ((sineLevel = pSineLevel[k]) != FL2FXCONST_DBL(0.0f)) in adjustTimeSlotHQ()