From 48f75aa656f4072f515727ed5ac907d444239c1c Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 16 Oct 2001 02:31:14 +0000 Subject: minor cleanups median deinterlace in MMX fixed typos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2222 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/postprocess.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'postproc/postprocess.h') 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 -- cgit v1.2.3