Home
last modified time | relevance | path

Searched defs:pFeatureOfBlock (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()
92 void FillQpelLocationByFeatureValue_ref (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const in… in FillQpelLocationByFeatureValue_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/src/
Dsvc_motion_estimate.cpp674 int32_t ReleaseFeatureSearchPreparation (CMemoryAlign* pMa, uint16_t*& pFeatureOfBlock) { in ReleaseFeatureSearchPreparation()
779 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_c()
798 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_c()
826 void FillQpelLocationByFeatureValue_c (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int3… in FillQpelLocationByFeatureValue_c()
845 uint16_t* pFeatureOfBlock = pScreenBlockFeatureStorage->pFeatureOfBlockPointer; in CalculateFeatureOfBlock() local
877 void PerformFMEPreprocess (SWelsFuncPtrList* pFunc, SPicture* pRef, uint16_t* pFeatureOfBlock, in PerformFMEPreprocess()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_frame.h62 uint16_t* pFeatureOfBlock; // Feature of every block (8x8), begin with the poi… member