twarpsharpsettings.h.svn-base
来自「ffshow源码」· SVN-BASE 代码 · 共 31 行
SVN-BASE
31 行
#ifndef _TWARPSHARPSETTINGS_H_#define _TWARPSHARPSETTINGS_H_#include "TfilterSettings.h"struct TwarpsharpSettings :TfilterSettingsVideo{private: static const TfilterIDFF idffs;protected: virtual const int *getResets(unsigned int pageId);public: TwarpsharpSettings(TintStrColl *Icoll=NULL,TfilterIDFFs *filters=NULL); enum { WARPSHARP_FF=0, WARPSHARP_A=1 }; int method; int warpsharpDepth,warpsharpThreshold; static const int warpsharpDepthDef=40,warpsharpThresholdDef=128; int awarpsharpDepth,awarpsharpThresh,awarpsharpBlur; int awarpsharpCM,awarpsharpBM; static const char_t *bms[],*cms[]; virtual void createFilters(size_t filtersorder,Tfilters *filters,TfilterQueue &queue) const; virtual void createPages(TffdshowPageDec *parent) const; virtual bool getTip(unsigned int pageId,char_t *buf,size_t buflen);}; #endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?