Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp625 if (pMe->uiSadCost >= pMe->uiSadCostThreshold) { in WelsMotionCrossSearch()
714 …WelsSetMemMultiplebytes_c (pScreenBlockFeatureStorage->uiSadCostThreshold, UINT_MAX, BLOCK_SIZE_AL… in RequestScreenBlockFeatureStorage()
878 pScreenBlockFeatureStorage->uiSadCostThreshold[BLOCK_16x16] = uiSadCostThreshold16x16; in PerformFMEPreprocess()
879 pScreenBlockFeatureStorage->uiSadCostThreshold[BLOCK_8x8] = (uiSadCostThreshold16x16 >> 2); in PerformFMEPreprocess()
880 pScreenBlockFeatureStorage->uiSadCostThreshold[BLOCK_16x8] in PerformFMEPreprocess()
881 = pScreenBlockFeatureStorage->uiSadCostThreshold[BLOCK_8x16] in PerformFMEPreprocess()
882 = pScreenBlockFeatureStorage->uiSadCostThreshold[BLOCK_4x4] = UINT_MAX; in PerformFMEPreprocess()
899 pFeatureSearchIn->uiSadCostThresh = sMe.uiSadCostThreshold; in SetFeatureSearchIn()
1062 pMe->uiSadCostThreshold = pMe->pRefFeatureStorage->uiSadCostThreshold[pMe->uiBlockSize]; in WelsDiamondCrossSearch()
1063 if (pMe->uiSadCost >= pMe->uiSadCostThreshold) { in WelsDiamondCrossSearch()
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dpicture.h55 uint32_t uiSadCostThreshold[BLOCK_SIZE_ALL]; member
Dsvc_motion_estimate.h79 uint32_t uiSadCostThreshold; member
/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp534 m_pScreenBlockFeatureStorage->uiSadCostThreshold[BLOCK_8x8] = UINT_MAX;//to avoid early skip in TEST_F()