Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_SVC_me.cpp44 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_ref()
63 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_ref()
82 void InitializeHashforFeature_ref (uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, const int32_t ki… in InitializeHashforFeature_ref()
/third_party/openh264/codec/encoder/core/loongarch/
Dsvc_motion_estimate_lsx.c89 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_lsx()
/third_party/openh264/codec/encoder/core/inc/
Dpicture.h50 uint32_t* pTimesOfFeatureValue; // times of every value in Feature member
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp779 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_c()
798 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_c()
816 void InitializeHashforFeature_c (uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, const int32_t kiLi… in InitializeHashforFeature_c()
846 uint32_t* pTimesOfFeatureValue = pScreenBlockFeatureStorage->pTimesOfFeatureValue; in CalculateFeatureOfBlock() local