Lines Matching full:xbits
1433 int xbits, uint32_t* const dst) {1435 if (xbits > 0) {1436 const int bit_depth = 1 << (3 - xbits);1437 const int mask = (1 << xbits) - 1;1445 dst[x >> xbits] = code;