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

/external/speex/libspeex/
H A Darch.h91 typedef spx_int16_t spx_word16_t; typedef
94 typedef spx_word16_t spx_coef_t;
95 typedef spx_word16_t spx_lsp_t;
114 #define VERY_LARGE16 ((spx_word16_t)32767)
115 #define Q15_ONE ((spx_word16_t)32767)
141 typedef float spx_word16_t; typedef
156 #define Q15_ONE ((spx_word16_t)1.f)
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))

Completed in 97 milliseconds