Searched defs:WEBP_ABI_IS_INCOMPATIBLE (Results 1 – 2 of 2) sorted by relevance
45 #define WEBP_ABI_IS_INCOMPATIBLE(a, b) (((a) >> 8) != ((b) >> 8)) macro