Lines Matching refs:sb_size
493 static int count_uniform_tiling(int dim, int sb_size, int tiles_log2)
495 int sb_dim = (dim + sb_size - 1) / sb_size;
505 int sb_128x128_possible, sb_size, sb_width, sb_height;
621 sb_size = 128;
624 sb_size = 64;
629 sb_size, sb_size, ctx->tile_cols, ctx->tile_rows);
634 sb_width = (avctx->width + sb_size - 1) / sb_size;
635 sb_height = (avctx->height + sb_size - 1) / sb_size;