Home
last modified time | relevance | path

Searched defs:iSadCost (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dmb_cache.h81 int32_t iSadCost[4]; //avail 1; unavail 0 member
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp220 int32_t iSadCost; in WelsMotionEstimateInitialPoint() local
292 bool WelsMeSadCostSelect (int32_t* iSadCost, const uint16_t* kpMvdCost, int32_t* pBestCost, const i… in WelsMeSadCostSelect()