Lines Matching defs:block_size
1613 const int block_size = s->lossless ? 1 : 8;
1620 int mb_width = (s->width + h * block_size - 1) / (h * block_size);
1621 int mb_height = (s->height + v * block_size - 1) / (v * block_size);
1648 const int block_size = s->lossless ? 1 : 8;
1726 s->mb_width = (s->width + s->h_max * block_size - 1) / (s->h_max * block_size);
1727 s->mb_height = (s->height + s->v_max * block_size - 1) / (s->v_max * block_size);
1731 s->mb_width = (s->width + h * block_size - 1) / (h * block_size);
1732 s->mb_height = (s->height + v * block_size - 1) / (v * block_size);