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

  /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 29 milliseconds