diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-01-05 15:57:10 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-01-05 15:57:10 +0000 |
commit | 826f429ae9990632a04b06bd375afa54ffe54b76 (patch) | |
tree | dce2b6a89402130f5e3c6a9426063a47991f285b /libavcodec/dsputil.h | |
parent | 70ac76c0eb13d74d2001e83d7803f3dc0299f86a (diff) | |
download | ffmpeg-826f429ae9990632a04b06bd375afa54ffe54b76.tar.gz |
qpel in mmx2/3dnow
qpel refinement quality parameter
Originally committed as revision 1393 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 b2cac91c9c..a672f89863 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -102,6 +102,7 @@ typedef struct DSPContext { me_cmp_func quant_psnr[2]; int (*hadamard8_abs )(uint8_t *src, int stride, int mean); + me_cmp_func me_pre_cmp[11]; me_cmp_func me_cmp[11]; me_cmp_func me_sub_cmp[11]; me_cmp_func mb_cmp[11]; |