Lines Matching refs:pTimesOfFeatureValue
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]); \
161 …efPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock2,pTimesOfFeatureValue[1]); \
166 ASSERT_EQ (pTimesOfFeatureValue[0][j], pTimesOfFeatureValue[1][j]);\
182 ENFORCE_NEW_ALIGN_1D (uint32_t, pTimesOfFeatureValue, pTimesOfFeatureValueBuff, 65536, 16) \
189 memset(pTimesOfFeatureValue, 0, 65536*sizeof(uint32_t)); \
194 … (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,pTimesOfFeatureValue); \
196 anchor ( pTimesOfFeatureValue, pLocation1, iActSize, pLocationFeature0, pFeaturePointValueList0);\
197 …method ( pTimesOfFeatureValue, pLocation1, iActSize, pLocationFeature1, pFeaturePointValueList1); \
223 ENFORCE_NEW_ALIGN_1D (uint32_t, pTimesOfFeatureValue, pTimesOfFeatureValueBuff, 65536, 16) \
230 memset(pTimesOfFeatureValue, 0, 65536*sizeof(uint32_t)); \
235 … (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,pTimesOfFeatureValue); \
237 …InitializeHashforFeature_c ( pTimesOfFeatureValue, pLocation1, iActSize, pLocationFeature0, pFeatu…
238 …InitializeHashforFeature_c( pTimesOfFeatureValue, pLocation2, iActSize, pLocationFeature1, pFeatur…