Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h72 typedef struct TagWelsME { struct
74 uint16_t* pMvdCost;
75 union SadPredISatdUnit uSadPredISatd; //reuse the sad_pred as a temp pData
77 …should be max_delta*size+lambda*mvdsize = 255*256+91*33*2 = 65280 + 6006 = 71286 > (2^16)-1 = 65535
78 uint32_t uiSatdCost; /* satd + lm * nbits */
79 uint32_t uiSadCostThreshold;
80 int32_t iCurMeBlockPixX;
81 int32_t iCurMeBlockPixY;
82 uint8_t uiBlockSize; /* BLOCK_WxH */
83 uint8_t uiReserved;
[all …]