/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffdither.c | 44 #define streq(a,b) (strcmp(a,b) == 0) macro 179 if (streq(opt, "none")) in processCompressOptions() 181 else if (streq(opt, "packbits")) in processCompressOptions() 186 } else if (streq(opt, "g4")) in processCompressOptions() 225 if (streq(optarg, "lsb2msb")) in main() 227 else if (streq(optarg, "msb2lsb")) in main()
|
A D | rgb2ycbcr.c | 44 #define streq(a,b) (strcmp(a,b) == 0) macro 83 if (streq(optarg, "none")) in main() 85 else if (streq(optarg, "packbits")) in main() 87 else if (streq(optarg, "lzw")) in main() 89 else if (streq(optarg, "jpeg")) in main() 91 else if (streq(optarg, "zip")) in main()
|
A D | tiff2rgba.c | 44 #define streq(a,b) (strcmp(a,b) == 0) macro 80 if (streq(optarg, "none")) in main() 82 else if (streq(optarg, "packbits")) in main() 84 else if (streq(optarg, "lzw")) in main() 86 else if (streq(optarg, "jpeg")) in main() 88 else if (streq(optarg, "zip")) in main()
|
A D | ppm2tiff.c | 56 #define streq(a,b) (strcmp(a,b) == 0) macro 316 if (streq(opt, "none")) in processCompressOptions() 318 else if (streq(opt, "packbits")) in processCompressOptions() 338 } else if (streq(opt, "g4")) { in processCompressOptions()
|
A D | thumbnail.c | 48 #define streq(a,b) (strcmp(a,b) == 0) macro 90 case 'c': contrast = streq(optarg, "exp50") ? EXP50 : in main() 91 streq(optarg, "exp60") ? EXP60 : in main() 92 streq(optarg, "exp70") ? EXP70 : in main() 93 streq(optarg, "exp80") ? EXP80 : in main() 94 streq(optarg, "exp90") ? EXP90 : in main() 95 streq(optarg, "exp") ? EXP : in main() 96 streq(optarg, "linear")? LINEAR : in main()
|
A D | pal2rgb.c | 44 #define streq(a,b) (strcmp(a,b) == 0) macro 100 if (streq(optarg, "separate")) in main() 102 else if (streq(optarg, "contig")) in main() 235 if (streq(opt, "none")) in processCompressOptions() 237 else if (streq(opt, "packbits")) in processCompressOptions()
|
A D | tiff2bw.c | 44 #define streq(a,b) (strcmp((a),(b)) == 0) macro 306 if (streq(opt, "none")) in processCompressOptions() 308 else if (streq(opt, "packbits")) in processCompressOptions()
|
A D | tiffcp.c | 63 #define streq(a,b) (strcmp(a,b) == 0) macro 212 if (streq(optarg, "lsb2msb")) in main() 214 else if (streq(optarg, "msb2lsb")) in main() 230 if (streq(optarg, "separate")) in main() 232 else if (streq(optarg, "contig")) in main() 359 if (streq(opt, "none")) { in processCompressOptions() 361 } else if (streq(opt, "packbits")) { in processCompressOptions() 381 } else if (streq(opt, "g4")) { in processCompressOptions()
|
A D | tiffinfo.c | 97 if (streq(optarg, "lsb2msb")) in main() 99 else if (streq(optarg, "msb2lsb")) in main()
|
A D | tiffmedian.c | 61 #define streq(a,b) (strcmp(a,b) == 0) macro 301 if (streq(opt, "none")) in processCompressOptions() 303 else if (streq(opt, "packbits")) in processCompressOptions()
|
A D | tiffcrop.c | 153 #ifndef streq 1431 else if (streq(opt, "packbits")) in processCompressOptions() 1458 else if (streq(opt, "g4")) in processCompressOptions() 1667 else if (streq(optarg, "msb2lsb")) in process_command_opts() 1684 if (streq(optarg, "separate")) in process_command_opts() 1686 else if (streq(optarg, "contig")) in process_command_opts() 1920 if (streq(opt_ptr, "odd")) in process_command_opts() 1938 if (streq(opt_ptr, "last")) in process_command_opts() 2045 if (streq(optarg, "in")) in process_command_opts() 2050 else if (streq(optarg, "cm")) in process_command_opts() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | mkg3states.c | 48 #define streq(a,b) (strcmp(a,b) == 0) macro
|
A D | tiffiop.h | 74 #define streq(a,b) (strcmp(a,b) == 0) macro
|
A D | tif_dirinfo.c | 539 && streq(tif->tif_foundfield->field_name, field_name) in _TIFFFindFieldByName()
|