Searched defs:spx_atan01 (Results 1 - 2 of 2) sorted by last modified time

/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));
/external/chromium_org/third_party/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 249 milliseconds