Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/
Daom_encoder.h351 } cfg_options_t; typedef
907 cfg_options_t encoder_cfg;
/external/libaom/libaom/apps/
Daomenc.h58 cfg_options_t encoder_config;
Daomenc.c1136 static void init_config(cfg_options_t *config) { in init_config()
1137 memset(config, 0, sizeof(cfg_options_t)); in init_config()
/external/libaom/libaom/common/
Dargs.h56 int parse_cfg(const char *file, cfg_options_t *config);
Dargs.c59 int parse_cfg(const char *file, cfg_options_t *config) { in parse_cfg()
/external/libaom/libaom/av1/encoder/
Dencoder.h450 const cfg_options_t *encoder_cfg;
/external/libaom/libaom/av1/
Dav1_cx_iface.c631 static void update_default_encoder_config(const cfg_options_t *cfg, in update_default_encoder_config()