Scroll down to jbig2_image_compose_unopt()... and then facepalm. It doesn't take a genius to realise that twiddling an image pixel-by-pixel is going to be dead slow.
Name:
Anonymous2017-09-04 20:36
How do you twiddle an image pixel by pixel without twiddling an image pixel by pixel? B = op(A, B) = [op(A0,0,B0,0) .. op(Aw-1,h-1,Bw-1,h-1)] How do you bypass a definition?