Searched refs:NEG32 (Results 1 – 8 of 8) sorted by relevance
/external/speex/libspeexdsp/ |
D | math_approx.h | 227 return NEG32(_spx_cos_pi_2(EXTRACT16(65536-x))); in spx_cos_norm()
|
D | fixed_generic.h | 42 #define NEG32(x) (-(x)) macro
|
D | arch.h | 154 #define NEG32(x) (-(x)) macro
|
D | fixed_debug.h | 63 static inline int NEG32(long long x) in NEG32() function
|
D | mdf.c | 939 …if (FLOAT_GT(FLOAT_MUL32U(NEG32(SUB32(Sff,See)),ABS32(SUB32(Sff,See))), FLOAT_MULT(VAR_BACKTRACK,F… in speex_echo_cancellation() 941 …if (FLOAT_GT(FLOAT_MUL32U(NEG32(st->Davg1), ABS32(st->Davg1)), FLOAT_MULT(VAR_BACKTRACK,st->Dvar1)… in speex_echo_cancellation() 943 …if (FLOAT_GT(FLOAT_MUL32U(NEG32(st->Davg2), ABS32(st->Davg2)), FLOAT_MULT(VAR_BACKTRACK,st->Dvar2)… in speex_echo_cancellation()
|
/external/libopus/celt/ |
D | fixed_generic.h | 76 #define NEG32(x) (-(x)) macro
|
D | arch.h | 220 #define NEG32(x) (-(x)) macro
|
D | fixed_debug.h | 91 static OPUS_INLINE int NEG32(opus_int64 x) in NEG32() function
|