Re: [patch] zoom routines
Reply #6 –
IN priciple the relevant structures can be easily extended into sint16 unstead the current mix between unit8 and sint16 (which was only done to fit the structue in a multiple of 32 bytes for being aligned. But this is not important any more I think.) Thus the new zoom levels might be a good time to do some fruther rewriting/profiling (albeit should be not much).
which structure do you mean?
one could also replaces all the cases in rezoom_img by nested for loops.