Skip to content

Commit

Permalink
Add vifdiff as an option in vmaf_main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Bampis committed Aug 18, 2018
1 parent 71ab54c commit c5d079c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feature/src/vmaf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
int adm(int (*read_frame)(float *ref_data, float *main_data, float *temp_data, int stride, void *user_data), void *user_data, int w, int h, const char *fmt);
int ansnr(int (*read_frame)(float *ref_data, float *main_data, float *temp_data, int stride, void *user_data), void *user_data, int w, int h, const char *fmt);
int vif(int (*read_frame)(float *ref_data, float *main_data, float *temp_data, int stride, void *user_data), void *user_data, int w, int h, const char *fmt);
int vifdiff(int (*read_frame)(float *ref_data, float *main_data, float *temp_data, int stride, void *user_data), void *user_data, int w, int h, const char *fmt);
int motion(int (*read_noref_frame)(float *main_data, float *temp_data, int stride, void *user_data), void *user_data, int w, int h, const char *fmt);
int all(int (*read_frame)(float *ref_data, float *main_data, float *temp_data, int stride, void *user_data), void *user_data, int w, int h, const char *fmt);

Expand All @@ -39,6 +40,7 @@ static void usage(void)
"\tansnr\n"
"\tmotion\n"
"\tvif\n"
"\tvifdiff\n"
"\tall\n"
"fmts:\n"
"\tyuv420p\n"
Expand Down

0 comments on commit c5d079c

Please sign in to comment.