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

  /external/chromium_org/third_party/speex/libspeex/
math_approx.h 168 x = NEG16(x);
325 return NEG16(C1 + x*(C2+x*(C3+C4*x)));
filters.c 327 nyi = NEG16(yi);
347 nyi = NEG16(yi);
426 ny1i = NEG16(y1);
428 ny2i = NEG16(y[i]);
520 y0 = MAC16_16(MAC16_16(y0, a0, x11), NEG16(a0), x21);
522 y2 = MAC16_16(MAC16_16(y2, a0, x10), NEG16(a0), x20);
537 y0 = MAC16_16(MAC16_16(y0, a0, x10), NEG16(a0), x20);
539 y2 = MAC16_16(MAC16_16(y2, a0, x11), NEG16(a0), x21);
arch.h 161 #define NEG16(x) (-(x))
  /external/chromium_org/third_party/opus/src/celt/
arch.h 152 #define NEG16(x) (-(x))
fixed_generic.h 58 #define NEG16(x) (-(x))
fixed_debug.h 62 static OPUS_INLINE short NEG16(int x)
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/
arch.h 152 #define NEG16(x) (-(x))
fixed_generic.h 58 #define NEG16(x) (-(x))
fixed_debug.h 62 static OPUS_INLINE short NEG16(int x)
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);

Completed in 306 milliseconds