search for: div32_16_generic

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

2008 Feb 08
1
Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
...ut the DIV32_16 function inside "fixed_bfin.h", everything works fine. When I replace the DIV32_16 function inside "fixed_bfin.h" with a function, which is just a wrapper of the generic function: static inline spx_word16_t DIV32_16(spx_word32_t a, spx_word16_t b) { return DIV32_16_GENERIC ( a, b ); } (DIV32_16_GENERIC is just the renamed DIV32_16 preprocessor macro inside fixed_generic.h), the the encoder seems to be broken again... Yes, this is another point: I wrote that the resampler breaks, but this is not the case. Instead, the speex encoder corrupts its input buffer when th...