Home
last modified time | relevance | path

Searched refs:cdf_update_mode (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_multi_thread.c38 if (cpi->oxcf.cdf_update_mode) in av1_row_mt_mem_alloc()
64 if (cpi->oxcf.cdf_update_mode) aom_free(this_tile->row_ctx); in av1_row_mt_mem_dealloc()
Dencoder.h337 uint8_t cdf_update_mode; member
Dencoder.c4972 switch (cpi->oxcf.cdf_update_mode) { in encode_frame_to_data_rate()
/external/libaom/libaom/av1/
Dav1_cx_iface.c93 unsigned int cdf_update_mode; member
359 RANGE_CHECK_HI(extra_cfg, cdf_update_mode, 2); in validate_config()
733 oxcf->cdf_update_mode = (uint8_t)extra_cfg->cdf_update_mode; in set_encoder_config()
2065 extra_cfg.cdf_update_mode = CAST(AV1E_SET_CDF_UPDATE_MODE, args); in ctrl_set_cdf_update_mode()
/external/libaom/libaom/apps/
Daomenc.c756 static const arg_def_t cdf_update_mode = variable
845 &cdf_update_mode,