Home
last modified time | relevance | path

Searched refs:enable_1to4_partitions (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/
Dav1_cx_iface.c98 int enable_1to4_partitions; // enable 1:4 and 4:1 partitions for sequence member
647 extra_cfg->enable_1to4_partitions = (cfg->disable_1to4_partition_type == 0); in update_default_encoder_config()
916 oxcf->enable_1to4_partitions = extra_cfg->enable_1to4_partitions; in set_encoder_config()
1358 extra_cfg.enable_1to4_partitions = in ctrl_set_enable_1to4_partitions()
/external/libaom/libaom/av1/encoder/
Dencoder.h387 int enable_1to4_partitions; member
Dencodeframe.c3645 const int partition4_allowed = cpi->oxcf.enable_1to4_partitions && in rd_pick_partition()
/external/libaom/libaom/apps/
Daomenc.c446 static const arg_def_t enable_1to4_partitions = variable
838 &enable_1to4_partitions,