Searched refs:iMethodIdx (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/test/processing/ |
D | ProcessUT_ScrollDetection.cpp | 68 int iMethodIdx = METHOD_SCROLL_DETECTION; in TEST() local 70 pTest->Set (iMethodIdx, (&sScrollDetectionResult)); in TEST() 71 int ret = pTest->Process (iMethodIdx, &sSrcMap, &sRefMap); in TEST() 73 pTest->Get (iMethodIdx, (&sScrollDetectionResult)); in TEST()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 575 int32_t iMethodIdx = METHOD_DENOISE; in BilateralDenoising() local 589 m_pInterfaceVp->Process (iMethodIdx, &sSrcPixMap, NULL); in BilateralDenoising() 593 int32_t iMethodIdx = METHOD_SCENE_CHANGE_DETECTION_VIDEO; in DetectSceneChange() local 613 int32_t iRet = m_pInterfaceVp->Process (iMethodIdx, &sSrcPixMap, &sRefPixMap); in DetectSceneChange() 615 m_pInterfaceVp->Get (iMethodIdx, (void*)&sSceneChangeDetectResult); in DetectSceneChange() 644 int32_t iMethodIdx = METHOD_DOWNSAMPLE; in DownsamplePadding() local 657 iRet = m_pInterfaceVp->Process (iMethodIdx, &sSrcPixMap, &sDstPicMap); in DownsamplePadding() 682 int32_t iMethodIdx = METHOD_VAA_STATISTICS; in VaaCalculation() local 708 m_pInterfaceVp->Set (iMethodIdx, &calc_param); in VaaCalculation() 709 m_pInterfaceVp->Process (iMethodIdx, &sCurPixMap, &sRefPixMap); in VaaCalculation() [all …]
|