ref: 06a67b72a88d8548a4f483cad0fb7e5df32db6f3
parent: 7fb59d033ac59c7e1ed50a33a412c63a4722baa9
author: Sijia Chen <sijchen@cisco.com>
date: Fri Jun 27 14:11:25 EDT 2014
reformat
--- a/codec/processing/src/scenechangedetection/SceneChangeDetection.h
+++ b/codec/processing/src/scenechangedetection/SceneChangeDetection.h
@@ -110,8 +110,12 @@
pCurY += iCurRowStride;
}
}
- float GetSceneChangeMotionRatioLarge() const { return m_fSceneChangeMotionRatioLarge; }
- float GetSceneChangeMotionRatioMedium() const { return m_fSceneChangeMotionRatioMedium; }
+ float GetSceneChangeMotionRatioLarge() const {
+ return m_fSceneChangeMotionRatioLarge;
+ }
+ float GetSceneChangeMotionRatioMedium() const {
+ return m_fSceneChangeMotionRatioMedium;
+ }
protected:
SadFuncPtr m_pfSad;
SSceneChangeResult& m_sParam;