Searched defs:pFeatureOfBlock (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/test/encoder/ |
D | EncUT_SVC_me.cpp | 44 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/src/ |
D | svc_motion_estimate.cpp | 666 int32_t ReleaseFeatureSearchPreparation (CMemoryAlign* pMa, uint16_t*& pFeatureOfBlock) { in ReleaseFeatureSearchPreparation() 771 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_c() 790 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_c() 818 void FillQpelLocationByFeatureValue_c (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int3… in FillQpelLocationByFeatureValue_c() 837 uint16_t* pFeatureOfBlock = pScreenBlockFeatureStorage->pFeatureOfBlockPointer; in CalculateFeatureOfBlock() local 869 void PerformFMEPreprocess (SWelsFuncPtrList* pFunc, SPicture* pRef, uint16_t* pFeatureOfBlock, in PerformFMEPreprocess()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_enc_frame.h | 62 uint16_t* pFeatureOfBlock; // Feature of every block (8x8), begin with the poi… member
|