Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define UPDATE_SRC do { \
- data >>= 1; \
- if (data == 0x001) { \
- if (src_col<src_end) \
- src_col += stride; \
- else \
- src_col = src_end - width; \
- data = *src_col ^ dmask; \
- } \
- } while (0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement