Searched defs:SHL16 (Results 1 - 6 of 6) sorted by relevance
/external/libopus/celt/ |
H A D | fixed_generic.h | 70 #define SHL16(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift))) macro
|
H A D | arch.h | 157 #define SHL16(a,shift) (a) macro
|
H A D | fixed_debug.h | 159 #define SHL16(a, shift) SHL16_(a, shift, __FILE__, __LINE__) macro 165 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line); 173 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line);
|
/external/speex/libspeex/ |
H A D | fixed_generic.h | 46 #define SHL16(a,shift) ((a) << (shift)) macro
|
H A D | fixed_debug.h | 117 #define SHL16(a, shift) _SHL16(a, shift, __FILE__, __LINE__) macro 123 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line); 127 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line);
|
H A D | arch.h | 166 #define SHL16(a,shift) (a) macro
|
Completed in 112 milliseconds