Home
last modified time | relevance | path

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

/external/libaom/libaom/apps/
Daomenc.c611 static const arg_def_t vmaf_model_path = variable
920 &vmaf_model_path,
1096 const char *vmaf_model_path; member
1591 } else if (arg_match(&arg, &vmaf_model_path, argi)) { in parse_stream_params()
1592 config->vmaf_model_path = arg.val; in parse_stream_params()
1909 if (stream->config.vmaf_model_path) { in initialize_encoder()
1911 stream->config.vmaf_model_path); in initialize_encoder()
/external/libaom/libaom/av1/encoder/
Dtune_vmaf.c160 aom_calc_vmaf(cpi->oxcf.vmaf_model_path, source, sharpened, bit_depth, in cal_approx_vmaf()
549 aom_calc_vmaf_multi_frame(&frame_data, cpi->oxcf.vmaf_model_path, in av1_set_mb_vmaf_rdmult_scaling()
787 aom_calc_vmaf(cpi->oxcf.vmaf_model_path, source, recon, bit_depth, in av1_update_vmaf_curve()
Dencoder.h356 const char *vmaf_model_path; member
/external/libaom/libaom/av1/
Dav1_cx_iface.c50 const char *vmaf_model_path; member
878 oxcf->vmaf_model_path = extra_cfg->vmaf_model_path; in set_encoder_config()
1675 extra_cfg.vmaf_model_path = CAST(AV1E_SET_VMAF_MODEL_PATH, args); in ctrl_set_vmaf_model_path()