Searched refs:shft (Results 1 – 1 of 1) sorted by relevance
188 int shft; in LogL16Decode() local217 for (shft = 2*8; (shft -= 8) >= 0; ) { in LogL16Decode()223 b = (int16)(*bp++ << shft); in LogL16Decode()321 int shft; in LogLuvDecode32() local351 for (shft = 4*8; (shft -= 8) >= 0; ) { in LogLuvDecode32()357 b = (uint32)*bp++ << shft; in LogLuvDecode32()440 int shft; in LogL16Encode() local469 for (shft = 2*8; (shft -= 8) >= 0; ) in LogL16Encode()495 *op++ = (uint8)(b >> shft); in LogL16Encode()590 int shft; in LogLuvEncode32() local[all …]