Lines Matching defs:shift
271 unsigned int shift = (8 - bit_depth) - (x & 0x7U);273 mask <<= shift;274 value = (value << shift) & mask;