filters: cubic resampling: Cache coordinates mapping.
commit767b1a983317b48ebddd9fb64d33ca977dea7611
authorCyril Hrubis <metan@ucw.cz>
Sun, 17 Jun 2012 19:38:02 +0000 (17 21:38 +0200)
committerCyril Hrubis <metan@ucw.cz>
Sun, 17 Jun 2012 19:38:02 +0000 (17 21:38 +0200)
tree610bb174c70925eb00b513ff6bd6a6e77ab2773b
parent6c21c9015f98423f9f880ae220a6956defed011c
filters: cubic resampling: Cache coordinates mapping.

This moves the mapping computation out of the main loop (something I've
had in mind for quite some time) which yields in 4 x boost in speed.
libs/filters/GP_Resize.c