Lines Matching defs:blocks
49 int skip, blocks, zret, ret, intra = 0, flags = 0, bpp = s->bpp;
60 blocks = bytestream2_get_le16(&gb);
61 if (!blocks)
67 if (blocks > 5) {
71 if (blocks * 8 >= 0xFFFF)
73 else if (blocks * 8 >= 0xFF)
101 bytestream2_init(&bgb, s->block_data, blocks * 8);
103 for (int i = 0; i < blocks; i++) {
126 bytestream2_init(&gb, s->block_data, blocks * 8);
127 } else if (blocks) {
132 for (int i = 0; i < blocks; i++) {
158 if (bytestream2_get_bytes_left(&gb) < 8LL * blocks)
167 for (int block = 0; block < blocks; block++) {
175 if (blocks == 1 && x == 0 && y == 0 && w == avctx->width && h == avctx->height)