Searched defs:SHR16 (Results 1 - 10 of 10) sorted by relevance
/external/chromium_org/third_party/opus/src/celt/ |
H A D | fixed_generic.h | 68 #define SHR16(a,shift) ((a) >> (shift)) macro 92 #define HALF16(x) (SHR16(x,1))
|
H A D | arch.h | 156 #define SHR16(a,shift) (a) macro
|
H A D | fixed_debug.h | 137 #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 D | fixed_generic.h | 68 #define SHR16(a,shift) ((a) >> (shift)) macro 92 #define HALF16(x) (SHR16(x,1))
|
H A D | arch.h | 156 #define SHR16(a,shift) (a) macro
|
H A D | fixed_debug.h | 137 #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 D | fixed_generic.h | 45 #define SHR16(a,shift) ((a) >> (shift)) macro 49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift))
|
H A D | fixed_debug.h | 103 #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 D | arch.h | 165 #define SHR16(a,shift) (a) macro
|
/external/chromium_org/third_party/speex/libspeex/ |
H A D | arch.h | 165 #define SHR16(a,shift) (a) macro
|
Completed in 211 milliseconds