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

  /external/libopus/celt/mips/
vq_mipsr1.h 48 ms = NEG16(s);
  /external/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))
fixed_generic.h 41 #define NEG16(x) (-(x))
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);
mdf.c 488 spx_word16_t decay = SHR32(spx_exp(NEG16(DIV32_16(QCONST16(2.4,11),M))),1);
    [all...]
  /external/libopus/celt/
mathops.c 167 return NEG16(_celt_cos_pi_2(EXTRACT16(65536-x)));
arch.h 200 #define NEG16(x) (-(x))
fixed_generic.h 74 #define NEG16(x) (-(x))
vq.c 49 ms = NEG16(s);
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);

Completed in 434 milliseconds