HomeSort by relevance Sort by last modified time
    Searched defs:WEBP_ABI_IS_INCOMPATIBLE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/webp/
types.h 45 #define WEBP_ABI_IS_INCOMPATIBLE(a, b) (((a) >> 8) != ((b) >> 8))
  /external/webp/include/webp/
types.h 45 #define WEBP_ABI_IS_INCOMPATIBLE(a, b) (((a) >> 8) != ((b) >> 8))

Completed in 26 milliseconds