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

  /external/webp/src/enc/
webpenc.c 324 if (pic->width > WEBP_MAX_DIMENSION || pic->height > WEBP_MAX_DIMENSION)
vp8l.c     [all...]
  /external/opencv3/3rdparty/libwebp/enc/
webpenc.c 371 if (pic->width > WEBP_MAX_DIMENSION || pic->height > WEBP_MAX_DIMENSION)
vp8l.c 740 assert(width < WEBP_MAX_DIMENSION && height < WEBP_MAX_DIMENSION);
    [all...]
  /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 1902 milliseconds