Searched defs:spx_word32_t (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Darch.h92 typedef spx_int32_t spx_word32_t; typedef
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; typedef
185 #define MULT16_16(a,b) ((spx_word32_t)(a)*(spx_word32_t)(b))
186 #define MAC16_16(c,a,b) ((c)+(spx_word32_t)(a)*(spx_word32_t)(b))
208 #define DIV32_16(a,b) (((spx_word32_t)(
[all...]

Completed in 79 milliseconds