Home
last modified time | relevance | path

Searched refs:k (Results 1 – 25 of 34) sorted by relevance

12

/libtiff-4.0.7/contrib/dbs/
H A Dtiff-grayscale.c43 int bits_per_pixel = 8, cmsize, i, j, k, in main() local
108 for (j = 0, k = 0; j < WIDTH;) { in main()
113 scan_line[k++] = gray_index; in main()
117 scan_line[k++] = (gray_index << 4) + gray_index; in main()
121 scan_line[k++] = (gray_index << 6) + (gray_index << 4) in main()
H A Dtiff-palette.c42 int bits_per_pixel = 8, cmsize, i, j, k, in main() local
240 for (j = 0, k = 0; j < WIDTH;) { in main()
245 scan_line[k++] = cmap_index; in main()
249 scan_line[k++] = (cmap_index << 4) + cmap_index; in main()
253 scan_line[k++] = (cmap_index << 6) + (cmap_index << 4) in main()
258 scan_line[k++] = in main()
/libtiff-4.0.7/tools/
H A Drgb2ycbcr.c182 uint32 j, k; in cvtClump() local
187 for (k = 0; k < ch; k++) { in cvtClump()
189 uint32 RGB = (raster - k*w)[j]; in cvtClump()
203 for (; k < vertSubSampling; k++) { in cvtClump()
H A Dtiff2pdf.c1936 k = checkAdd64(k, sbc[i], t2p); in t2p_read_tiff_size()
1946 k = checkAdd64(k, t2p->tiff_datasize, t2p); in t2p_read_tiff_size()
1947 k = checkAdd64(k, 6, t2p); in t2p_read_tiff_size()
1948 k = checkAdd64(k, stripcount, t2p); in t2p_read_tiff_size()
1949 k = checkAdd64(k, stripcount, t2p); in t2p_read_tiff_size()
1967 k = checkAdd64(k, stripcount, t2p); in t2p_read_tiff_size()
1968 k = checkAdd64(k, stripcount, t2p); in t2p_read_tiff_size()
1969 k = checkAdd64(k, 2048, t2p); in t2p_read_tiff_size()
1998 k = checkAdd64(k, sbc[i], t2p); in t2p_read_tiff_size()
2066 k = checkAdd64(k, 2048, t2p); in t2p_read_tiff_size_tile()
[all …]
H A Dtiffcrop.c2499 for (j = 0, k = 7; j < 8; j++, k--) in dump_data()
2536 for (j = 0, k = 7; j < 8; j++, k--) in dump_byte()
2571 for (j = 0, k = 15; k >= 0; j++, k--) in dump_short()
2608 for (j = 0, k = 31; k >= 0; j++, k--) in dump_long()
2644 for (j = 0, k = 63; k >= 0; j++, k--) in dump_wide()
2700 for (j = 0, k = width; k >= 10; j += 10, k -= 10, dump_ptr += 10) in dump_buffer()
5798 sections[k].position = k + 1; in computeOutputPixelOffsets()
6749 for (j = 0, k = 7; j < 8; j++, k--) in extractImageSection()
6756 for (j = 10, k = 7; j < 18; j++, k--) in extractImageSection()
6775 for (j = 20, k = 7; j < 28; j++, k--) in extractImageSection()
[all …]
/libtiff-4.0.7/archive/tools/
H A Dbmp2tiff.c649 uint32 i, j, k, runlength; in main() local
723 … for (k = 0; k < runlength && j < uncompr_size && i < compr_size; k++) in main()
725 if ( k & 0x01 ) in main()
759 … for (k = 0; k < runlength && j < uncompr_size && i < compr_size; k++) { in main()
760 if (k & 0x01) in main()
765 if (k & 0x01) in main()
/libtiff-4.0.7/contrib/addtiffo/
H A Dtif_overview.c271 int k, nPixelBytes = (nBitsPerPixel) / 8; in TIFF_DownSample() local
328 for( k = 0; k < nPixelBytes; k++ ) in TIFF_DownSample()
329 pabyDst[k] = pabySrc[k]; in TIFF_DownSample()
H A DMakefile.in97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/test/images/
H A Dminisblack-1c-8b.pgm5 …cabcbbghd^c^]_^^_^^_Xg����������������������������? u����������������k���������id���������…
22 …��������њfi����ri`amL "4D`y�������������ƶ�����ɘ��������to�ƽ�����������nWF+k��������cASQORIZ�[u{w…
23 …���������������~Y;"1�����������a;e���������������������������KZ[_``ag{�ĵ�k^caSXWZ__`ab`fcbk~���…
56 …�������������������N /`ix�������������������kKMSIaxhWMF>2441444865576423112$k���������������������…
57 …11GHHGHLNTWWXYXZU:NPPMIGEEA<5675=BA=8545656<{����������������������������_k���������������0����…
82 $���������������������������k
110 +5;==>ACCEBFMKOM�ú�����������}k]KEr��������������������������! $5>GCM]cnpeWXbhp}��…
/libtiff-4.0.7/libtiff/
H A Dtif_fax3.c84 int k; /* #rows left that can be 2d encoded */ member
754 sp->k = sp->maxk-1; in Fax3PreEncode()
756 sp->k = sp->maxk = 0; in Fax3PreEncode()
1072 sp->k--; in Fax3Encode()
1074 if (sp->k == 0) { in Fax3Encode()
1076 sp->k = sp->maxk-1; in Fax3Encode()
H A Dtif_getimage.c1534 uint16 r, g, b, k; in DECLAREContigPutFunc() local
1540 k = 255 - pp[3]; in DECLAREContigPutFunc()
1541 r = (k*(255-pp[0]))/255; in DECLAREContigPutFunc()
1542 g = (k*(255-pp[1]))/255; in DECLAREContigPutFunc()
1543 b = (k*(255-pp[2]))/255; in DECLAREContigPutFunc()
1560 uint16 r, g, b, k; in DECLAREContigPutFunc() local
1566 k = 255 - pp[3]; in DECLAREContigPutFunc()
1567 r = (k*(255-pp[0]))/255; in DECLAREContigPutFunc()
1568 g = (k*(255-pp[1]))/255; in DECLAREContigPutFunc()
1569 b = (k*(255-pp[2]))/255; in DECLAREContigPutFunc()
/libtiff-4.0.7/contrib/mfs/
H A DMakefile.in96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/contrib/pds/
H A DMakefile.in96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/contrib/dbs/xtiff/
H A DMakefile.in99 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/contrib/tags/
H A DMakefile.in96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/contrib/stream/
H A DMakefile.in96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/contrib/ras/
H A DMakefile.in96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/contrib/win_dib/
H A DMakefile.in96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/html/images/
H A DMakefile.in97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/html/man/
H A DMakefile.in97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/contrib/
H A DMakefile.in96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/build/
H A DMakefile.in97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/man/
H A DMakefile.in96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/contrib/iptcutil/
H A DMakefile.in97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
/libtiff-4.0.7/port/
H A DMakefile.in97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))

12