Searched refs:NEG16 (Results 1 - 12 of 12) sorted by relevance
/external/libopus/celt/mips/ |
H A D | vq_mipsr1.h | 51 ms = NEG16(s);
|
/external/speex/libspeex/ |
H A D | math_approx.h | 168 x = NEG16(x); 325 return NEG16(C1 + x*(C2+x*(C3+C4*x)));
|
H A D | 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);
|
H A D | arch.h | 161 #define NEG16(x) (-(x)) macro
|
H A D | fixed_generic.h | 41 #define NEG16(x) (-(x)) macro
|
H A D | fixed_debug.h | 50 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 D | mdf.c | 488 spx_word16_t decay = SHR32(spx_exp(NEG16(DIV32_16(QCONST16(2.4,11),M))),1);
|
/external/libopus/celt/ |
H A D | mathops.c | 167 return NEG16(_celt_cos_pi_2(EXTRACT16(65536-x)));
|
H A D | arch.h | 187 #define NEG16(x) (-(x)) macro
|
H A D | fixed_generic.h | 74 #define NEG16(x) (-(x)) macro
|
H A D | vq.c | 49 ms = NEG16(s);
|
H A D | fixed_debug.h | 62 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 73 milliseconds