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

  /external/libopus/celt/
fixed_generic.h 74 #define NEG16(x) (-(x))
fixed_debug.h 70 static OPUS_INLINE short NEG16(int x)
75 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x);
83 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res);
96 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x);
104 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
arch.h 200 #define NEG16(x) (-(x))
  /external/speex/libspeex/
fixed_debug.h 50 static inline short NEG16(int x)
55 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x);
59 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res);
68 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x);
72 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
fixed_generic.h 41 #define NEG16(x) (-(x))
arch.h 161 #define NEG16(x) (-(x))

Completed in 511 milliseconds