Lines Matching refs:spx_float_t
102 static const spx_float_t MIN_LEAK = {20972, -22};
105 static const spx_float_t VAR1_SMOOTH = {23593, -16};
106 static const spx_float_t VAR2_SMOOTH = {23675, -15};
107 static const spx_float_t VAR1_UPDATE = {16384, -15};
108 static const spx_float_t VAR2_UPDATE = {16384, -16};
109 static const spx_float_t VAR_BACKTRACK = {16384, -12};
114 static const spx_float_t MIN_LEAK = .005f;
117 static const spx_float_t VAR1_SMOOTH = .36f;
118 static const spx_float_t VAR2_SMOOTH = .7225f;
119 static const spx_float_t VAR1_UPDATE = .5f;
120 static const spx_float_t VAR2_UPDATE = .25f;
121 static const spx_float_t VAR_BACKTRACK = 4.f;
163 spx_float_t Dvar1; /* Estimated variance of 1st estimator */
164 spx_float_t Dvar2; /* Estimated variance of 2nd estimator */
167 spx_float_t *power_1;/* Inverse power of far-end */
177 spx_float_t Pey;
178 spx_float_t Pyy;
337 static inline void weighted_spectral_mul_conj(const spx_float_t *w, const spx_float_t p, const spx_… in weighted_spectral_mul_conj()
340 spx_float_t W; in weighted_spectral_mul_conj()
466 st->power_1 = (spx_float_t*)speex_alloc((frame_size+1)*sizeof(spx_float_t)); in speex_echo_state_init_mc()
703 spx_float_t Pey = FLOAT_ONE, Pyy=FLOAT_ONE; in speex_echo_cancellation()
704 spx_float_t alpha, alpha_1; in speex_echo_cancellation()
1062 spx_float_t Eh, Yh; in speex_echo_cancellation()
1110 spx_float_t bound = PSEUDOFLOAT(Sey); in speex_echo_cancellation()