Searched refs:tile_rows (Results 1 – 16 of 16) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libaomenc.c | 88 int tile_cols, tile_rows; member 372 ctx->tile_rows = 1 << ctx->tile_rows_log2; in choose_tiling() 383 if (ctx->tile_rows == 0) { in choose_tiling() 387 ctx->tile_rows = in choose_tiling() 390 if (ctx->tile_rows > 1) { in choose_tiling() 392 "rows to fill area.\n", ctx->tile_rows); in choose_tiling() 395 av_assert0(ctx->tile_rows > 0); in choose_tiling() 398 (avctx->height + 63) / 64 < ctx->tile_rows) { in choose_tiling() 404 ctx->tile_rows > AV1_MAX_TILE_ROWS) { in choose_tiling() 419 if (ctx->tile_cols == 1 && ctx->tile_rows == 1) { in choose_tiling() [all …]
|
D | h265_profile_level.c | 178 int tile_rows, int tile_cols, in ff_h265_guess_level() argument 230 if (tile_rows > level->max_tile_rows) in ff_h265_guess_level()
|
D | librav1e.c | 49 int tile_rows; member 309 if (ctx->tile_rows > 0) { in librav1e_encode_init() 310 rret = rav1e_config_parse_int(cfg, "tile_rows", ctx->tile_rows); in librav1e_encode_init() 551 …{ "tile-rows", "number of tiles rows to encode with", OFFSET(tile_rows), AV_OPT_TYPE_INT, { .i64 =…
|
D | h265_profile_level.h | 87 int tile_rows, int tile_cols,
|
D | vp9shared.h | 152 unsigned tile_cols, tile_rows; member
|
D | cbs_av1.h | 194 uint16_t tile_rows; member 443 int tile_rows; member
|
D | h265_metadata_bsf.c | 84 int tile_cols = 0, tile_rows = 0; in h265_metadata_guess_level() local 117 tile_rows = pps->num_tile_rows_minus1 + 1; in h265_metadata_guess_level() 135 0, tile_rows, tile_cols, in h265_metadata_guess_level()
|
D | cbs_av1_syntax_template.c | 625 current->tile_rows = (sb_rows + tile_height_sb - 1) / tile_height_sb; in FUNC() 657 current->tile_rows = i; in FUNC() 670 priv->tile_rows = current->tile_rows; in FUNC() 1564 priv->tile_rows, priv->tile_cols); in FUNC() 1687 num_tiles = priv->tile_cols * priv->tile_rows; in FUNC() 1698 cbs_av1_tile_log2(1, priv->tile_rows); in FUNC()
|
D | qsvenc.h | 172 int tile_rows; member
|
D | av1_frame_split_bsf.c | 148 if ((group->tg_end == (frame->tile_cols * frame->tile_rows) - 1) && in av1_frame_split_filter()
|
D | qsvenc_hevc.c | 248 …{ "tile_rows", "Number of rows for tiled encoding", OFFSET(qsv.tile_rows), AV_OPT_TYPE_IN…
|
D | libvpxenc.c | 111 int tile_rows; member 999 if (ctx->tile_rows >= 0) in vpx_init() 1000 codecctl_int(avctx, VP9E_SET_TILE_ROWS, ctx->tile_rows); in vpx_init() 1687 …{ "tile-rows", "Number of tile rows to use, log2", OFFSET(tile_rows), AV_OP…
|
D | vp9.c | 784 s->s.h.tiling.tile_rows = 1 << s->s.h.tiling.log2_tile_rows; in decode_frame_header() 1273 for (tile_row = 0; tile_row < s->s.h.tiling.tile_rows; tile_row++) { in decode_tiles() 1281 tile_row == s->s.h.tiling.tile_rows - 1) { in decode_tiles() 1414 for (tile_row = 0; tile_row < s->s.h.tiling.tile_rows; tile_row++) { in decode_tiles_mt() 1706 for (tile_row = 0; tile_row < s->s.h.tiling.tile_rows; tile_row++) { in vp9_decode_frame() 1711 tile_row == s->s.h.tiling.tile_rows - 1) { in vp9_decode_frame()
|
D | qsvenc.c | 803 q->exthevctiles.NumTileRows = q->tile_rows; in init_video_param()
|
/third_party/ffmpeg/libavcodec/tests/ |
D | h265_levels.c | 217 int tile_rows; member 289 test_fragments[i].tile_rows, in main() 293 test_fragments[i].tile_cols, test_fragments[i].tile_rows); in main()
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 1953 Set number of tile rows to use. Note this is given as @code{log2(tile_rows)}.
|