Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 34) sorted by relevance

12

/libtiff-4.0.7/archive/tools/
H A Dsgi2tiff.c35 #define streq(a,b) (strcmp(a,b) == 0) argument
36 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
200 short *g, *b; in cpContig() local
221 short *g, *b, *a; in cpContig() local
H A Dras2tiff.c49 #define streq(a,b) (strcmp(a,b) == 0) argument
50 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
244 #define SWAP(a,b) { unsigned char t = (a); (a) = (b); (b) = t; } in main() argument
H A Dsgisv.c39 #define streq(a,b) (strcmp(a,b) == 0) argument
40 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
253 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
H A Dgif2tiff.c58 #define streq(a,b) (strcmp(a,b) == 0) argument
59 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
/libtiff-4.0.7/tools/
H A Dtiff2bw.c44 #define streq(a,b) (strcmp((a),(b)) == 0) argument
45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
71 unsigned char* r, unsigned char* g, unsigned char* b, uint32 n) in compresssep()
81 checkcmap(TIFF* tif, int n, uint16* r, uint16* g, uint16* b) in checkcmap()
222 #define pack(a,b) ((a)<<8 | (b)) in main() argument
H A Dppm2tiff.c56 #define streq(a,b) (strcmp(a,b) == 0) argument
57 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
H A Dtiffdither.c44 #define streq(a,b) (strcmp(a,b) == 0) argument
45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
H A Dpal2rgb.c44 #define streq(a,b) (strcmp(a,b) == 0) argument
45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
51 checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap()
H A Dtiffmedian.c61 #define streq(a,b) (strcmp(a,b) == 0) argument
62 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
406 register Colorbox *p, *b; in largest_box() local
788 #define SWAP(type,a,b) { type p; p = a; a = b; b = p; } argument
H A Dthumbnail.c48 #define streq(a,b) (strcmp(a,b) == 0) argument
487 uint8 b; in setupStepTables() local
H A Dtiff2rgba.c44 #define streq(a,b) (strcmp(a,b) == 0) argument
H A Drgb2ycbcr.c44 #define streq(a,b) (strcmp(a,b) == 0) argument
H A Dtiffinfoce.c43 #define streq(a,b) (_stricmp(a,b) == 0) argument
/libtiff-4.0.7/libtiff/
H A Dtif_color.c46 TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab, uint32 l, int32 a, int32 b, in TIFFCIELabToXYZ()
79 uint32 *r, uint32 *g, uint32 *b) in TIFFXYZToRGB()
184 uint32 *r, uint32 *g, uint32 *b) in TIFFYCbCrtoRGB()
H A Dtif_packbits.c73 int b; in PackBitsEncode() local
222 int b; in PackBitsDecode() local
H A Dtif_getimage.c1184 #define PACK(r,g,b) \ argument
1186 #define PACK4(r,g,b,a) \ argument
1190 #define PACKW(r,g,b) \ argument
1192 #define PACKW4(r,g,b,a) \ argument
1439 uint32 r, g, b, a; in DECLAREContigPutFunc() local
1510 uint32 r,g,b,a; in DECLAREContigPutFunc() local
1534 uint16 r, g, b, k; in DECLAREContigPutFunc() local
1560 uint16 r, g, b, k; in DECLAREContigPutFunc() local
1728 uint32 r, g, b; in DECLAREContigPutFunc() local
2414 uint16* b = img->bluecmap; in checkcmap() local
[all …]
H A Dtif_luv.c193 int16 b; in LogL16Decode() local
326 uint32 b; in LogLuvDecode32() local
446 int16 b; in LogL16Encode() local
596 uint32 b; in LogLuvEncode32() local
818 double r, g, b; in XYZtoRGB24() local
1250 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() argument
1334 #define PACK(a,b) (((a)<<3)|(b)) in LogLuvGuessDataFmt() argument
H A Dtif_dirinfo.c344 tagCompare(const void* a, const void* b) in tagCompare()
357 tagNameCompare(const void* a, const void* b) in tagNameCompare()
H A Dmkg3states.c48 #define streq(a,b) (strcmp(a,b) == 0) argument
H A Dtif_vms.c384 char b[8]; member
392 char b[4]; member
H A Dtif_fax3.c69 Fax3BaseState b; member
265 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } argument
1394 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } argument
/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c318 u_char* b; in gtTileSeparate() local
420 u_char *r, *g, *b, *a; in gtStripSeparate() local
/libtiff-4.0.7/contrib/win_dib/
H A Dtiff2dib.c221 static int checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap()
/libtiff-4.0.7/contrib/addtiffo/
H A Dtif_overview.c64 # define MIN(a,b) ((a<b) ? a : b) argument
65 # define MAX(a,b) ((a>b) ? a : b) argument
/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c78 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
79 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument

12