Home
last modified time | relevance | path

Searched refs:g1 (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_pixarlog.c947 int32 r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifferenceF() local
967 g1 = (int32) CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifferenceF()
981 g1 = (int32) CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifferenceF()
1002 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference16() local
1019 g1 = CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference16()
1031 g1 = CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference16()
1053 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference8() local
1067 g1 = CLAMP(ip[4]); wp[4] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference8()
1079 g1 = CLAMP(ip[5]); wp[5] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference8()
H A Dtif_predict.c522 unsigned int r1, g1, b1; in horDiff8() local
528 g1 = cp[4]; cp[4] = (unsigned char)((g1-g2)&0xff); g2 = g1; in horDiff8()
533 unsigned int r1, g1, b1, a1; in horDiff8() local
540 g1 = cp[5]; cp[5] = (unsigned char)((g1-g2)&0xff); g2 = g1; in horDiff8()