3ee04e6465fd947d22115222f49389516fbeded0
[goodguy/cinelerra.git] / overlay_direct_rgba16161616.C
1 #include "overlaydirect.h"
2 // parallel build 
3 #define BLEND(FN) XBLEND(FN, z_int64_t, z_uint16_t, 0xffff, 4, 0, .5f);
4 void DirectUnit::rgba16161616() { BLEND_SWITCH(BLEND); }
5