Searched refs:NEG16 (Results 1 - 12 of 12) sorted by relevance

/external/libopus/celt/mips/
H A Dvq_mipsr1.h51 ms = NEG16(s);
/external/speex/libspeex/
H A Dmath_approx.h168 x = NEG16(x);
325 return NEG16(C1 + x*(C2+x*(C3+C4*x)));
H A Dfilters.c327 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);
H A Darch.h161 #define NEG16(x) (-(x)) macro
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 Dmdf.c488 spx_word16_t decay = SHR32(spx_exp(NEG16(DIV32_16(QCONST16(2.4,11),M))),1);
/external/libopus/celt/
H A Dmathops.c167 return NEG16(_celt_cos_pi_2(EXTRACT16(65536-x)));
H A Darch.h187 #define NEG16(x) (-(x)) macro
H A Dfixed_generic.h74 #define NEG16(x) (-(x)) macro
H A Dvq.c49 ms = NEG16(s);
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);

Completed in 85 milliseconds