Home
last modified time | relevance | path

Searched refs:uiSadCostThresh (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp899 pFeatureSearchIn->uiSadCostThresh = sMe.uiSadCostThreshold; in SetFeatureSearchIn()
941 const uint16_t uiSadCostThresh = sFeatureSearchIn.uiSadCostThresh; in FeatureSearchOne() local
992 if (uiBestCost < uiSadCostThresh) in FeatureSearchOne()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h111 uint16_t uiSadCostThresh; member