Searched refs:NEG16 (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/speex/tmv/ |
H A D | fixed_tm.h | 51 #undef NEG16 macro 53 #define NEG16(x) ineg((int)(x)) macro
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | math_approx.h | 168 x = NEG16(x); in spx_acos() 325 return NEG16(C1 + x*(C2+x*(C3+C4*x))); in spx_cos()
|
H A D | arch.h | 157 #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) 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 D | mdf.c | 482 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