Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_dlssynth.c45 …pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState);
467 …*pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState) in DLS_UpdateEnvelope() argument
477 *pIncrement = pEnvParams->delayTime; in DLS_UpdateEnvelope()
478 if (*pIncrement != 0) in DLS_UpdateEnvelope()
483 if (*pIncrement) in DLS_UpdateEnvelope()
485 *pIncrement = *pIncrement - 1; in DLS_UpdateEnvelope()
495 *pIncrement = ConvertRate(temp); in DLS_UpdateEnvelope()
505 temp = *pValue + *pIncrement; in DLS_UpdateEnvelope()
516 *pIncrement = ConvertDelay(temp); in DLS_UpdateEnvelope()
520 *pIncrement = 0; in DLS_UpdateEnvelope()
[all …]