Hi,
In my project I need to subtract two huge 8-bit arrays (150kByte grayscale images) from each other. Therefore Im looking for an optimized way to do this. The "slave-way" with for-loops and normal subtraction takes of course forever, and the I cant seem to find a more dsp-friendly way to do this.
Thanks, John