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

/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_generic.h58 #define NEG16(x) (-(x)) macro
H A Darch.h152 #define NEG16(x) (-(x)) macro
H A Dfixed_debug.h62 static OPUS_INLINE short NEG16(int x) function
67 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x);
75 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res);
88 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x);
96 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
/external/libopus/celt/
H A Dfixed_generic.h58 #define NEG16(x) (-(x)) macro
H A Darch.h152 #define NEG16(x) (-(x)) macro
H A Dfixed_debug.h62 static OPUS_INLINE short NEG16(int x) function
67 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x);
75 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res);
88 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x);
96 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
/external/speex/libspeex/
H A Dfixed_generic.h41 #define NEG16(x) (-(x)) macro
H A Dfixed_debug.h50 static inline short NEG16(int x) function
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);
H A Darch.h161 #define NEG16(x) (-(x)) macro
/external/chromium_org/third_party/speex/libspeex/
H A Darch.h161 #define NEG16(x) (-(x)) macro

Completed in 216 milliseconds