Home
last modified time | relevance | path

Searched refs:r (Results 1 – 24 of 24) sorted by relevance

/libtiff-4.0.7/archive/tools/
H A Dsgi2tiff.c196 short *r = NULL; in cpContig() local
212 pp[0] = r[x]; in cpContig()
235 pp[0] = r[x]; in cpContig()
251 pp[x] = r[x]; in cpContig()
256 if (r) in cpContig()
257 _TIFFfree(r); in cpContig()
261 if (r) in cpContig()
262 _TIFFfree(r); in cpContig()
279 pp[x] = r[x]; in cpSeparate()
284 _TIFFfree(r); in cpSeparate()
[all …]
/libtiff-4.0.7/libtiff/
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
1444 r = m[pp[0]]; in DECLAREContigPutFunc()
1510 uint32 r,g,b,a; in DECLAREContigPutFunc() local
1534 uint16 r, g, b, k; in DECLAREContigPutFunc() local
1646 rv = m[*r++]; in DECLARESepPutFunc()
1728 uint32 r, g, b; in DECLAREContigPutFunc() local
[all …]
H A Dtif_color.c79 uint32 *r, uint32 *g, uint32 *b) in TIFFXYZToRGB() argument
103 *r = RINT(cielab->Yr2r[i]); in TIFFXYZToRGB()
114 *r = TIFFmin(*r, cielab->display.d_Vrwr); in TIFFXYZToRGB()
184 uint32 *r, uint32 *g, uint32 *b) in TIFFYCbCrtoRGB() argument
194 *r = CLAMP(i, 0, 255); in TIFFYCbCrtoRGB()
H A Dtif_lzma.c197 lzma_ret r = lzma_stream_decoder(&sp->stream, in LZMADecode() local
199 if (r != LZMA_OK) { in LZMADecode()
202 LZMAStrerror(r)); in LZMADecode()
H A DMakefile.lcc104 ${AR} ${ARFLAGS} $@ r $<
H A Dtif_luv.c818 double r, g, b; in XYZtoRGB24() local
820 r = 2.690*xyz[0] + -1.276*xyz[1] + -0.414*xyz[2]; in XYZtoRGB24()
825 rgb[0] = (uint8)((r<=0.) ? 0 : (r >= 1.) ? 255 : (int)(256.*sqrt(r))); in XYZtoRGB24()
H A Dtif_ojpeg.c814 uint8* r; in OJPEGDecodeRaw() local
837 r=oy; in OJPEGDecodeRaw()
841 *p++=*r++; in OJPEGDecodeRaw()
842 r+=sp->subsampling_convert_ylinelen-sp->subsampling_hor; in OJPEGDecodeRaw()
/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c316 u_char* r; in gtTileSeparate() local
331 r = buf; in gtTileSeparate()
332 g = r + tilesize; in gtTileSeparate()
343 if (TIFFReadTile(tif, r, col, row,0,0) < 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
430 r = buf = (u_char *)_TIFFmalloc(4*stripsize); in gtStripSeparate()
435 g = r + stripsize; in gtStripSeparate()
447 r, nrow*scanline) < 0 && img->stoponerr) in gtStripSeparate()
[all …]
H A Dtif_imageiter.h33 u_char* r, u_char* g, u_char* b, u_char* a\
/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()
H A DTiffile.cpp290 u_char* r, u_char* g, u_char* b, u_char* a\
/libtiff-4.0.7/test/images/
H A Dminisblack-1c-8b.pgm4r�ý���������������،E?�����������jQW[TZZj}������������������url]lz�������������Vofjifefdg`ekigljjim…
9 3����������������r�����������o�������s:
22 …�������������ƶ�����ɘ��������to�ƽ�����������nWF+k��������cASQORIZ�[u{w|���v~r���������ZMUW[]][\^`b…
35  #;���������������������ݱr���$
42  �\����������������ſ�����ܩh��ID+�F��P310,(AfeXG53/0(>�������������������¿���������r@QUXWUW…
89 …%,u(04;@DEDFCA@@>;<;r����|tnfb^XVYWTPNMFC���������������������������M ;@KUWZWZfq…
114 …������� $08DYgkeOGDFHHLNTRT_]`]P #&0,/.''$$(%r�����˦�Z\_Uar��������…
/libtiff-4.0.7/tools/
H A Dtiff2bw.c71 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()
H A Dpal2rgb.c51 checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap() argument
54 if (*r++ >= 256 || *g++ >= 256 || *b++ >= 256) in checkcmap()
H A Dtiff2pdf.c1261 uint16* r; in t2p_read_tiff_data() local
1489 if(!TIFFGetField(input, TIFFTAG_COLORMAP, &r, &g, &b)){ in t2p_read_tiff_data()
1513 t2p->pdf_palette[(i*3)] = (unsigned char) (r[i]>>8); in t2p_read_tiff_data()
1558 if(!TIFFGetField(input, TIFFTAG_COLORMAP, &r, &g, &b, &a)){ in t2p_read_tiff_data()
1582 t2p->pdf_palette[(i*4)] = (unsigned char) (r[i]>>8); in t2p_read_tiff_data()
H A Dtiff2ps.c1701 checkcmap(TIFF* tif, int n, uint16* r, uint16* g, uint16* b) in checkcmap() argument
1705 if (*r++ >= 256 || *g++ >= 256 || *b++ >= 256) in checkcmap()
/libtiff-4.0.7/config/
H A Dinstall-sh348 d????-?r-*) different_mode=700;;
H A Dltmain.sh4013 ${RM}r "$tmpdir"
4487 $opt_dry_run || ${RM}r "$tmpdir"
4521 ${RM}r "$tmpdir"
10734 func_show_eval "${RM}r$generated"
/libtiff-4.0.7/contrib/addtiffo/
H A DREADME22 Usage: addtiffo [-r {average/nearest} [-subifd]
/libtiff-4.0.7/m4/
H A Dlibtool.m4973 $RM -r conftest*
1201 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
1203 ECHO='print -r --'
1226 print*) AC_MSG_RESULT([print -r]) ;;
1238 || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
1652 $RM -r conftest*
2062 $RM -r conftest 2>/dev/null
2099 $RM -r conftest
3360 [lt_cv_ld_reload_flag='-r'])
4026 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
[all …]
/libtiff-4.0.7/
H A Dconfigure.ac72 dnl then increment revision (`c:r:a' becomes `c:r+1:a').
H A DChangeLog114 * tools/fax2tiff.c: fix segfault when specifying -r without
1523 * libtiff/tif_getimage.c: Add support for greyscale+alpha c/o Jérémie Laval.
3711 tiff2bw,tiffcp: Fixed jpeg option processing so -c jpeg:r:50 works
3897 * tools/fax2tiff.c: Added option '-r' to set RowsPerStrip parameter
5715 to -r option to get the entire image as one strip. See
5842 LZWSetupDecode(). Needed to read LZW files in "r+" mode.
5945 -r rotate the image by 180 degrees
6695 file for "r+" access, and subsequently close it, as it resets the
6824 open a comperessed file for update (O_RDWR/r+) access. This is
H A Dconfigure1033 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
2418 /* Do not output a trailing newline, as this causes \r\n confusion
22165 ac_cs_awk_cr='\\r'
H A Daclocal.m41150 am__untar='pax -r'