Files
test2/source/blender
Campbell Barton a4776347ea bicubic_interpolation - dont use pow(val, 3.0f) at all, do (val*val*val) instead,
Tested overall speedup is about 5x when scaling 4096x4096 -> 4000x4000 in the sequencer.

There were some artifacts in the resulting image but double checked and the old code gives the same problems.
Added back old code with #if 0's since its a bit more readable.
2008-11-19 02:07:23 +00:00
..
2008-11-12 19:03:50 +00:00
2008-11-13 22:35:40 +00:00
2008-11-08 13:39:37 +00:00
2008-05-05 17:30:33 +00:00
2008-09-19 14:15:36 +00:00
2008-11-12 19:03:50 +00:00
2008-09-19 14:15:36 +00:00
2008-10-28 20:26:38 +00:00