Home
last modified time | relevance | path

Searched refs:dist (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/
H A DMakefile.in196 cscope distdir dist dist-all distcheck
264 DIST_TARGETS = dist-gzip dist-zip
709 dist-gzip: distdir
717 dist-lzip: distdir
721 dist-xz: distdir
725 dist-tarZ: distdir
738 dist-zip: distdir
743 dist dist-all:
750 distcheck: dist
946 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
[all …]
H A DMakefile.am28 AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
H A DChangeLog6523 * Added tiffset and tif_ojpeg to the dist lists in Makefile.in.
/libtiff-4.0.7/tools/
H A Dtiffmedian.c666 mindist = dist; in create_colorcell()
677 dist = 0; in create_colorcell()
680 dist += tmp*tmp; in create_colorcell()
683 dist += tmp*tmp; in create_colorcell()
686 dist += tmp*tmp; in create_colorcell()
737 dist = 9999999; in map_colortable()
747 if (d2 < dist) { in map_colortable()
748 dist = d2; in map_colortable()
861 dist = 9999999; in quant_fsdither()
870 if (d2 < dist) { in quant_fsdither()
[all …]
/libtiff-4.0.7/libtiff/
H A Dtif_lzma.c455 sp->opt_delta.dist = (tif->tif_dir.td_bitspersample % 8) ? in TIFFInitLZMA()