search for: _nassert

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

Did you mean: __assert
2007 Jan 25
1
Minor fixed point scaling problem
...) function. /* TI Specific. */ #if (0) assert((len>=24)&&(len<=184)); // Check MUST_ITERATE() range. assert(0 == (len&0x03)); // Can help compiler if length is multiple of 4. _nassert((len>=24)&&(len<=184)); // Check MUST_ITERATE() range. _nassert(0 == (len&0x03)); // Length must be multiple of 4. #pragma MUST_ITERATE(24,184,4) #endif /* Directly find the min(_norm(x[i]) rather th...
2007 Jan 25
3
SV: How to detect SpeexBits corruption
You might not be doing anything wrong. Speex is stateful and can get into a bad state sometimes. It's happened to me too, but not recently. And I've seen such bugs reported on this list and fixed. I suggest several approaches to solving the problem: 1) Try compiling Speex without compiler optimizations and see if the problem still occurs. Most likely it will, but this is an