Lines Matching refs:tiles
53 int tiles;
314 /* rav1e handles precedence between 'tiles' and cols/rows for us. */
315 if (ctx->tiles > 0) {
316 rret = rav1e_config_parse_int(cfg, "tiles", ctx->tiles);
318 av_log(avctx, AV_LOG_ERROR, "Could not set number of tiles to encode with.\n");
578 { "tiles", "number of tiles encode with", OFFSET(tiles), AV_OPT_TYPE_INT, { .i64 = 0 }, -1, INT64_MAX, VE },
579 { "tile-rows", "number of tiles rows to encode with", OFFSET(tile_rows), AV_OPT_TYPE_INT, { .i64 = 0 }, -1, INT64_MAX, VE },
580 { "tile-columns", "number of tiles columns to encode with", OFFSET(tile_cols), AV_OPT_TYPE_INT, { .i64 = 0 }, -1, INT64_MAX, VE },