diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-09 21:26:09 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-13 03:55:33 +0100 |
commit | d1293512cfd5c99b992afb99b153e1c60ec21be6 (patch) | |
tree | 4052da33984dc27fa19440b3fb2fd7ae2886cfba /libavcodec/x86/dsputil_mmx.h | |
parent | 9628e5a4acb02467d6bcc07989527664bf2334e7 (diff) | |
download | ffmpeg-d1293512cfd5c99b992afb99b153e1c60ec21be6.tar.gz |
vp3: use hpeldsp instead of dsputil for half-pel functions.
This makes vp3 independent of dsputil.
Diffstat (limited to 'libavcodec/x86/dsputil_mmx.h')
-rw-r--r-- | libavcodec/x86/dsputil_mmx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/x86/dsputil_mmx.h b/libavcodec/x86/dsputil_mmx.h index 4b7a1fd943..1e62c53e8b 100644 --- a/libavcodec/x86/dsputil_mmx.h +++ b/libavcodec/x86/dsputil_mmx.h @@ -49,10 +49,7 @@ extern const uint64_t ff_pw_255; extern const xmm_reg ff_pb_1; extern const xmm_reg ff_pb_3; -extern const uint64_t ff_pb_7; -extern const uint64_t ff_pb_1F; extern const uint64_t ff_pb_3F; -extern const uint64_t ff_pb_81; extern const xmm_reg ff_pb_F8; extern const uint64_t ff_pb_FC; |