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

  /external/chromium_org/third_party/libwebp/enc/
vp8li.h 47 uint32_t palette_[MAX_PALETTE_SIZE];
vp8l.c 46 // If number of colors in the image is less than or equal to MAX_PALETTE_SIZE,
49 uint32_t palette[MAX_PALETTE_SIZE],
53 uint8_t in_use[MAX_PALETTE_SIZE * 4] = { 0 };
54 uint32_t colors[MAX_PALETTE_SIZE * 4];
73 if (num_colors > MAX_PALETTE_SIZE) {
84 key &= (MAX_PALETTE_SIZE * 4 - 1); // key mask for 1K buffer.
830 int inv_palette[MAX_PALETTE_SIZE] = { 0 };
    [all...]
  /external/webp/src/enc/
vp8li.h 47 uint32_t palette_[MAX_PALETTE_SIZE];
vp8l.c 46 // If number of colors in the image is less than or equal to MAX_PALETTE_SIZE,
49 uint32_t palette[MAX_PALETTE_SIZE],
53 uint8_t in_use[MAX_PALETTE_SIZE * 4] = { 0 };
54 uint32_t colors[MAX_PALETTE_SIZE * 4];
73 if (num_colors > MAX_PALETTE_SIZE) {
84 key &= (MAX_PALETTE_SIZE * 4 - 1); // key mask for 1K buffer.
830 int inv_palette[MAX_PALETTE_SIZE] = { 0 };
    [all...]
  /external/chromium_org/third_party/libwebp/webp/
format_constants.h 35 #define MAX_PALETTE_SIZE 256
  /external/webp/include/webp/
format_constants.h 35 #define MAX_PALETTE_SIZE 256

Completed in 29 milliseconds