Home
last modified time | relevance | path

Searched refs:iSad (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/processing/src/scenechangedetection/
DSceneChangeDetection.h122 int32_t iSad = m_pfSad (pCurTmp, sLocalParam.iCurStride, pRefTmp, sLocalParam.iRefStride); in operator() local
123 m_sParam.iMotionBlockNum += iSad > HIGH_MOTION_BLOCK_THRESHOLD; in operator()
175 int32_t iSad = m_pfSad (pCurTmp, sLocalParam.iCurStride, pRefTmp, sLocalParam.iRefStride); in operator() local
176 if (iSad == 0) { in operator()
187 m_sParam.iFrameComplexity += iSad; in operator()
188 m_sParam.iMotionBlockNum += iSad > HIGH_MOTION_BLOCK_THRESHOLD; in operator()
191 m_sParam.iFrameComplexity += iSad; in operator()
192 m_sParam.iMotionBlockNum += iSad > HIGH_MOTION_BLOCK_THRESHOLD; in operator()