summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-09 07:49:51 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-09 07:49:51 +0000
commit4d802fb02656f7c94b93994aaad5bfa6ee37c6d8 (patch)
treeec012399b0f9aab4742fbfbf0486078265c27ef7 /libmpcodecs/Makefile
parent218d56388c114299d47532142ac33c574bdb6ec1 (diff)
downloadmpv-4d802fb02656f7c94b93994aaad5bfa6ee37c6d8.tar.bz2
mpv-4d802fb02656f7c94b93994aaad5bfa6ee37c6d8.tar.xz
pp7 filter (spp=6 filter with 7 point dct where only the center sample is used after idct)
these differences from spp lead to a few nice symmetries which significantly reduce the computational cost almost not mmx optimized (iam lazy ...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15945 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index e29edaaca7..52cfbc1e80 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -103,6 +103,7 @@ VFILTER_SRCS=vf.c \
vf_palette.c \
vf_perspective.c \
vf_phase.c \
+ vf_pp7.c \
vf_pullup.c \
vf_qp.c \
vf_rectangle.c \