Searched defs:pOper (Results 1 - 2 of 2) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsynth.c625 static EAS_BOOL FM_UpdateEG (S_SYNTH_VOICE *pVoice, S_OPERATOR *pOper, const S_FM_OPER *pOperData, EAS_BOOL oneShot) argument
634 switch (pOper->envState)
640 temp = pOper->envGain + fmAttackTable[pOperData->attackDecay >> 4];
645 pOper->envGain = 0x7fff;
646 pOper->envState = eFMEnvelopeStateDecay;
649 pOper->envGain = (EAS_U16) temp;
655 pOper->envGain = (EAS_U16) FMUL_15x15(pOper->envGain, pOper->envRate);
659 if (pOper
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmsynth.c625 static EAS_BOOL FM_UpdateEG (S_SYNTH_VOICE *pVoice, S_OPERATOR *pOper, const S_FM_OPER *pOperData, EAS_BOOL oneShot) argument
634 switch (pOper->envState)
640 temp = pOper->envGain + fmAttackTable[pOperData->attackDecay >> 4];
645 pOper->envGain = 0x7fff;
646 pOper->envState = eFMEnvelopeStateDecay;
649 pOper->envGain = (EAS_U16) temp;
655 pOper->envGain = (EAS_U16) FMUL_15x15(pOper->envGain, pOper->envRate);
659 if (pOper
[all...]

Completed in 55 milliseconds