Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/tmv/
H A Dfixed_tm.h51 #undef NEG16 macro
53 #define NEG16(x) ineg((int)(x)) macro
/third_party/pulseaudio/speex/libspeexdsp/
H A Dmath_approx.h168 x = NEG16(x); in spx_acos()
325 return NEG16(C1 + x*(C2+x*(C3+C4*x))); in spx_cos()
H A Darch.h157 #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) in NEG16() function
55 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x); in NEG16()
59 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res); in NEG16()
68 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x); in NEG32()
72 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res); in NEG32()
H A Dmdf.c482 spx_word16_t decay = SHR32(spx_exp(NEG16(DIV32_16(QCONST16(2.4,11),M))),1); in speex_echo_state_init_mc()

Completed in 5 milliseconds