HomeSort by relevance Sort by last modified time
    Searched refs:FMUL_15x15 (Results 1 - 19 of 19) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_pan.c 78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
90 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
eas_fmengine.c 160 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);
233 nTemp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, nNetAngle);
234 nTemp = COEFF_PAN_G0 + FMUL_15x15(nTemp, nNetAngle);
244 nTemp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, nNetAngle);
245 nTemp = COEFF_PAN_G0 + FMUL_15x15(nTemp, nNetAngle);
338 temp = FMUL_15x15(temp, (gain >> 16));
341 temp2 = FMUL_15x15(temp, p->outputGain);
436 temp2 = FMUL_15x15(temp, (gain >> 16));
439 temp2 = FMUL_15x15(temp2, p->outputGain);
eas_fmsynth.c 436 pFMVoice->voiceGain = (EAS_I16) FMUL_15x15(pFMVoice->voiceGain, pSynth->masterVolume);
535 temp = FMUL_15x15(temp, pChannel->pitchBendSensitivity);
549 temp = FMUL_15x15(DEFAULT_LFO_MOD_WHEEL_TO_PITCH_CENTS,
554 FMUL_15x15(DEFAULT_LFO_CHANNEL_PRESSURE_TO_PITCH_CENTS,
655 pOper->envGain = (EAS_U16) FMUL_15x15(pOper->envGain, pOper->envRate);
687 pOper->envGain = (EAS_U16) FMUL_15x15(pOper->envGain, pOper->envRate);
746 lfoPitch = FMUL_15x15(pFMVoice->lfoValue, temp);
842 vCfg.gain[oper] = (EAS_U16) FMUL_15x15(pFMVoice->oper[oper].baseGain, pFMVoice->oper[oper].envGain);
879 voiceGainTarget = (EAS_U16) FMUL_15x15(voiceGainTarget, pSynth->masterVolume);
890 vFrame.gain[oper] = (EAS_U16) FMUL_15x15(pFMVoice->oper[oper].baseGain, pFMVoice->oper[oper].envGain)
    [all...]
eas_math.c 66 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);
eas_pcm.c 1009 pState->currentGainLeft = (EAS_I16) FMUL_15x15(pState->gainLeft, pState->volume);
1010 pState->currentGainRight = (EAS_I16) FMUL_15x15(pState->gainRight, pState->volume);
    [all...]
eas_math.h 68 #define FMUL_15x15(a,b) \
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pan.c 78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
90 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
eas_fmengine.c 160 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);
233 nTemp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, nNetAngle);
234 nTemp = COEFF_PAN_G0 + FMUL_15x15(nTemp, nNetAngle);
244 nTemp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, nNetAngle);
245 nTemp = COEFF_PAN_G0 + FMUL_15x15(nTemp, nNetAngle);
338 temp = FMUL_15x15(temp, (gain >> 16));
341 temp2 = FMUL_15x15(temp, p->outputGain);
436 temp2 = FMUL_15x15(temp, (gain >> 16));
439 temp2 = FMUL_15x15(temp2, p->outputGain);
eas_fmsynth.c 436 pFMVoice->voiceGain = (EAS_I16) FMUL_15x15(pFMVoice->voiceGain, pSynth->masterVolume);
535 temp = FMUL_15x15(temp, pChannel->pitchBendSensitivity);
549 temp = FMUL_15x15(DEFAULT_LFO_MOD_WHEEL_TO_PITCH_CENTS,
554 FMUL_15x15(DEFAULT_LFO_CHANNEL_PRESSURE_TO_PITCH_CENTS,
655 pOper->envGain = (EAS_U16) FMUL_15x15(pOper->envGain, pOper->envRate);
687 pOper->envGain = (EAS_U16) FMUL_15x15(pOper->envGain, pOper->envRate);
746 lfoPitch = FMUL_15x15(pFMVoice->lfoValue, temp);
842 vCfg.gain[oper] = (EAS_U16) FMUL_15x15(pFMVoice->oper[oper].baseGain, pFMVoice->oper[oper].envGain);
879 voiceGainTarget = (EAS_U16) FMUL_15x15(voiceGainTarget, pSynth->masterVolume);
890 vFrame.gain[oper] = (EAS_U16) FMUL_15x15(pFMVoice->oper[oper].baseGain, pFMVoice->oper[oper].envGain)
    [all...]
eas_math.c 66 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);
eas_pcm.c 1009 pState->currentGainLeft = (EAS_I16) FMUL_15x15(pState->gainLeft, pState->volume);
1010 pState->currentGainRight = (EAS_I16) FMUL_15x15(pState->gainRight, pState->volume);
    [all...]
eas_math.h 68 #define FMUL_15x15(a,b) \
  /external/sonivox/arm-wt-22k/lib_src/
eas_pan.c 78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
90 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
eas_dlssynth.c 156 pitchCents += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
170 pitchCents += FMUL_15x15(temp, pWTVoice->vibLFO.lfoValue);
173 pitchCents += FMUL_15x15(pDLSArt->eg2ToPitch, pWTVoice->eg2Value);
201 gain += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
216 gain = FMUL_15x15(gain, temp);
223 gain = FMUL_15x15(gain, pWTVoice->eg1Value);
227 gain = FMUL_15x15(gain, pChannel->staticGain);
233 temp = FMUL_15x15(temp, temp);
234 gain = FMUL_15x15(gain, temp);
274 cutoff += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue)
    [all...]
eas_math.c 66 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);
eas_pcm.c 1009 pState->currentGainLeft = (EAS_I16) FMUL_15x15(pState->gainLeft, pState->volume);
1010 pState->currentGainRight = (EAS_I16) FMUL_15x15(pState->gainRight, pState->volume);
    [all...]
eas_math.h 68 #define FMUL_15x15(a,b) \
eas_mdls.c     [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 59 #define FMUL_15x15(a,b) \

Completed in 1251 milliseconds