search for: celt_mip

Displaying 1 result from an estimated 1 matches for "celt_mip".

Did you mean: celt_mips
2013 Jul 24
1
QCONST16 cross compile inconsistency
...)( 0.5 + (double)(x) * (double)((opus_val32)(1)<<(bits))) ) + #ifdef FIXED_DEBUG #include "fixed_debug.h" #else diff --git a/celt/fixed_debug.h b/celt/fixed_debug.h index f11d890..a479b81 100644 --- a/celt/fixed_debug.h +++ b/celt/fixed_debug.h @@ -49,9 +49,6 @@ extern opus_int64 celt_mips; #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16) -#define QCONST16(x,bits) ((opus_val16)(.5+(x)*(((opus_val32)1)<<(bits)))) -#define QCONST32(x,bits) ((opus_val32)(.5+(x)*(((opus_val32)1)<<(bits)))) - #define VERIFY_SHORT(x) ((x)<=32767&&(x)>=-32768) #define VERIFY...