Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8li_enc.h71 uint32_t palette_[MAX_PALETTE_SIZE];
73 uint32_t palette_sorted_[MAX_PALETTE_SIZE];
H A Dvp8l_enc.c195 uint32_t idx_map[MAX_PALETTE_SIZE] = {0}; in CoOccurrenceBuild()
196 uint32_t palette_sorted[MAX_PALETTE_SIZE]; in CoOccurrenceBuild()
244 uint8_t remapping[MAX_PALETTE_SIZE]; in PaletteSortModifiedZeng()
246 struct Sum sums[MAX_PALETTE_SIZE]; in PaletteSortModifiedZeng()
586 use_palette = (enc->palette_size_ <= MAX_PALETTE_SIZE); in EncoderAnalyze()
1608 uint32_t idx_map[MAX_PALETTE_SIZE]; in ApplyPalette()
1609 uint32_t palette_sorted[MAX_PALETTE_SIZE]; in ApplyPalette()
1658 uint32_t tmp_palette[MAX_PALETTE_SIZE]; in EncodePalette()
1663 assert(palette_size >= 1 && palette_size <= MAX_PALETTE_SIZE); in EncodePalette()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dutils.c18 #include "src/webp/format_constants.h" // for MAX_PALETTE_SIZE
255 #define COLOR_HASH_SIZE (MAX_PALETTE_SIZE * 4)
284 if (num_colors > MAX_PALETTE_SIZE) { in WebPGetColorPalette()
285 return MAX_PALETTE_SIZE + 1; // Exact count not needed. in WebPGetColorPalette()
/third_party/skia/third_party/externals/libwebp/extras/
H A Dextras.c124 assert(MAX_PALETTE_SIZE <= 256); in WebPImportColorMappedARGB()
126 palette == NULL || palette_size > MAX_PALETTE_SIZE || palette_size <= 0) { in WebPImportColorMappedARGB()
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dformat_constants.h35 #define MAX_PALETTE_SIZE 256 macro
/third_party/ffmpeg/libavcodec/
H A Dwebp.c62 #define MAX_PALETTE_SIZE 256 macro

Completed in 8 milliseconds