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

/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_generic.h68 #define SHR16(a,shift) ((a) >> (shift)) macro
92 #define HALF16(x) (SHR16(x,1))
H A Darch.h156 #define SHR16(a,shift) (a) macro
H A Dfixed_debug.h137 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__) macro
143 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line);
151 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line);
230 #define HALF16(x) (SHR16(x,1))
/external/libopus/celt/
H A Dfixed_generic.h68 #define SHR16(a,shift) ((a) >> (shift)) macro
92 #define HALF16(x) (SHR16(x,1))
H A Darch.h156 #define SHR16(a,shift) (a) macro
H A Dfixed_debug.h137 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__) macro
143 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line);
151 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line);
230 #define HALF16(x) (SHR16(x,1))
/external/speex/libspeex/
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);
113 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line);
163 #define PSHR16(a,shift) (SHR16(ADD16((a),((1<<((shift))>>1))),shift))
H A Darch.h165 #define SHR16(a,shift) (a) macro
/external/chromium_org/third_party/speex/libspeex/
H A Darch.h165 #define SHR16(a,shift) (a) macro

Completed in 258 milliseconds