Lines Matching defs:blocks
40 int width, height, blocks;53 s->blocks = (s->width / 8) * (s->height / 8);54 if (s->blocks == 0)226 int blocks = 0;240 if(blocks >= s->blocks || y >= s->height)241 break;//all blocks decoded262 case 0x74: //skip some blocks264 if ((blocks + skip) >= s->blocks)266 blocks += skip;400 blocks++;