Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/scenechangedetection/
DSceneChangeDetection.h154 bool bScrollDetectFlag = m_sParam.sScrollResult.bScrollDetectFlag; in operator()
155 int32_t iScrollMvX = m_sParam.sScrollResult.iScrollMvX; in operator()
156 int32_t iScrollMvY = m_sParam.sScrollResult.iScrollMvY; in operator()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp310 bool bScrollFlag = m_ComplexityAnalysisParam.sScrollResult.bScrollDetectFlag; in Process()
312 int32_t iScrollMvX = m_ComplexityAnalysisParam.sScrollResult.iScrollMvX; in Process()
313 int32_t iScrollMvY = m_ComplexityAnalysisParam.sScrollResult.iScrollMvY; in Process()
415 int32_t iScrollMvX = m_ComplexityAnalysisParam.sScrollResult.iScrollMvX; in GomComplexityAnalysisInter()
416 int32_t iScrollMvY = m_ComplexityAnalysisParam.sScrollResult.iScrollMvY; in GomComplexityAnalysisInter()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h168 SScrollDetectionParam sScrollResult; //results from scroll detection member
239 SScrollDetectionParam sScrollResult; member
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp853 sComplexityAnalysisParam->sScrollResult.bScrollDetectFlag = false; in AnalyzePictureComplexity()
854 sComplexityAnalysisParam->sScrollResult.iScrollMvX = 0; in AnalyzePictureComplexity()
855 sComplexityAnalysisParam->sScrollResult.iScrollMvY = 0; in AnalyzePictureComplexity()
1160 sSceneChangeResult.sScrollResult.bScrollDetectFlag = false; in DetectSceneChange()
1181 sSceneChangeResult.sScrollResult = pVaaExt->sScrollDetectInfo; in DetectSceneChange()
1282 sSceneChangeResult.sScrollResult.bScrollDetectFlag = false; in UpdateBlockIdcForScreen()