Searched refs:harmonicPhaseX (Results 1 – 3 of 3) sorted by relevance
130 extern const FIXP_SGL harmonicPhaseX [2][4];
1778 static const FIXP_DBL harmonicPhaseX [2][4] = { in adjustTimeSlot_EldGrid() local1802 …*(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()
744 const FIXP_SGL harmonicPhaseX [2][4] = { variable