Home
last modified time | relevance | path

Searched refs:MULT_AUDIO_COEF (Results 1 – 3 of 3) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c1283 temp = k2g1[resonance] + MULT_AUDIO_COEF(cutoff, k2g2[resonance]); in WT_SetFilterCoeffs()
1284 temp = k2g0 + MULT_AUDIO_COEF(cutoff, temp); in WT_SetFilterCoeffs()
1288 temp = MULT_AUDIO_COEF(cutoff, nk1g2); in WT_SetFilterCoeffs()
1289 temp = nk1g0 + MULT_AUDIO_COEF(cutoff, temp); in WT_SetFilterCoeffs()
1290 temp += MULT_AUDIO_COEF(temp, pIntFrame->frame.b2); in WT_SetFilterCoeffs()
1294 temp = n1g2[resonance] + MULT_AUDIO_COEF(cutoff, n1g3[resonance]); in WT_SetFilterCoeffs()
1295 temp = MULT_AUDIO_COEF(cutoff, temp); in WT_SetFilterCoeffs()
1296 temp = MULT_AUDIO_COEF(cutoff, temp); in WT_SetFilterCoeffs()
Deas_math.h126 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ macro
Deas_wtengine.c478 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac)); in WT_NoiseGenerator()
479 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac); in WT_NoiseGenerator()