Searched refs:a2 (Results 1 – 5 of 5) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_pixarlog.c | 947 int32 r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifferenceF() local 974 a2 = wp[3] = (uint16) CLAMP(ip[3]); in horizontalDifferenceF() 983 a1 = (int32) CLAMP(ip[3]); wp[3] = (uint16)((a1-a2) & mask); a2 = a1; in horizontalDifferenceF() 1002 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference16() local 1024 b2 = wp[2] = CLAMP(ip[2]); a2 = wp[3] = CLAMP(ip[3]); in horizontalDifference16() 1033 a1 = CLAMP(ip[3]); wp[3] = (uint16)((a1-a2) & mask); a2 = a1; in horizontalDifference16() 1053 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference8() local 1074 b2 = wp[2] = CLAMP(ip[2]); a2 = wp[3] = CLAMP(ip[3]); in horizontalDifference8() 1081 a1 = CLAMP(ip[7]); wp[7] = (uint16)((a1-a2) & mask); a2 = a1; in horizontalDifference8()
|
| H A D | tif_fax3.c | 1011 uint32 a2, b2; in Fax3Encode2DRow() local 1018 a2 = finddiff2(bp, a1, bits, PIXEL(bp,a1)); in Fax3Encode2DRow() 1022 putspan(tif, a2-a1, TIFFFaxBlackCodes); in Fax3Encode2DRow() 1025 putspan(tif, a2-a1, TIFFFaxWhiteCodes); in Fax3Encode2DRow() 1027 a0 = a2; in Fax3Encode2DRow()
|
| H A D | tif_predict.c | 537 unsigned int a2 = cp[3]; in horDiff8() local 542 a1 = cp[7]; cp[7] = (unsigned char)((a1-a2)&0xff); a2 = a1; in horDiff8()
|
| H A D | tif_getimage.c | 1707 uint32 r2,g2,b2,a2; in DECLARESepPutFunc() local 1710 a2 = img->Bitdepth16To8[*wa++]; in DECLARESepPutFunc() 1711 m = img->UaToAa+((size_t) a2<<8); in DECLARESepPutFunc() 1715 *cp++ = PACK4(r2,g2,b2,a2); in DECLARESepPutFunc()
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffcmp.c | 586 uint16 n2, *a2; in CheckShortArrayTag() local 589 if (!TIFFGetField(tif2, tag, &n2, &a2)) { in CheckShortArrayTag() 598 if (memcmp(a1, a2, n1 * sizeof(uint16)) == 0) in CheckShortArrayTag() 607 printf("%s%u", sep, a2[i]), sep = ","; in CheckShortArrayTag() 614 } else if (TIFFGetField(tif2, tag, &n2, &a2)) in CheckShortArrayTag()
|