HomeSort by relevance Sort by last modified time
    Searched refs:WEBP_MAX_ALLOCABLE_MEMORY (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libwebp/utils/
utils.c 28 if ((uint64_t)size > WEBP_MAX_ALLOCABLE_MEMORY / nmemb) return 0;
utils.h 30 #define WEBP_MAX_ALLOCABLE_MEMORY (1ULL << 40)
  /external/webp/src/utils/
utils.h 34 #define WEBP_MAX_ALLOCABLE_MEMORY (1ULL << 40)
utils.c 169 if ((uint64_t)size > WEBP_MAX_ALLOCABLE_MEMORY / nmemb) return 0;

Completed in 610 milliseconds