Home
last modified time | relevance | path

Searched defs:DIV32_16_Q8 (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeexdsp/
Dpreprocess.c92 static inline spx_word16_t DIV32_16_Q8(spx_word32_t a, spx_word32_t b) in DIV32_16_Q8() function
160 #define DIV32_16_Q8(a,b) ((a)/(b)) macro