Hello. I have created a box blur plugin using the following guide:
http://elynxsdk.free.fr/ext-docs/Blur/Fast_box_blur.pdf
Unfortunately it only uses one thread. My question is, would it be easier to somehow modify the code that I have written to make it multithreaded, or would it be easier to remake the plugin using the convolve function defined in PF_WorldTransformSuite1?
The SDK mentions that using existing functions is good because they are already optimised for multithreading. Thank you.