Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_SVC_me.cpp53 iSum = SumOf8x8SingleBlock_c (pRef + x, kiRefStride); in SumOf8x8BlockOfFrame_ref()
124 GENERATE_SumOfSingleBlock (SumOf8x8SingleBlock_ref, SumOf8x8SingleBlock_c, 0)
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp105 pFuncList->pfCalculateSingleBlockFeature[0] = SumOf8x8SingleBlock_c; in WelsInitMeFunc()
748 int32_t SumOf8x8SingleBlock_c (uint8_t* pRef, const int32_t kiRefStride) { in SumOf8x8SingleBlock_c() function
780 iSum = SumOf8x8SingleBlock_c (pRef + x, kiRefStride); in SumOf8x8BlockOfFrame_c()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h243 int32_t SumOf8x8SingleBlock_c (uint8_t* pRef, const int32_t kiRefStride);