Merge pull request #644 from mstorsjo/remove-dos-newlines
Remove stray dos newlines
This commit is contained in:
@@ -80,27 +80,27 @@ class CComplexityAnalysis : public IStrategy {
|
||||
};
|
||||
|
||||
|
||||
//for screen content
|
||||
|
||||
class CComplexityAnalysisScreen : public IStrategy
|
||||
{
|
||||
public:
|
||||
CComplexityAnalysisScreen(int32_t cpu_flag);
|
||||
~CComplexityAnalysisScreen();
|
||||
|
||||
EResult Process(int32_t nType, SPixMap *src, SPixMap *ref);
|
||||
EResult Set(int32_t nType, void *pParam);
|
||||
EResult Get(int32_t nType, void *pParam);
|
||||
|
||||
private:
|
||||
void GomComplexityAnalysisIntra( SPixMap *pSrc );
|
||||
void GomComplexityAnalysisInter( SPixMap *pSrc, SPixMap *pRef,bool bScrollFlag);
|
||||
|
||||
private:
|
||||
PSad16x16Func m_pSadFunc;
|
||||
GetIntraPredPtr m_pIntraFunc[2];
|
||||
SComplexityAnalysisScreenParam m_ComplexityAnalysisParam;
|
||||
};
|
||||
//for screen content
|
||||
|
||||
class CComplexityAnalysisScreen : public IStrategy
|
||||
{
|
||||
public:
|
||||
CComplexityAnalysisScreen(int32_t cpu_flag);
|
||||
~CComplexityAnalysisScreen();
|
||||
|
||||
EResult Process(int32_t nType, SPixMap *src, SPixMap *ref);
|
||||
EResult Set(int32_t nType, void *pParam);
|
||||
EResult Get(int32_t nType, void *pParam);
|
||||
|
||||
private:
|
||||
void GomComplexityAnalysisIntra( SPixMap *pSrc );
|
||||
void GomComplexityAnalysisInter( SPixMap *pSrc, SPixMap *pRef,bool bScrollFlag);
|
||||
|
||||
private:
|
||||
PSad16x16Func m_pSadFunc;
|
||||
GetIntraPredPtr m_pIntraFunc[2];
|
||||
SComplexityAnalysisScreenParam m_ComplexityAnalysisParam;
|
||||
};
|
||||
|
||||
|
||||
WELSVP_NAMESPACE_END
|
||||
|
||||
Reference in New Issue
Block a user