Searched refs:PSEUDOFLOAT (Results 1 – 2 of 2) sorted by relevance
64 static inline spx_float_t PSEUDOFLOAT(spx_int32_t x) in PSEUDOFLOAT() function359 #define PSEUDOFLOAT(x) (x) macro
822 …weighted_spectral_mul_conj(st->power_1, FLOAT_SHL(PSEUDOFLOAT(st->prop[j]),-15), &st->X[(j+1)*N*K+… in speex_echo_cancellation()1063 Eh = PSEUDOFLOAT(st->Rf[j] - st->Eh[j]); in speex_echo_cancellation()1064 Yh = PSEUDOFLOAT(st->Yf[j] - st->Yh[j]); in speex_echo_cancellation()1110 spx_float_t bound = PSEUDOFLOAT(Sey); in speex_echo_cancellation()1111 bound = FLOAT_DIVU(FLOAT_MULT(bound, bound), PSEUDOFLOAT(ADD32(1,Syy))); in speex_echo_cancellation()1112 if (FLOAT_GT(bound, PSEUDOFLOAT(See))) in speex_echo_cancellation()