Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/interface/
DIWelsVP.h161 } SScrollDetectionParam; typedef
168 SScrollDetectionParam sScrollResult; //results from scroll detection
239 SScrollDetectionParam sScrollResult;
/third_party/openh264/codec/processing/src/scrolldetection/
DScrollDetection.cpp59 m_sScrollDetectionParam = * ((SScrollDetectionParam*)pParam); in Set()
67 * ((SScrollDetectionParam*)pParam) = m_sScrollDetectionParam; in Get()
DScrollDetection.h65 SScrollDetectionParam m_sScrollDetectionParam;
DScrollDetectionFuncs.h59 … int32_t iOffsetX, int32_t iOffsetY, SScrollDetectionParam& sScrollDetectionParam);
DScrollDetectionFuncs.cpp111 … int32_t iOffsetX, int32_t iOffsetY, SScrollDetectionParam& sScrollDetectionParam) { in ScrollDetectionCore()
/third_party/openh264/test/processing/
DProcessUT_ScrollDetection.cpp62 SScrollDetectionParam sScrollDetectionResult; in TEST()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h108 SScrollDetectionParam sScrollDetectInfo;
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp1170 SScrollDetectionParam* pScrollDetectInfo = & (pVaaExt->sScrollDetectInfo); in DetectSceneChange()
1171 memset (pScrollDetectInfo, 0, sizeof (SScrollDetectionParam)); in DetectSceneChange()