Searched refs:CComplexityAnalysisScreen (Results 1 – 3 of 3) sorted by relevance
85 class CComplexityAnalysisScreen : public IStrategy {87 CComplexityAnalysisScreen (int32_t cpu_flag);88 ~CComplexityAnalysisScreen();
271 CComplexityAnalysisScreen::CComplexityAnalysisScreen (int32_t iCpuFlag) { in CComplexityAnalysisScreen() function in CComplexityAnalysisScreen306 CComplexityAnalysisScreen::~CComplexityAnalysisScreen() { in ~CComplexityAnalysisScreen()309 EResult CComplexityAnalysisScreen::Process (int32_t nType, SPixMap* pSrc, SPixMap* pRef) { in Process()332 EResult CComplexityAnalysisScreen::Set (int32_t nType, void* pParam) { in Set()341 EResult CComplexityAnalysisScreen::Get (int32_t nType, void* pParam) { in Get()350 void CComplexityAnalysisScreen::GomComplexityAnalysisIntra (SPixMap* pSrc) { in GomComplexityAnalysisIntra()406 void CComplexityAnalysisScreen::GomComplexityAnalysisInter (SPixMap* pSrc, SPixMap* pRef, bool bScr… in GomComplexityAnalysisInter()
290 pStrategy = WelsDynamicCast (IStrategy*, new CComplexityAnalysisScreen (iCpuFlag)); in CreateStrategy()