Home
last modified time | relevance | path

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

/external/libaom/av1/
Darg_defs.h186 arg_def_t vmaf_model_path; member
Dav1_cx_iface.c71 const char *vmaf_model_path; member
1324 tune_cfg->vmaf_model_path = extra_cfg->vmaf_model_path; in set_encoder_config()
2394 str, default_extra_cfg.vmaf_model_path, &extra_cfg.vmaf_model_path, in ctrl_set_vmaf_model_path()
3002 check_and_free_string(default_extra_cfg.vmaf_model_path, in destroy_extra_config()
3003 &extra_cfg->vmaf_model_path); in destroy_extra_config()
3192 ppi->cpi->oxcf.tune_cfg.vmaf_model_path); in encoder_encode()
4126 else if (arg_match_helper(&arg, &g_av1_codec_arg_defs.vmaf_model_path, argv, in encoder_set_option()
4128 err = allocate_and_set_string(value, default_extra_cfg.vmaf_model_path, in encoder_set_option()
4129 &extra_cfg.vmaf_model_path, err_string); in encoder_set_option()
Darg_defs.c505 .vmaf_model_path =
/external/libaom/apps/
Daomenc.c447 &g_av1_codec_arg_defs.vmaf_model_path,
547 const char *vmaf_model_path; member
1143 } else if (arg_match(&arg, &g_av1_codec_arg_defs.vmaf_model_path, argi)) { in parse_stream_params()
1144 config->vmaf_model_path = arg.val; in parse_stream_params()
1540 if (stream->config.vmaf_model_path) { in initialize_encoder()
1542 stream->config.vmaf_model_path); in initialize_encoder()
/external/libaom/av1/encoder/
Dencoder.h766 const char *vmaf_model_path; member