Searched refs:uiSadCostThreshold (Results 1 – 4 of 4) sorted by relevance
625 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 …]
55 uint32_t uiSadCostThreshold[BLOCK_SIZE_ALL]; member
79 uint32_t uiSadCostThreshold; member
534 m_pScreenBlockFeatureStorage->uiSadCostThreshold[BLOCK_8x8] = UINT_MAX;//to avoid early skip in TEST_F()