Lines Matching defs:bits
41 * There is no Golomb code with length >= 32 bits possible, so check and
233 int stride, int comp, int bits)
378 state->bpp = (s->bits < 2) ? 2 : s->bits;
387 if (s->bits <= 8)
388 shift = point_transform + (8 - s->bits);
390 shift = point_transform + (16 - s->bits);
405 ilv, point_transform, s->bits, s->cur_scan);
422 if (s->bits <= 8) {
481 if (s->bits <= 8) {
528 if (s->bits <= 8) {