Home
last modified time | relevance | path

Searched refs:resonance (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/dsp/
Dbiquad.c41 static void biquad_lowpass(struct biquad *bq, double cutoff, double resonance) in biquad_lowpass() argument
51 resonance = max(0.0, resonance); /* can't go negative */ in biquad_lowpass()
52 double g = pow(10.0, 0.05 * resonance); in biquad_lowpass()
76 static void biquad_highpass(struct biquad *bq, double cutoff, double resonance) in biquad_highpass() argument
86 resonance = max(0.0, resonance); /* can't go negative */ in biquad_highpass()
87 double g = pow(10.0, 0.05 * resonance); in biquad_highpass()
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c1247 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance) in WT_SetFilterCoeffs() argument
1260 temp = k2g1[resonance] + MULT_AUDIO_COEF(cutoff, k2g2[resonance]); in WT_SetFilterCoeffs()
1271 temp = n1g2[resonance] + MULT_AUDIO_COEF(cutoff, n1g3[resonance]); in WT_SetFilterCoeffs()
Deas_wtsynth.h61 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance);
/external/jline/src/src/test/resources/jline/example/
Denglish.gz