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