rework overlayframe for parallel build, use -Ofast on frame xfers and plugins
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / overlay_nearest_rgb888.C
diff --git a/cinelerra-5.1/cinelerra/overlay_nearest_rgb888.C b/cinelerra-5.1/cinelerra/overlay_nearest_rgb888.C
new file mode 100644 (file)
index 0000000..5e651c7
--- /dev/null
@@ -0,0 +1,5 @@
+#include "overlaynearest.h"
+// parallel build 
+#define BLEND(FN) XBLEND_3NN(FN, z_int32_t, z_uint8_t,  0xff,   3, 0, .5f);
+void NNUnit::rgb888() { BLEND_SWITCH(BLEND); }
+