00001 /* 00002 //========================================================================== 00003 // 00004 // Copyright (c) On2 Technologies Inc. All Rights Reserved. 00005 // 00006 //-------------------------------------------------------------------------- 00007 // 00008 // File: $Workfile$ 00009 // $Revision$ 00010 // 00011 // Last Update: $DateUTC$ 00012 // 00013 //-------------------------------------------------------------------------- 00014 */ 00015 #ifndef __FE2_ADAPTIVE_DEINTERLACE_FILTER_H__ 00016 #define __FE2_ADAPTIVE_DEINTERLACE_FILTER_H__ 00017 00050 typedef enum deinterlacemode { 00051 DEINTERLACE_NONE, 00052 DEINTERLACE_1_2_1_BLUR, 00053 DEINTERLACE_DROP_FIELD, 00054 DEINTERLACE_ADAPTIVE 00055 } deintmode_t; 00056 00058 #define FE2_FILTER_ADAPTIVE_DEINTERLACE "adaptive_deinterlace" 00065 #define FE2_ADAPTIVE_DEINTERLACE_MODE "deinterlace_mode" 00068 #endif /*__FE2_ADAPTIVE_DEINTERLACE_FILTER_H__*/