Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp2406 FIXP_DBL *RESTRICT pSineLevel = nrgs->nrgSine; /*!< Sine levels */ in adjustTimeSlot_EldGrid() local
2428 SATURATE_SHIFT(fMultDiv2(p_harmonicPhaseX[lowSubband & 1], pSineLevel[0]), in adjustTimeSlot_EldGrid()
2435 FIXP_DBL sineLevel_curr = *pSineLevel++; in adjustTimeSlot_EldGrid()
2451 fMultAddDiv2(signalReal, pSineLevel[0], p_harmonicPhaseX[idx_k]); in adjustTimeSlot_EldGrid()
2469 FIXP_DBL sineLevel_curr = *pSineLevel++; in adjustTimeSlot_EldGrid()
2503 FIXP_DBL *pSineLevel = nrgs->nrgSine; /*!< Sine levels */ in adjustTimeSlotLC() local
2528 sineLevel = *pSineLevel++; in adjustTimeSlotLC()
2529 sineLevelNext = (noSubbands > 1) ? pSineLevel[0] : FL2FXCONST_DBL(0.0f); in adjustTimeSlotLC()
2576 FIXP_DBL sinelevel = *pSineLevel++; in adjustTimeSlotLC()
2604 if (*pSineLevel++ != FL2FXCONST_DBL(0.0f)) in adjustTimeSlotLC()
[all …]