HomeSort by relevance Sort by last modified time
    Searched defs:SHR16 (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
fixed_generic.h 68 #define SHR16(a,shift) ((a) >> (shift))
92 #define HALF16(x) (SHR16(x,1))
arch.h 156 #define SHR16(a,shift) (a)
fixed_debug.h 137 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__)
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/
fixed_generic.h 68 #define SHR16(a,shift) ((a) >> (shift))
92 #define HALF16(x) (SHR16(x,1))
arch.h 156 #define SHR16(a,shift) (a)
fixed_debug.h 137 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__)
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/
fixed_debug.h 103 #define SHR16(a, shift) _SHR16(a, shift, __FILE__, __LINE__)
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))
fixed_generic.h 45 #define SHR16(a,shift) ((a) >> (shift))
49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift))
arch.h 165 #define SHR16(a,shift) (a)

Completed in 1811 milliseconds