Searched refs:MULT_AUDIO_COEF (Results 1 – 3 of 3) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 1280 temp = k2g1[resonance] + MULT_AUDIO_COEF(cutoff, k2g2[resonance]); in WT_SetFilterCoeffs() 1281 temp = k2g0 + MULT_AUDIO_COEF(cutoff, temp); in WT_SetFilterCoeffs() 1285 temp = MULT_AUDIO_COEF(cutoff, nk1g2); in WT_SetFilterCoeffs() 1286 temp = nk1g0 + MULT_AUDIO_COEF(cutoff, temp); in WT_SetFilterCoeffs() 1287 temp += MULT_AUDIO_COEF(temp, pIntFrame->frame.b2); in WT_SetFilterCoeffs() 1291 temp = n1g2[resonance] + MULT_AUDIO_COEF(cutoff, n1g3[resonance]); in WT_SetFilterCoeffs() 1292 temp = MULT_AUDIO_COEF(cutoff, temp); in WT_SetFilterCoeffs() 1293 temp = MULT_AUDIO_COEF(cutoff, temp); in WT_SetFilterCoeffs()
|
D | eas_wtengine.c | 468 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac)); in WT_NoiseGenerator() 469 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac); in WT_NoiseGenerator()
|
D | eas_math.h | 126 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ macro
|