Home
last modified time | relevance | path

Searched refs:pack (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffcp.c1804 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, F,T,F): in pickCopyFunc()
1805 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, F,T,T): in pickCopyFunc()
1807 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_SEPARATE, F,T,F): in pickCopyFunc()
1808 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_SEPARATE, F,T,T): in pickCopyFunc()
1810 case pack(PLANARCONFIG_SEPARATE, PLANARCONFIG_CONTIG, F,T,F): in pickCopyFunc()
1811 case pack(PLANARCONFIG_SEPARATE, PLANARCONFIG_CONTIG, F,T,T): in pickCopyFunc()
1813 case pack(PLANARCONFIG_SEPARATE, PLANARCONFIG_SEPARATE, F,T,F): in pickCopyFunc()
1814 case pack(PLANARCONFIG_SEPARATE, PLANARCONFIG_SEPARATE, F,T,T): in pickCopyFunc()
1817 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, T,T,F): in pickCopyFunc()
1818 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, T,T,T): in pickCopyFunc()
[all …]
H A Dtiff2bw.c222 #define pack(a,b) ((a)<<8 | (b)) in main() macro
223 switch (pack(photometric, config)) { in main()
224 case pack(PHOTOMETRIC_PALETTE, PLANARCONFIG_CONTIG): in main()
225 case pack(PHOTOMETRIC_PALETTE, PLANARCONFIG_SEPARATE): in main()
250 case pack(PHOTOMETRIC_RGB, PLANARCONFIG_CONTIG): in main()
260 case pack(PHOTOMETRIC_RGB, PLANARCONFIG_SEPARATE): in main()
275 #undef pack in main()
H A Dtiffcmp.c189 #define pack(a,b) ((a)<<8)|(b) in tiffcmp() macro
190 switch (pack(config1, config2)) { in tiffcmp()
191 case pack(PLANARCONFIG_SEPARATE, PLANARCONFIG_CONTIG): in tiffcmp()
203 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_SEPARATE): in tiffcmp()
215 case pack(PLANARCONFIG_SEPARATE, PLANARCONFIG_SEPARATE): in tiffcmp()
226 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG): in tiffcmp()