Home
last modified time | relevance | path

Searched refs:tile_columns (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvp9enc.c259 gst_vp9_enc->tile_columns = DEFAULT_TILE_COLUMNS; in gst_vp9_enc_init()
278 gst_vp9_enc->tile_columns = g_value_get_int (value); in gst_vp9_enc_set_property()
282 gst_vp9_enc->tile_columns); in gst_vp9_enc_set_property()
359 g_value_set_int (value, gst_vp9_enc->tile_columns); in gst_vp9_enc_get_property()
473 vp9enc->tile_columns); in gst_vp9_enc_configure_encoder()
Dgstvp9enc.h48 guint tile_columns; member
/third_party/ffmpeg/libavcodec/
Dlibsvtav1.c72 int tile_columns; member
218 param->tile_columns = svt_enc->tile_columns; in config_enc_params()
533 …{ "tile_columns", "Log2 of number of tile columns to use", OFFSET(tile_columns), AV_OPT_TYPE_INT, …
Dlibvpxenc.c111 int tile_columns; member
1088 if (ctx->tile_columns >= 0) in vpx_init()
1089 codecctl_int(avctx, VP9E_SET_TILE_COLUMNS, ctx->tile_columns); in vpx_init()
1797 …{ "tile-columns", "Number of tile columns to use, log2", OFFSET(tile_columns), AV_OP…
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1enc.h115 guint tile_columns; member
Dgstav1enc.c428 av1enc->tile_columns = DEFAULT_TILE_COLUMNS; in gst_av1_enc_init()
742 av1enc->tile_columns); in gst_av1_enc_set_format()
1001 av1enc->tile_columns = g_value_get_uint (value); in gst_av1_enc_set_property()
1003 av1enc->tile_columns); in gst_av1_enc_set_property()
1100 g_value_set_uint (value, av1enc->tile_columns); in gst_av1_enc_get_property()
/third_party/ffmpeg/doc/
Dencoders.texi1795 @item tile_columns
2146 @code{log2(tile_columns)}. For example, 8 tile columns would be requested by