Home
last modified time | relevance | path

Searched refs:MAX_PALETTE_SIZE (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dutils.c247 #define COLOR_HASH_SIZE (MAX_PALETTE_SIZE * 4)
276 if (num_colors > MAX_PALETTE_SIZE) { in WebPGetColorPalette()
277 return MAX_PALETTE_SIZE + 1; // Exact count not needed. in WebPGetColorPalette()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dextras.c123 assert(MAX_PALETTE_SIZE <= 256); in WebPImportColorMappedARGB()
125 palette == NULL || palette_size > MAX_PALETTE_SIZE || palette_size <= 0) { in WebPImportColorMappedARGB()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dformat_constants.h35 #define MAX_PALETTE_SIZE 256 macro
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dvp8li_enc.h71 uint32_t palette_[MAX_PALETTE_SIZE];
A Dvp8l_enc.c125 uint32_t palette[MAX_PALETTE_SIZE], in AnalyzeAndCreatePalette() argument
128 if (num_colors > MAX_PALETTE_SIZE) { in AnalyzeAndCreatePalette()
1405 uint32_t idx_map[MAX_PALETTE_SIZE]; in ApplyPalette()
1406 uint32_t palette_sorted[MAX_PALETTE_SIZE]; in ApplyPalette()
1455 uint32_t tmp_palette[MAX_PALETTE_SIZE]; in EncodePalette()
1460 assert(palette_size >= 1 && palette_size <= MAX_PALETTE_SIZE); in EncodePalette()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog886 e6ac450c utils.[hc]: s/MAX_COLOR_COUNT/MAX_PALETTE_SIZE/

Completed in 16 milliseconds