Searched refs:CComplexityAnalysisScreen (Results 1 – 3 of 3) sorted by relevance
272 CComplexityAnalysisScreen::CComplexityAnalysisScreen (int32_t iCpuFlag) { in CComplexityAnalysisScreen() function in CComplexityAnalysisScreen313 CComplexityAnalysisScreen::~CComplexityAnalysisScreen() { in ~CComplexityAnalysisScreen()316 EResult CComplexityAnalysisScreen::Process (int32_t nType, SPixMap* pSrc, SPixMap* pRef) { in Process()339 EResult CComplexityAnalysisScreen::Set (int32_t nType, void* pParam) { in Set()348 EResult CComplexityAnalysisScreen::Get (int32_t nType, void* pParam) { in Get()357 void CComplexityAnalysisScreen::GomComplexityAnalysisIntra (SPixMap* pSrc) { in GomComplexityAnalysisIntra()413 void CComplexityAnalysisScreen::GomComplexityAnalysisInter (SPixMap* pSrc, SPixMap* pRef, bool bScr… in GomComplexityAnalysisInter()
85 class CComplexityAnalysisScreen : public IStrategy {87 CComplexityAnalysisScreen (int32_t cpu_flag);88 ~CComplexityAnalysisScreen();
290 pStrategy = WelsDynamicCast (IStrategy*, new CComplexityAnalysisScreen (iCpuFlag)); in CreateStrategy()