Searched defs:vmaf_model (Results 1 – 2 of 2) sorted by relevance
31 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()
40 VmafModel *vmaf_model; member