Home
last modified time | relevance | path

Searched refs:R (Results 1 – 11 of 11) sorted by relevance

/libtiff-4.0.7/archive/tools/
H A Dycbcr.c26 static void check(int R, int G, int B);
35 int R, G, B; in main() local
52 for (R = 0; R < 256; R++) { in main()
55 check(R, G, B); in main()
57 , R in main()
117 check(int R, int G, int B) in check() argument
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()
127 Cr = (R - Y)*D1; in check()
137 eR = R - CLAMP(rR,0,255); in check()
141 printf("R %u G %u B %u", R, G, B); in check()
/libtiff-4.0.7/m4/
H A Dice_find_athena.m4159 dnl *-R\ *) X_LIBS="-L$athena_libraries -R $athena_libraries $X_LIBS";;
160 dnl *-R*) X_LIBS="-L$athena_libraries -R$athena_libraries $X_LIBS";;
H A Dlibtool.m45639 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5655 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5803 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5920 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7099 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7246 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7341 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
7534 -L* | -R* | -l*)
7538 test x-R = "$p"; then
7547 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
[all …]
/libtiff-4.0.7/libtiff/
H A Dtif_color.c73 #define RINT(R) ((uint32)((R)>0?((R)+0.5):((R)-0.5))) argument
/libtiff-4.0.7/test/images/
H A Dminisblack-1c-8b.pgm4R@�����������������»��������Ͻ��-1t��������������-T�tSRUURRWVTSTRSSSSSQORTVUX\ZXZZ[YVW[Y^_``a```…
8 R����������������t�����������y���������sE*nKLI[ri[WWURSTPNLNLJc{}���vQTSYWZ]\_toZYY[[[\]\YY\\]_…
26 …���������������������tR^b`cfi����Ӛi`[XSTYY[]]```_adgntqmuysokhgek_]^\c���^��R4K[g}������������϶�…
62 …;A=86422+'T����������������������������7O���������������~���������������RRxuwyy�������������…
76 …twtyytwy|�������������������~079>>BIJORSUTWV]]brrbVSPK-589773,'1&96@R`tsr�b40�������������…
77 …{�{x~�~|�������������������j'3>EBEJOPSQQSRW[]]^cb_WOH>#,/0+,&'(3$9L>R`=,Fd����������������…
/libtiff-4.0.7/contrib/iptcutil/
H A Dtest.txt2 2#120#Caption="Chairman of the US House Judiciary Committee, Henry Hyde,R-IL, makes his opening sta…
/libtiff-4.0.7/config/
H A Dconfig.guess1203 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1234 SX-8R:SUPER-UX:*:*)
/libtiff-4.0.7/
H A Dconfigure.ac480 [Enable runtime linker paths (-R libtool option)]),
625 LIBDIR="-R $with_zlib_lib_dir $LIBDIR"
694 LIBDIR="-R $with_jpeg_lib_dir $LIBDIR"
765 LIBDIR="-R $with_jbig_lib_dir $LIBDIR"
822 LIBDIR="-R $with_lzma_lib_dir $LIBDIR"
H A DChangeLog634 * libtiff/tif_jpeg.c: Applied patch by Räisä Olli to assure that
4058 * configure, configure.ac: Do not use empty -R option when linking
4313 * configure, configure.ac: Use -rpath option instead of -R as per bug
/libtiff-4.0.7/contrib/pds/
H A DREADME79 limiting the SEP callback function to three bands (R,G,B) it should take
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c5038 float R=1.0; in t2p_write_pdf_xobject_calcs() local
5063 Y_R = (y_r/R) * ((x_g-x_b)*y_w - (x_w-x_b)*y_g + (x_w-x_g)*y_b) / z_w; in t2p_write_pdf_xobject_calcs()
5072 X_W = (X_R * R) + (X_G * G) + (X_B * B); in t2p_write_pdf_xobject_calcs()
5073 Y_W = (Y_R * R) + (Y_G * G) + (Y_B * B); in t2p_write_pdf_xobject_calcs()
5074 Z_W = (Z_R * R) + (Z_G * G) + (Z_B * B); in t2p_write_pdf_xobject_calcs()