Home
last modified time | relevance | path

Searched refs:pFeatureOfBlock (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h241 void FillQpelLocationByFeatureValue_c (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int3…
247 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
250 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
257 void FillQpelLocationByFeatureValue_sse2 (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const i…
262 … const int32_t kiRefStride, uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
264 … const int32_t kiRefStride, uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
266 … const int32_t kiRefStride, uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
268 … const int32_t kiRefStride, uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
276 void FillQpelLocationByFeatureValue_neon (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const i…
282 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
[all …]
Dsvc_enc_frame.h62 uint16_t* pFeatureOfBlock; // Feature of every block (8x8), begin with the poi… member
Dwels_func_ptr_def.h152 typedef void (*PFillQpelLocationByFeatureValueFunc) (uint16_t* pFeatureOfBlock, const int32_t kiWid…
157 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
/third_party/openh264/test/encoder/
DEncUT_SVC_me.cpp44 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_ref() argument
51 pBuffer = pFeatureOfBlock + kiWidth * y; in SumOf8x8BlockOfFrame_ref()
63 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_ref() argument
71 pBuffer = pFeatureOfBlock + kiWidth * y; in SumOf16x16BlockOfFrame_ref()
92 void FillQpelLocationByFeatureValue_ref (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const in… in FillQpelLocationByFeatureValue_ref() argument
95 uint16_t* pSrcPointer = pFeatureOfBlock; in FillQpelLocationByFeatureValue_ref()
180 ENFORCE_NEW_ALIGN_1D (uint16_t, pFeatureOfBlock, pFeatureOfBlockBuff, (kiWidth*kiHeight), 16) \
194 …SumOf8x8BlockOfFrame_c (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,p…
220 ENFORCE_NEW_ALIGN_1D (uint16_t, pFeatureOfBlock, pFeatureOfBlockBuff, (kiWidth*kiHeight), 16) \
235 …SumOf8x8BlockOfFrame_c (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,p…
[all …]
DEncUT_MotionEstimate.cpp441 ReleaseFeatureSearchPreparation (m_pMa, m_pFeatureSearchPreparation->pFeatureOfBlock); in TearDown()
532 PerformFMEPreprocess (&sFuncList, &sRef, m_pFeatureSearchPreparation->pFeatureOfBlock, in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp655 pFeatureSearchPreparation->pFeatureOfBlock = in RequestFeatureSearchPreparation()
657 …ELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == (pFeatureSearchPreparation->pFeatureOfBlock)) in RequestFeatureSearchPreparation()
666 int32_t ReleaseFeatureSearchPreparation (CMemoryAlign* pMa, uint16_t*& pFeatureOfBlock) { in ReleaseFeatureSearchPreparation() argument
667 if (pMa && pFeatureOfBlock) { in ReleaseFeatureSearchPreparation()
668 pMa->WelsFree (pFeatureOfBlock, "pFeatureOfBlock"); in ReleaseFeatureSearchPreparation()
669 pFeatureOfBlock = NULL; in ReleaseFeatureSearchPreparation()
771 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_c() argument
778 pBuffer = pFeatureOfBlock + kiWidth * y; in SumOf8x8BlockOfFrame_c()
790 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_c() argument
798 pBuffer = pFeatureOfBlock + kiWidth * y; in SumOf16x16BlockOfFrame_c()
[all …]
Dencoder_ext.cpp974 ReleaseFeatureSearchPreparation (pMa, pDq->pFeatureSearchPreparation->pFeatureOfBlock); in FreeDqLayer()
2740 PerformFMEPreprocess (pFuncList, pRef, pFeatureSearchPreparation->pFeatureOfBlock, in PreprocessSliceCoding()
/third_party/openh264/codec/encoder/core/x86/
Dsample_sc.asm52 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
180 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
361 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
516 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
680 ; void FillQpelLocationByFeatureValue_sse2(uint16_t* pFeatureOfBlock, const int32_t kiWidth, const …
838 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
950 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
1114 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
1251 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
1396 ; void FillQpelLocationByFeatureValue_sse2(uint16_t* pFeatureOfBlock, const int32_t kiWidth, const …