Home
last modified time | relevance | path

Searched refs:SumOf16x16SingleBlock_c (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_SVC_me.cpp73 iSum = SumOf16x16SingleBlock_c (pRef + x, kiRefStride); in SumOf16x16BlockOfFrame_ref()
125 GENERATE_SumOfSingleBlock (SumOf16x16SingleBlock_ref, SumOf16x16SingleBlock_c, 0)
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp106 pFuncList->pfCalculateSingleBlockFeature[1] = SumOf16x16SingleBlock_c; in WelsInitMeFunc()
757 int32_t SumOf16x16SingleBlock_c (uint8_t* pRef, const int32_t kiRefStride) { in SumOf16x16SingleBlock_c() function
800 iSum = SumOf16x16SingleBlock_c (pRef + x, kiRefStride); in SumOf16x16BlockOfFrame_c()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h244 int32_t SumOf16x16SingleBlock_c (uint8_t* pRef, const int32_t kiRefStride);