Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp2402 FIXP_DBL *RESTRICT pSineLevel = nrgs->nrgSine; /*!< Sine levels */ in adjustTimeSlot_EldGrid() local
2427 SATURATE_SHIFT(fMultDiv2(p_harmonicPhaseX[lowSubband & 1], pSineLevel[0]), in adjustTimeSlot_EldGrid()
2434 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()
2504 FIXP_DBL *pSineLevel = nrgs->nrgSine; /*!< Sine levels */ in adjustTimeSlotLC() local
2532 sineLevel = *pSineLevel++; in adjustTimeSlotLC()
2533 sineLevelNext = (noSubbands > 1) ? pSineLevel[0] : FL2FXCONST_DBL(0.0f); in adjustTimeSlotLC()
2580 FIXP_DBL sinelevel = *pSineLevel++; in adjustTimeSlotLC()
2611 if (*pSineLevel++ != FL2FXCONST_DBL(0.0f)) in adjustTimeSlotLC()
[all …]