add scene change detector for further extension
This commit is contained in:
@@ -604,7 +604,7 @@ void CWelsPreProcess::BilateralDenoising (SPicture* pSrc, const int32_t kiWidth,
|
||||
|
||||
bool CWelsPreProcess::DetectSceneChange (SPicture* pCurPicture, SPicture* pRefPicture) {
|
||||
bool bSceneChangeFlag = false;
|
||||
int32_t iMethodIdx = METHOD_SCENE_CHANGE_DETECTION;
|
||||
int32_t iMethodIdx = METHOD_SCENE_CHANGE_DETECTION_VIDEO;
|
||||
SSceneChangeResult sSceneChangeDetectResult = { SIMILAR_SCENE };
|
||||
SPixMap sSrcPixMap = {0};
|
||||
SPixMap sRefPixMap = {0};
|
||||
|
||||
Reference in New Issue
Block a user