Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_SVC_me.cpp194SumOf8x8BlockOfFrame_c (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,p…
235SumOf8x8BlockOfFrame_c (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,p…
269 GENERATE_SumOfFrame (SumOf8x8BlockOfFrame_ref, SumOf8x8BlockOfFrame_c, 1, 1, 0)
271 GENERATE_SumOfFrame (SumOf8x8BlockOfFrame_ref, SumOf8x8BlockOfFrame_c, 1, 320, 0)
273 GENERATE_SumOfFrame (SumOf8x8BlockOfFrame_ref, SumOf8x8BlockOfFrame_c, 640, 320, 0)
/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h245 void SumOf8x8BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight,
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp102 pFuncList->pfCalculateBlockFeatureOfFrame[0] = SumOf8x8BlockOfFrame_c; in WelsInitMeFunc()
769 void SumOf8x8BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf8x8BlockOfFrame_c() function