Home
last modified time | relevance | path

Searched defs:vmaf_model (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/
H A Dvmaf.c31 void aom_init_vmaf_model(VmafModel **vmaf_model, const char *model_path) { in aom_init_vmaf_model()
42 void aom_close_vmaf_model(VmafModel *vmaf_model) { in aom_close_vmaf_model()
72 void aom_init_vmaf_context(VmafContext **vmaf_context, VmafModel *vmaf_model, in aom_init_vmaf_context()
126 void aom_calc_vmaf(VmafModel *vmaf_model, const YV12_BUFFER_CONFIG *source, in aom_calc_vmaf()
179 double aom_calc_vmaf_at_index(VmafContext *vmaf_context, VmafModel *vmaf_model, in aom_calc_vmaf_at_index()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtune_vmaf.h40 VmafModel *vmaf_model; member