0

Implement block_class header

This commit is contained in:
Wunkolo
2019-03-17 15:09:33 -07:00
parent 00b4e83822
commit 2c3d54ea5d
5 changed files with 197 additions and 61 deletions

View File

@@ -14,4 +14,7 @@
#define OV_BLEND(mask, in1, in2, tmp1, tmp2)\
(OV_MULDIV255(in1, 255 - mask, tmp1) + OV_MULDIV255(in2, mask, tmp2))
#endif
#define count_of(array) \
(sizeof(array) / sizeof(array[0]))
#endif