Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp1575 &h_sbr_cal_env->harmIndex, lowSubband, noSubbands, in calculateSbrEnvelope()
1582 &h_sbr_cal_env->harmIndex, lowSubband, noSubbands, in calculateSbrEnvelope()
1754 hs->harmIndex = 0; in createSbrEnvelopeCalc()
2405 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlot_EldGrid() local
2419 const FIXP_DBL *p_harmonicPhaseX = &harmonicPhaseX[harmIndex][0]; in adjustTimeSlot_EldGrid()
2420 const INT *p_harmonicPhase = &harmonicPhase[harmIndex][0]; in adjustTimeSlot_EldGrid()
2483 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlot_EldGrid()
2508 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotLC() local
2543 if (!(harmIndex & 0x1)) { in adjustTimeSlotLC()
2545 signalReal += (harmIndex & 0x2) ? -sineLevel : sineLevel; in adjustTimeSlotLC()
[all …]
Denv_calc.h128 UCHAR harmIndex; /*!< Current phase of synthetic sine */ member