Searched refs:spx_atan01 (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Dmath_approx.h279 static inline spx_word16_t spx_atan01(spx_word16_t x) function
294 return SHR16(spx_atan01(x),1);
300 return SUB16(25736, SHR16(spx_atan01(x),1));

Completed in 90 milliseconds