Searched refs:palette_size (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_cpal.c | 50 GLuint palette_size; member 88 if (info->palette_size == 16) { in paletted_to_color() 127 expect_size = info->palette_size * info->size; in _mesa_cpal_compressed_size() 136 if (info->palette_size == 16) in _mesa_cpal_compressed_size() 187 indices = (const GLubyte *) palette + info->palette_size * info->size; in _mesa_cpal_compressed_teximage2d() 221 if (info->palette_size == 16) in _mesa_cpal_compressed_teximage2d()
|
/external/webp/src/enc/ |
D | vp8l_enc.c | 129 int* const palette_size) { in AnalyzeAndCreatePalette() argument 132 *palette_size = num_colors; in AnalyzeAndCreatePalette() 1197 int palette_size, in SearchColorGreedy() argument 1199 (void)palette_size; in SearchColorGreedy() 1200 assert(palette_size < APPLY_PALETTE_GREEDY_MAX); in SearchColorGreedy() 1263 const uint32_t* palette, int palette_size, in ApplyPalette() argument 1272 if (palette_size < APPLY_PALETTE_GREEDY_MAX) { in ApplyPalette() 1273 APPLY_PALETTE_FOR(SearchColorGreedy(palette, palette_size, pix)); in ApplyPalette() 1288 for (j = 0; j < palette_size; ++j) { in ApplyPalette() 1309 PrepareMapToPalette(palette, palette_size, palette_sorted, idx_map); in ApplyPalette() [all …]
|
D | delta_palettization_enc.c | 352 const uint32_t palette[], int palette_size) { in FindBestPaletteEntry() argument 356 for (i = 1; i < palette_size; ++i) { in FindBestPaletteEntry() 390 int palette_size, in ApplyDeltaPalette() argument 409 palette, palette_size); in ApplyDeltaPalette()
|
D | alpha_enc.c | 272 stats->palette_size = best.stats.palette_size; in ApplyFiltersAndEncode()
|
/external/webp/src/webp/ |
D | encode.h | 221 int palette_size; // number of color in palette, if used member
|
/external/webp/include/webp/ |
D | encode.h | 221 int palette_size; // number of color in palette, if used member
|
/external/skia/third_party/libpng/ |
D | pngwutil.c | 1179 png_size_t palette_size = entry_size * spalette->nentries; in png_write_sPLT() local 1194 (png_uint_32)(name_len + 2 + palette_size)); in png_write_sPLT()
|
/external/libvncserver/libvncserver/ |
D | tight.c | 1843 palette_size(palette)); in SendPngRect() 1849 png_set_PLTE(png_ptr, info_ptr, png_palette, palette_size(palette)); in SendPngRect()
|
/external/pdfium/third_party/libpng16/ |
D | pngwutil.c | 1179 png_size_t palette_size = entry_size * spalette->nentries; in png_write_sPLT() local 1194 (png_uint_32)(name_len + 2 + palette_size)); in png_write_sPLT()
|
/external/libpng/ |
D | pngwutil.c | 1179 png_size_t palette_size = entry_size * spalette->nentries; in png_write_sPLT() local 1194 (png_uint_32)(name_len + 2 + palette_size)); in png_write_sPLT()
|
/external/syslinux/com32/lib/libpng/ |
D | pngwutil.c | 859 int palette_size = entry_size * spalette->nentries; in png_write_sPLT() local 872 (png_uint_32)(name_len + 2 + palette_size)); in png_write_sPLT()
|