Searched defs:vmaf_model (Results 1 – 2 of 2) sorted by relevance
32 void aom_init_vmaf_model(VmafModel **vmaf_model, const char *model_path) { in aom_init_vmaf_model()43 void aom_close_vmaf_model(VmafModel *vmaf_model) { in aom_close_vmaf_model()73 void aom_init_vmaf_context(VmafContext **vmaf_context, VmafModel *vmaf_model, in aom_init_vmaf_context()127 void aom_calc_vmaf(VmafModel *vmaf_model, const YV12_BUFFER_CONFIG *source, in aom_calc_vmaf()180 double aom_calc_vmaf_at_index(VmafContext *vmaf_context, VmafModel *vmaf_model, in aom_calc_vmaf_at_index()
40 VmafModel *vmaf_model; member