diff dsputil.h @ 2065:9e4bebc39ade libavcodec

noise preserving sum of squares comparission function
author michael
date Mon, 07 Jun 2004 03:23:31 +0000
parents 9447bbd8a7e9
children aae3b4e66560
line wrap: on
line diff
--- a/dsputil.h	Sun Jun 06 20:15:53 2004 +0000
+++ b/dsputil.h	Mon Jun 07 03:23:31 2004 +0000
@@ -162,6 +162,7 @@
     me_cmp_func rd[5];
     me_cmp_func vsad[5];
     me_cmp_func vsse[5];
+    me_cmp_func nsse[5];
 
     me_cmp_func me_pre_cmp[5];
     me_cmp_func me_cmp[5];