create complexity analysis for screen content

This commit is contained in:
ruil2 2014-03-26 13:06:56 +08:00
parent b5e263bfd8
commit 3a4346a898

View File

@ -284,6 +284,9 @@ IStrategy* CVpFrameWork::CreateStrategy (EMethods m_eMethod, int32_t iCpuFlag) {
case METHOD_COMPLEXITY_ANALYSIS:
pStrategy = WelsDynamicCast (IStrategy*, new CComplexityAnalysis (iCpuFlag));
break;
case METHOD_COMPLEXITY_ANALYSIS_SCREEN:
pStrategy = WelsDynamicCast (IStrategy*, new CComplexityAnalysisScreen (iCpuFlag));
break;
case METHOD_IMAGE_ROTATE:
pStrategy = WelsDynamicCast (IStrategy*, new CImageRotating (iCpuFlag));
break;