Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
H A Dmath_approx.h254 integer = SHR16(x,11); in spx_exp2()
294 return SHR16(spx_atan01(x),1); in spx_atan()
300 return SUB16(25736, SHR16(spx_atan01(x),1)); in spx_atan()
H A Dfixed_generic.h45 #define SHR16(a,shift) ((a) >> (shift)) macro
49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift))
H A Dfixed_debug.h103 #define SHR16(a, shift) _SHR16(a, shift, __FILE__, __LINE__) macro
109 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line); in _SHR16()
113 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line); in _SHR16()
163 #define PSHR16(a,shift) (SHR16(ADD16((a),((1<<((shift))>>1))),shift))
H A Darch.h161 #define SHR16(a,shift) (a) macro

Completed in 3 milliseconds