Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_pixarlog.c125 t2 = ToLinearF[cb = (wp[2] & mask)]; in horizontalAccumulateF()
136 t2 = ToLinearF[(cb += wp[2]) & mask]; in horizontalAccumulateF()
144 t2 = ToLinearF[cb = (wp[2] & mask)]; in horizontalAccumulateF()
157 t2 = ToLinearF[(cb += wp[2]) & mask]; in horizontalAccumulateF()
313 op[2] = (uint16)((cb += wp[2]) & mask); in horizontalAccumulate11()
326 op[2] = (uint16)((cb += wp[2]) & mask); in horizontalAccumulate11()
360 op[2] = ToLinear8[(cb += wp[2]) & mask]; in horizontalAccumulate8()
401 t1 = ToLinear8[cb = (wp[2] & mask)]; in horizontalAccumulate8abgr()
413 t1 = ToLinear8[(cb += wp[2]) & mask]; in horizontalAccumulate8abgr()
422 t1 = ToLinear8[cb = (wp[2] & mask)]; in horizontalAccumulate8abgr()
[all …]
H A Dtif_predict.c296 unsigned int cb = cp[2]; in horAcc8() local
302 cp[2] = (unsigned char) ((cb += cp[2]) & 0xff); in horAcc8()
309 unsigned int cb = cp[2]; in horAcc8() local
316 cp[2] = (unsigned char) ((cb += cp[2]) & 0xff); in horAcc8()
/libtiff-4.0.7/config/
H A Dconfig.guess1085 if test -f /usr/options/cb.name; then
1086 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`