comparison libmpcodecs/Makefile @ 15944:1a0c715343d2

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 ...)
author michael
date Sat, 09 Jul 2005 07:49:51 +0000
parents d3d30585a9d2
children 087142ef3a2d
comparison
equal deleted inserted replaced
15943:e84185e72c8f 15944:1a0c715343d2
101 vf_noformat.c \ 101 vf_noformat.c \
102 vf_noise.c \ 102 vf_noise.c \
103 vf_palette.c \ 103 vf_palette.c \
104 vf_perspective.c \ 104 vf_perspective.c \
105 vf_phase.c \ 105 vf_phase.c \
106 vf_pp7.c \
106 vf_pullup.c \ 107 vf_pullup.c \
107 vf_qp.c \ 108 vf_qp.c \
108 vf_rectangle.c \ 109 vf_rectangle.c \
109 vf_remove_logo.c \ 110 vf_remove_logo.c \
110 vf_rgb2bgr.c \ 111 vf_rgb2bgr.c \