Lines Matching defs:block_bits
427 block_bits = get_bits(&s->gb, 3) + 2; \
428 blocks_w = FFALIGN((w), 1 << block_bits) >> block_bits; \
429 blocks_h = FFALIGN((h), 1 << block_bits) >> block_bits; \
435 int ret, block_bits, blocks_w, blocks_h, x, y, max;
444 img->size_reduction = block_bits;
464 int block_bits, blocks_w, blocks_h, ret;
473 s->image[IMAGE_ROLE_PREDICTOR].size_reduction = block_bits;
480 int block_bits, blocks_w, blocks_h, ret;
489 s->image[IMAGE_ROLE_COLOR_TRANSFORM].size_reduction = block_bits;