search for: mult16_32_px

Displaying 2 results from an estimated 2 matches for "mult16_32_px".

Did you mean: mult16_32_p15
2013 Jul 24
1
QCONST16 cross compile inconsistency
...32)(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_INT(x) ((x)<=2147483647LL&&(x)&gt...
2008 Jan 26
1
Shift count warning messages
Hi Jim, Thanks a lot for investigating. It definitely makes sense now. I'll fix the problem now. Is there any other place where you see that same (or similar) problem? Jean-Marc Jim Crichton a ?crit : > Jean-Marc, > > I dug into this further, and found that the warning occurred when PSHR32 > had a shift greater than 15. > > in fixed_generic.h, PSHR32 is defined as: >