Lines Matching refs:tile_cols_log2
93 int tile_cols_log2, tile_rows_log2;
510 if (ctx->tile_cols_log2 >= 0)
511 ctx->tile_cols = 1 << ctx->tile_cols_log2;
569 ctx->tile_cols_log2 = ctx->tile_cols == 1 ? 0 :
575 64, ctx->tile_cols_log2);
585 128, ctx->tile_cols_log2);
600 "superblocks (tile_cols_log2 = %d, tile_rows_log2 = %d).\n",
601 ctx->tile_cols_log2, ctx->tile_rows_log2);
606 "superblocks (tile_cols_log2 = %d, tile_rows_log2 = %d).\n",
607 ctx->tile_cols_log2, ctx->tile_rows_log2);
613 "superblocks (tile_cols_log2 = %d, tile_rows_log2 = %d).\n",
614 ctx->tile_cols_log2, ctx->tile_rows_log2);
939 codecctl_int(avctx, AV1E_SET_TILE_COLUMNS, ctx->tile_cols_log2);
1365 { "tile-columns", "Log2 of number of tile columns to use", OFFSET(tile_cols_log2), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 6, VE},