From: Eshbonzie on
Dear Jan,

> I'd suggest using a linear index for the pixels with a simple UINT32 array and store the signatures either in a sorted list or a sparse array.
>
> Jan

Yeah, that would be really easier, however the point is to study a certain implementation in software and to compare it with a hardware implementation. Thats why it should be implemented in a specific way using this signature thing as an address and not the pixel.

Thank you for your support, ill give it a second try and see what will happen.