Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_pan.c78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle); in EAS_CalcPanControl()
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle); in EAS_CalcPanControl()
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle); in EAS_CalcPanControl()
90 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle); in EAS_CalcPanControl()
Deas_dlssynth.c156 pitchCents += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue); in DLS_UpdatePhaseInc()
170 pitchCents += FMUL_15x15(temp, pWTVoice->vibLFO.lfoValue); in DLS_UpdatePhaseInc()
173 pitchCents += FMUL_15x15(pDLSArt->eg2ToPitch, pWTVoice->eg2Value); in DLS_UpdatePhaseInc()
201 gain += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue); in DLS_UpdateGain()
216 gain = FMUL_15x15(gain, temp); in DLS_UpdateGain()
223 gain = FMUL_15x15(gain, pWTVoice->eg1Value); in DLS_UpdateGain()
227 gain = FMUL_15x15(gain, pChannel->staticGain); in DLS_UpdateGain()
233 temp = FMUL_15x15(temp, temp); in DLS_UpdateGain()
234 gain = FMUL_15x15(gain, temp); in DLS_UpdateGain()
274 cutoff += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue); in DLS_UpdateFilter()
[all …]
Deas_math.c73 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS); in EAS_Calculate2toX()
Deas_math.h69 #define FMUL_15x15(a,b) \ macro
Deas_mdls.c2611 temp = FMUL_15x15(temp, TIME_CENTS_TO_LOG2); in ConvertDelay()
2641 temp = FMUL_15x15(temp, TIME_CENTS_TO_LOG2); in ConvertRate()
2697 pan = FMUL_15x15 (PAN_CONVERSION_FACTOR, pan); in ConvertPan()