Home
last modified time | relevance | path

Searched defs:MAX_CHUNK_PAYLOAD (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/webp/
Dformat_constants.h85 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1) macro
/external/webp/include/webp/
Dformat_constants.h85 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1) macro
/external/ImageMagick/coders/
Dwebp.c172 #define MAX_CHUNK_PAYLOAD (~0U-CHUNK_HEADER_SIZE-1) in IsWEBPImageLossless() macro