Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp1021 &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()
[all …]
Denv_calc.h109 UCHAR harmIndex; /*!< Current phase of synthetic sine */ member