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

/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_generic.h70 #define SHL16(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift))) macro
H A Darch.h157 #define SHL16(a,shift) (a) macro
H A Dfixed_debug.h159 #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/libopus/celt/
H A Dfixed_generic.h70 #define SHL16(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift))) macro
H A Darch.h157 #define SHL16(a,shift) (a) macro
H A Dfixed_debug.h159 #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 Dfixed_generic.h46 #define SHL16(a,shift) ((a) << (shift)) macro
H A Dfixed_debug.h117 #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 Darch.h166 #define SHL16(a,shift) (a) macro
/external/chromium_org/third_party/speex/libspeex/
H A Darch.h166 #define SHL16(a,shift) (a) macro

Completed in 157 milliseconds