Searched refs:G (Results 1 – 6 of 6) sorted by relevance
| /libtiff-4.0.7/archive/tools/ |
| H A D | ycbcr.c | 26 static void check(int R, int G, int B); 35 int R, G, B; in main() local 53 for (G = 0; G < 256; G++) in main() 55 check(R, G, B); in main() 117 check(int R, int G, int B) in check() argument 125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check() 138 eG = G - CLAMP(rG,0,255); in check() 141 printf("R %u G %u B %u", R, G, B); in check()
|
| /libtiff-4.0.7/test/images/ |
| H A D | minisblack-1c-8b.pgm | 22 …����Ƿ����ʏgd~���wdabi,!1Ecsz�����������Ƚ�����α��������ʹ���ƽ�����������~bL.G��������CJRQQPNJPbN;c… 53 …4��������������������������Qpv|����ip�qVMA52244FXOB623231-$������������������������������G?HLNQT… 56 …MF>2441444865576423112$k�������������������������������5:5J}�����������nITjG�y���������»Ҭ��s��fe�… 57 …<9761's������������������������������B2q���������������N D$$�����������ɻ�G����wz��KCFOYl�������… 72 …��������������۸]m|yxz�������������ɽ������������/;78:?CDILRY[XYZ\]^d����ֺ>G?@=?HC3,"'0+$$;RYXso…
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 5220 tmp_sharedflag='-G' ;; 5222 tmp_sharedflag='-G' ;; 5461 shared_flag="$shared_flag "'$wl-G' 5467 shared_flag_svr4='-shared $wl-G' 5473 shared_flag='-G' 5476 shared_flag='$wl-G' 5481 shared_flag_svr4='$wl-G' 6537 shared_flag_svr4='-shared $wl-G' 6543 shared_flag='-G' 6546 shared_flag='$wl-G' [all …]
|
| H A D | acinclude.m4 | 620 dnl Copyright (c) 2008 Steven G. Johnson <[email protected]>
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | README | 79 limiting the SEP callback function to three bands (R,G,B) it should take
|
| /libtiff-4.0.7/tools/ |
| H A D | tiff2pdf.c | 5039 float G=1.0; in t2p_write_pdf_xobject_calcs() local 5066 Y_G = ((0.0F-(y_g))/G) * ((x_r-x_b)*y_w - (x_w-x_b)*y_r + (x_w-x_r)*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()
|