rework overlayframe for parallel build, use -Ofast on frame xfers and plugins
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / overlay_direct_yuva16161616.C
diff --git a/cinelerra-5.1/cinelerra/overlay_direct_yuva16161616.C b/cinelerra-5.1/cinelerra/overlay_direct_yuva16161616.C
new file mode 100644 (file)
index 0000000..0c0c2e4
--- /dev/null
@@ -0,0 +1,5 @@
+#include "overlaydirect.h"
+// parallel build
+#define BLEND(FN) XBLEND(FN, z_int64_t, z_uint16_t, 0xffff, 4, 0x8000, .5f);
+void DirectUnit::yuva16161616() { BLEND_SWITCH(BLEND); }
+