Searched refs:dither_map (Results 1 – 1 of 1) sorted by relevance
84 unsigned char *noise, *edges, *dither_map; member875 if (input_image->dither_map) { in liq_image_destroy()876 input_image->free (input_image->dither_map); in liq_image_destroy()1270 const unsigned char *dither_map = in remap_to_palette_floyd() local1272 dither_map ? input_image->dither_map : input_image->edges) : NULL; in remap_to_palette_floyd()1301 if (dither_map) { in remap_to_palette_floyd()1320 if (dither_map) { in remap_to_palette_floyd()1321 dither_level *= dither_map[row * cols + col]; in remap_to_palette_floyd()1701 input_image->dither_map = input_image->edges; in update_dither_map()2005 if (!input_image->edges && !input_image->dither_map && quant->use_dither_map) { in liq_write_remapped_image_rows()[all …]