Searched refs:nEGScale (Results 1 - 2 of 2) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsynth.c223 static EAS_U16 FM_CalcEGRate (EAS_U8 nKeyNumber, EAS_U8 nLogRate, EAS_U8 nEGScale) argument
229 temp += ((EAS_I32) nKeyNumber - EG_SCALE_PIVOT_POINT) * (EAS_I32) nEGScale;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmsynth.c223 static EAS_U16 FM_CalcEGRate (EAS_U8 nKeyNumber, EAS_U8 nLogRate, EAS_U8 nEGScale) argument
229 temp += ((EAS_I32) nKeyNumber - EG_SCALE_PIVOT_POINT) * (EAS_I32) nEGScale;

Completed in 39 milliseconds