summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-16 02:31:14 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-16 02:31:14 +0000
commit48f75aa656f4072f515727ed5ac907d444239c1c (patch)
tree0452bf9c1bac68231aae2f63b36973c14f90500f /postproc/postprocess.h
parente3bee7c840bfab12c3473a3db6d26c6eeedf10af (diff)
downloadmpv-48f75aa656f4072f515727ed5ac907d444239c1c.tar.bz2
mpv-48f75aa656f4072f515727ed5ac907d444239c1c.tar.xz
minor cleanups
median deinterlace in MMX fixed typos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2222 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r--postproc/postprocess.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index 143ea579a8..b8812756eb 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -47,18 +47,17 @@
#define H_X1_FILTER 0x2000 // 8192
//Deinterlacing Filters
-#define DEINTERLACE_FILTER_MASK 0xF0000
#define LINEAR_IPOL_DEINT_FILTER 0x10000 // 65536
#define LINEAR_BLEND_DEINT_FILTER 0x20000 // 131072
-#define CUBIC_BLEND_DEINT_FILTER 0x30000 // 196608 (not implemented yet)
+//#define CUBIC_BLEND_DEINT_FILTER 0x8000 // (not implemented yet)
#define CUBIC_IPOL_DEINT_FILTER 0x40000 // 262144 (not implemented yet)
-#define MEDIAN_DEINT_FILTER 0x80000 // 524288
+#define MEDIAN_DEINT_FILTER 0x80000 // 524288
#define GET_PP_QUALITY_MAX 6
-//#define TIMEING
-//#define MORE_TIMEING
+//#define TIMING
+//#define MORE_TIMING
#define QP_STORE_T int