diff dsputil.h @ 1007:b2cf2a1d9a51 libavcodec

more compare functions (rd & bit)
author michaelni
date Wed, 15 Jan 2003 18:05:23 +0000
parents edc10966b081
children fb6cbb8a04a3
line wrap: on
line diff
--- a/dsputil.h	Tue Jan 14 19:25:05 2003 +0000
+++ b/dsputil.h	Wed Jan 15 18:05:23 2003 +0000
@@ -116,6 +116,8 @@
     me_cmp_func hadamard8_diff[2];
     me_cmp_func dct_sad[2];
     me_cmp_func quant_psnr[2];
+    me_cmp_func bit[2];
+    me_cmp_func rd[2];
     int (*hadamard8_abs )(uint8_t *src, int stride, int mean);
 
     me_cmp_func me_pre_cmp[11];