Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_luv.c188 int shft; in LogL16Decode() local
217 for (shft = 2*8; (shft -= 8) >= 0; ) { in LogL16Decode()
223 b = (int16)(*bp++ << shft); in LogL16Decode()
321 int shft; in LogLuvDecode32() local
351 for (shft = 4*8; (shft -= 8) >= 0; ) { in LogLuvDecode32()
357 b = (uint32)*bp++ << shft; in LogLuvDecode32()
440 int shft; in LogL16Encode() local
469 for (shft = 2*8; (shft -= 8) >= 0; ) in LogL16Encode()
495 *op++ = (uint8)(b >> shft); in LogL16Encode()
590 int shft; in LogLuvEncode32() local
[all …]