rockbox/lib
Michael Sevakis e5c3327cef Add a more correct absolute difference function to dsp-util.
Differences between signed samples cover the entire unsigned 32-bit
range. "abs" will think any difference exceeding INT32_MAX is negative
which is not corrent. Test which argument is greater and subtract the
lesser from it, outputting unsigned difference.

Change-Id: I73a8e5e418d49ff73d1a7c98eeb4731946dcfe84
2012-04-26 16:04:43 -04:00
..
arm_support build system: unify/simplify library handling a bit. 2012-03-26 22:27:40 +02:00
libsetjmp build system: unify/simplify library handling a bit. 2012-03-26 22:27:40 +02:00
rbcodec Add a more correct absolute difference function to dsp-util. 2012-04-26 16:04:43 -04:00
skin_parser skin_engine: rework the parser to be closer to the langauge grammar. 2012-04-22 00:24:16 +10:00
tlsf tlsf: move to /lib (it's also used by plugins). 2012-03-28 23:02:39 +02:00
unwarminder arm: implement safe reads by intercepting the data abort handler. 2012-04-06 13:48:09 +02:00