Searched defs:CHUNK_HEADER_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/coders/
H A Dwebp.c175 #define CHUNK_HEADER_SIZE 8
176 #define MAX_CHUNK_PAYLOAD (~0U-CHUNK_HEADER_SIZE-1)
199 chunk_size_pad=(CHUNK_HEADER_SIZE+chunk_size+1) & ~1;
171 #define CHUNK_HEADER_SIZE macro
/external/webp/include/webp/
H A Dformat_constants.h71 #define CHUNK_HEADER_SIZE 8 // Size of a chunk header. macro
85 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)
/external/webp/src/webp/
H A Dformat_constants.h71 #define CHUNK_HEADER_SIZE 8 // Size of a chunk header. macro
85 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)

Completed in 155 milliseconds