diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-06-07 03:23:31 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-06-07 03:23:31 +0000 |
commit | e6a2ac3474986280dda041521229683f00f04759 (patch) | |
tree | 902e92e533171eda1ab3b6a433c3b6d3fd37cb79 /libavcodec/dsputil.h | |
parent | 2b647ac8c91c95e7f2a94f52e3561f09e6a99d48 (diff) | |
download | ffmpeg-e6a2ac3474986280dda041521229683f00f04759.tar.gz |
noise preserving sum of squares comparission function
Originally committed as revision 3204 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index cdc5a3b859..be53279797 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -162,6 +162,7 @@ typedef struct DSPContext { 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]; |