Home | History | Annotate | Download | only in libspeex

Lines Matching refs:spx_word32_t

92 typedef spx_int32_t   spx_word32_t;
93 typedef spx_word32_t spx_mem_t;
96 typedef spx_word32_t spx_sig_t;
113 #define VERY_LARGE32 ((spx_word32_t)2147483647)
142 typedef float spx_word32_t;
186 #define MULT16_16(a,b) ((spx_word32_t)(a)*(spx_word32_t)(b))
187 #define MAC16_16(c,a,b) ((c)+(spx_word32_t)(a)*(spx_word32_t)(b))
209 #define DIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b))
210 #define PDIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b))
211 #define DIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b))
212 #define PDIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b))