Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 47) sorted by relevance

12

/libtiff-4.0.7/test/
H A DMakefile.in1091 --log-file $$b.log --trs-file $$b.trs \
1098 --log-file $$b.log --trs-file $$b.trs \
1105 --log-file $$b.log --trs-file $$b.trs \
1112 --log-file $$b.log --trs-file $$b.trs \
1119 --log-file $$b.log --trs-file $$b.trs \
1126 --log-file $$b.log --trs-file $$b.trs \
1133 --log-file $$b.log --trs-file $$b.trs \
1140 --log-file $$b.log --trs-file $$b.trs \
1147 --log-file $$b.log --trs-file $$b.trs \
1154 --log-file $$b.log --trs-file $$b.trs \
[all …]
H A DMakefile.am127 tiffcrop-R90-rgb-3c-16b.sh \
128 tiffcrop-R90-rgb-3c-8b.sh \
137 tiff2rgba-rgb-3c-16b.sh \
138 tiff2rgba-rgb-3c-8b.sh \
145 images/logluv-3c-16b.tiff \
150 images/palette-1c-1b.tiff \
151 images/palette-1c-4b.tiff \
152 images/palette-1c-8b.tiff \
153 images/rgb-3c-16b.tiff \
154 images/rgb-3c-8b.tiff \
[all …]
H A DCMakeLists.txt94 tiffcrop-R90-rgb-3c-8b.sh
103 tiff2rgba-rgb-3c-16b.sh
104 tiff2rgba-rgb-3c-8b.sh
111 images/logluv-3c-16b.tiff
116 images/palette-1c-1b.tiff
119 images/rgb-3c-16b.tiff
120 images/rgb-3c-8b.tiff
124 images/palette-1c-8b.bmp
125 images/rgb-3c-8b.bmp)
133 images/rgb-3c-8b.ppm)
[all …]
H A Dcommon.sh34 IMG_MINISBLACK_1C_16B=${IMAGES}/minisblack-1c-16b.tiff
35 IMG_MINISBLACK_1C_8B=${IMAGES}/minisblack-1c-8b.tiff
36 IMG_MINISWHITE_1C_1B=${IMAGES}/miniswhite-1c-1b.tiff
37 IMG_PALETTE_1C_1B=${IMAGES}/palette-1c-1b.tiff
38 IMG_PALETTE_1C_4B=${IMAGES}/palette-1c-4b.tiff
39 IMG_PALETTE_1C_8B=${IMAGES}/palette-1c-8b.tiff
40 IMG_RGB_3C_16B=${IMAGES}/rgb-3c-16b.tiff
41 IMG_RGB_3C_8B=${IMAGES}/rgb-3c-8b.tiff
44 IMG_MINISWHITE_1C_1B_PBM=${IMAGES}/miniswhite-1c-1b.pbm
45 IMG_MINISBLACK_1C_8B_PGM=${IMAGES}/minisblack-1c-8b.pgm
[all …]
/libtiff-4.0.7/test/images/
H A DREADME.txt6 minisblack-1c-16b.tiff
7 minisblack-1c-8b.tiff
8 miniswhite-1c-1b.tiff
9 palette-1c-1b.tiff
10 palette-1c-4b.tiff
11 palette-1c-8b.tiff
12 rgb-3c-16b.tiff
13 rgb-3c-8b.tiff
20 palette-1c-8b.bmp
21 rgb-3c-8b.bmp
[all …]
H A Dminisblack-1c-8b.pgm4b���������������ɝbp������ͦ�������x(5j���������������������|WNj{�����������b������������mZ_cc^_ae…
11 vaROUfreUUVRRQRONNLMUyl����UUTUWX\\[]^Z\]XY\Y\\\]]]]]^babcccbccca^_\_a_aabc`b]�������������������…
12 …M* )�n^YUY[SUTVTUUTROPPNV�����XYVUTUUY[[^```^^YZ_]]^``a`aa`acdccegdcba`b`a``bbeebecv���������…
13 …����������[���nD  XqshYRQPPMLPRRSUTSONMN������`_YVWXVW[\\\^_aaa\X\[^`_`b``cba_`acfbcfdbdbcb`a…
24 F������������>�����������������������������TX[]_bei���Ϯpc``RYYX[]^b^]a_aiw�����ywxsrrnh}e]]fp�w^a…
26 u������������������������������������������tR^b`cfi����Ӛi`[XSTYY[]]```_adgntqmuysokhgek_]^\c��…
27 …RX[Z\\\\]`bdefhhlkieecbbgZ]^Z`���ܱq��M/AUcs������������һ����]�����vcy�����b�|{{y�������x77�����…
30 …(Q��������~}~z�������������������������������LZ^^_`bjvx~��xlgaYVDDPOLN[VZa``ba```b``aab`n��͹�qh`…
53 …44FXOB623231-$������������������������������G?HLNQTWZ\]aadilkkjhcb[Hw�y��Ŭ�b=KRTUXXZYWXWW]bbaf\…
56 …4%n������������������������������l*4H}�������������h79(Z^F7e���������Ű�?^��b~����u^Z]h�����������…
[all …]
/libtiff-4.0.7/libtiff/
H A Dtif_packbits.c73 int b; in PackBitsEncode() local
85 b = *bp++; in PackBitsEncode()
120 *op++ = (uint8) b; in PackBitsEncode()
125 *op++ = (uint8) b; in PackBitsEncode()
129 *op++ = (uint8) b; in PackBitsEncode()
143 *op++ = (uint8) b; in PackBitsEncode()
147 *op++ = (uint8) b; in PackBitsEncode()
159 *op++ = (uint8) b; in PackBitsEncode()
163 *op++ = (uint8) b; in PackBitsEncode()
222 int b; in PackBitsDecode() local
[all …]
H A Dtif_fax3.c69 Fax3BaseState b; member
250 buf += sp->b.rowbytes; in Fax3Decode1D()
251 occ -= sp->b.rowbytes; in Fax3Decode1D()
265 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } argument
307 buf += sp->b.rowbytes; in Fax3Decode2D()
308 occ -= sp->b.rowbytes; in Fax3Decode2D()
1083 bp += sp->b.rowbytes; in Fax3Encode()
1084 cc -= sp->b.rowbytes; in Fax3Encode()
1394 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } argument
1465 bp += sp->b.rowbytes; in Fax4Encode()
[all …]
H A Dtif_getimage.c1180 #define SKEW(r,g,b,skew) { r += skew; g += skew; b += skew; } argument
1181 #define SKEW4(r,g,b,a,skew) { r += skew; g += skew; b += skew; a+= skew; } argument
1184 #define PACK(r,g,b) \ argument
1190 #define PACKW(r,g,b) \ argument
1439 uint32 r, g, b, a; in DECLAREContigPutFunc() local
1446 b = m[pp[2]]; in DECLAREContigPutFunc()
1510 uint32 r,g,b,a; in DECLAREContigPutFunc() local
1534 uint16 r, g, b, k; in DECLAREContigPutFunc() local
1648 bv = m[*b++]; in DECLARESepPutFunc()
1728 uint32 r, g, b; in DECLAREContigPutFunc() local
[all …]
H A Dtif_color.c46 TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab, uint32 l, int32 a, int32 b, in TIFFCIELabToXYZ() argument
66 tmp = cby - (float)b / 200.0F; in TIFFCIELabToXYZ()
79 uint32 *r, uint32 *g, uint32 *b) in TIFFXYZToRGB() argument
111 *b = RINT(cielab->Yb2b[i]); in TIFFXYZToRGB()
116 *b = TIFFmin(*b, cielab->display.d_Vrwb); in TIFFXYZToRGB()
184 uint32 *r, uint32 *g, uint32 *b) in TIFFYCbCrtoRGB() argument
199 *b = CLAMP(i, 0, 255); in TIFFYCbCrtoRGB()
H A Dtif_luv.c193 int16 b; in LogL16Decode() local
226 tp[i++] |= b; in LogL16Decode()
326 uint32 b; in LogLuvDecode32() local
360 tp[i++] |= b; in LogLuvDecode32()
446 int16 b; in LogL16Encode() local
596 uint32 b; in LogLuvEncode32() local
632 b = tp[beg] & mask; in LogLuvEncode32()
818 double r, g, b; in XYZtoRGB24() local
827 rgb[2] = (uint8)((b<=0.) ? 0 : (b >= 1.) ? 255 : (int)(256.*sqrt(b))); in XYZtoRGB24()
1250 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() argument
[all …]
/libtiff-4.0.7/archive/tools/
H A Dsgi2tiff.c35 #define streq(a,b) (strcmp(a,b) == 0) argument
36 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
200 short *g, *b; in cpContig() local
204 b = g + in->xsize; in cpContig()
210 getrow(in, b, y, 2); in cpContig()
214 pp[2] = b[x]; in cpContig()
221 short *g, *b, *a; in cpContig() local
225 b = g + in->xsize; in cpContig()
226 a = b + in->xsize; in cpContig()
232 getrow(in, b, y, 2); in cpContig()
[all …]
H A Dsgisv.c39 #define streq(a,b) (strcmp(a,b) == 0) argument
40 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
253 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
H A Dras2tiff.c49 #define streq(a,b) (strcmp(a,b) == 0) argument
50 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
244 #define SWAP(a,b) { unsigned char t = (a); (a) = (b); (b) = t; } in main() argument
H A Dgif2tiff.c58 #define streq(a,b) (strcmp(a,b) == 0) argument
59 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
/libtiff-4.0.7/contrib/iptcutil/
H A Diptcutil.c333 char *super_fgets(char *b, int *blen, FILE *file) in super_fgets() argument
343 for (q=b; ; q++) in super_fgets()
348 if (((long)q - (long)b + 1 ) >= (long) len) in super_fgets()
353 tlen=(long)q-(long)b; in super_fgets()
355 b=(char *) realloc((char *) b,(len+2)); in super_fgets()
356 if ((char *) b == (char *) NULL) in super_fgets()
358 q=b+tlen; in super_fgets()
363 if ((unsigned char *)b != (unsigned char *) NULL) in super_fgets()
368 tlen=(long)q - (long)b; in super_fgets()
371 b[tlen] = '\0'; in super_fgets()
[all …]
H A DREADME6 Usage: iptcutil -t | -b [-i file] [-o file] <input >output
8 Notes: You tell the program the "type" of input file via the -t and -b
9 switches. The -t says that the input is text, while the -b says
/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c318 u_char* b; in gtTileSeparate() local
333 b = g + tilesize; in gtTileSeparate()
334 a = b + tilesize; in gtTileSeparate()
347 if (TIFFReadTile(tif, b, col, row,0,2) < 0 && img->stoponerr) in gtTileSeparate()
358 (*callback)(img, udata, col, row, npix, nrow, fromskew, r, g, b, a); in gtTileSeparate()
360 (*callback)(img, udata, col, row, tw, nrow, 0, r, g, b, a); in gtTileSeparate()
420 u_char *r, *g, *b, *a; in gtStripSeparate() local
436 b = g + stripsize; in gtStripSeparate()
437 a = b + stripsize; in gtStripSeparate()
453 b, nrow*scanline) < 0 && img->stoponerr) in gtStripSeparate()
[all …]
/libtiff-4.0.7/tools/
H A Dtiff2bw.c44 #define streq(a,b) (strcmp((a),(b)) == 0) argument
45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
71 unsigned char* r, unsigned char* g, unsigned char* b, uint32 n) in compresssep() argument
77 ((red*(*r++) + green*(*g++) + blue*(*b++)) >> 8); in compresssep()
81 checkcmap(TIFF* tif, int n, uint16* r, uint16* g, uint16* b) in checkcmap() argument
84 if (*r++ >= 256 || *g++ >= 256 || *b++ >= 256) in checkcmap()
222 #define pack(a,b) ((a)<<8 | (b)) in main() argument
H A Dpal2rgb.c44 #define streq(a,b) (strcmp(a,b) == 0) argument
45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
51 checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap() argument
54 if (*r++ >= 256 || *g++ >= 256 || *b++ >= 256) in checkcmap()
H A Dppm2tiff.c56 #define streq(a,b) (strcmp(a,b) == 0) argument
57 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
H A Dtiffdither.c44 #define streq(a,b) (strcmp(a,b) == 0) argument
45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
H A Dtiffmedian.c61 #define streq(a,b) (strcmp(a,b) == 0) argument
62 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
406 register Colorbox *p, *b; in largest_box() local
409 b = NULL; in largest_box()
414 size = (b = p)->total; in largest_box()
415 return (b); in largest_box()
788 #define SWAP(type,a,b) { type p; p = a; a = b; b = p; } argument
/libtiff-4.0.7/contrib/addtiffo/
H A Dtif_overview.c64 # define MIN(a,b) ((a<b) ? a : b) argument
65 # define MAX(a,b) ((a>b) ? a : b) argument
/libtiff-4.0.7/contrib/win_dib/
H A Dtiff2dib.c33 static int checkcmap(int n, uint16* r, uint16* g, uint16* b);
221 static int checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap() argument
224 if (*r++ >= 256 || *g++ >= 256 || *b++ >= 256) in checkcmap()

12