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

  /external/opencv3/3rdparty/libwebp/webp/
encode.h 267 #define WEBP_MAX_DIMENSION 16383
281 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)
468 // 'picture' must be less than 16384x16384 in dimension (cf WEBP_MAX_DIMENSION),
  /external/webp/include/webp/
encode.h 289 #define WEBP_MAX_DIMENSION 16383
303 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)
510 // 'picture' must be less than 16384x16384 in dimension (cf WEBP_MAX_DIMENSION),
  /external/webp/src/webp/
encode.h 289 #define WEBP_MAX_DIMENSION 16383
303 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)
510 // 'picture' must be less than 16384x16384 in dimension (cf WEBP_MAX_DIMENSION),

Completed in 169 milliseconds