Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h231 #define LIST_SIZE_SUM_16x16 0x0FF01 //(256*255+1) macro
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp698 …stSize = (0 == kiFeatureStrategyIndex) ? (bIsBlock8x8 ? LIST_SIZE_SUM_8x8 : LIST_SIZE_SUM_16x16) : in RequestScreenBlockFeatureStorage()
713 …ureStorage->pFeatureValuePointerList = (uint16_t**)pMa->WelsMallocz (WELS_MAX (LIST_SIZE_SUM_16x16, in RequestScreenBlockFeatureStorage()