Searched refs:pTimesOfFeatureValue (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/test/encoder/ |
D | EncUT_SVC_me.cpp | 44 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_ref() argument 56 pTimesOfFeatureValue[iSum]++; in SumOf8x8BlockOfFrame_ref() 63 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_ref() argument 76 pTimesOfFeatureValue[iSum]++; in SumOf16x16BlockOfFrame_ref() 82 void InitializeHashforFeature_ref (uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, const int32_t ki… in InitializeHashforFeature_ref() argument 89 pBufPos += (pTimesOfFeatureValue[i] << 1); in InitializeHashforFeature_ref() 155 uint32_t pTimesOfFeatureValue[2][65536]; \ 158 memset(pTimesOfFeatureValue[0], 0, 65536*sizeof(uint32_t)); \ 159 memset(pTimesOfFeatureValue[1], 0, 65536*sizeof(uint32_t)); \ 160 …efPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock1,pTimesOfFeatureValue[0]); \ [all …]
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_motion_estimate.h | 239 void InitializeHashforFeature_c (uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, const int32_t kiLi… 247 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 250 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 255 void InitializeHashforFeature_sse2 (uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, const int32_t k… 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[]); 274 void InitializeHashforFeature_neon (uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, const int32_t k… 282 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); [all …]
|
D | picture.h | 50 uint32_t* pTimesOfFeatureValue; // times of every value in Feature member
|
D | wels_func_ptr_def.h | 150 typedef void (*PInitializeHashforFeatureFunc) (uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, cons… 157 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
|
/third_party/openh264/codec/encoder/core/src/ |
D | svc_motion_estimate.cpp | 693 …pScreenBlockFeatureStorage->pTimesOfFeatureValue = (uint32_t*)pMa->WelsMallocz (kiListSize * sizeo… in RequestScreenBlockFeatureStorage() 695 …VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pTimesOfFeatureValue) in RequestScreenBlockFeatureStorage() 721 if (pScreenBlockFeatureStorage->pTimesOfFeatureValue) { in ReleaseScreenBlockFeatureStorage() 722 …pMa->WelsFree (pScreenBlockFeatureStorage->pTimesOfFeatureValue, "pScreenBlockFeatureStorage->pTim… in ReleaseScreenBlockFeatureStorage() 723 pScreenBlockFeatureStorage->pTimesOfFeatureValue = NULL; in ReleaseScreenBlockFeatureStorage() 771 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_c() argument 783 pTimesOfFeatureValue[iSum]++; in SumOf8x8BlockOfFrame_c() 790 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_c() argument 803 pTimesOfFeatureValue[iSum]++; in SumOf16x16BlockOfFrame_c() 808 void InitializeHashforFeature_c (uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, const int32_t kiLi… in InitializeHashforFeature_c() argument [all …]
|
/third_party/openh264/codec/encoder/core/x86/ |
D | sample_sc.asm | 52 ; 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[]); 761 ; void InitializeHashforFeature_sse2( uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, const int32_t… 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[]); 1454 ; void InitializeHashforFeature_sse2( uint32_t* pTimesOfFeatureValue, uint16_t* pBuf, const int32_t…
|