• Home
  • Raw
  • Download

Lines Matching refs:kiHeight

42 void SumOf8x8BlockOfFrame_ref (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight,  in SumOf8x8BlockOfFrame_ref()  argument
49 for (y = 0; y < kiHeight; y++) { in SumOf8x8BlockOfFrame_ref()
61 …id SumOf16x16BlockOfFrame_ref (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf16x16BlockOfFrame_ref() argument
69 for (y = 0; y < kiHeight; y++) { in SumOf16x16BlockOfFrame_ref()
92 …cationByFeatureValue_ref (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, in FillQpelLocationByFeatureValue_ref() argument
97 for (int32_t y = 0; y < kiHeight; y++) { in FillQpelLocationByFeatureValue_ref()
147 #define GENERATE_SumOfFrame(anchor, method, kiWidth, kiHeight, flag) \ argument
148 TEST (SVC_ME_FunTest, method##_##kiWidth##x##kiHeight) {\
152 ENFORCE_NEW_ALIGN_1D (uint8_t, pRefPicture, pRefPictureBuff, ((kiHeight+16)*((((kiWidth+15)>>4)<<4)…
153 ENFORCE_NEW_ALIGN_1D (uint16_t, pFeatureOfBlock1, pFeatureOfBlockBuff1, (kiWidth*kiHeight), 16) \
154 ENFORCE_NEW_ALIGN_1D (uint16_t, pFeatureOfBlock2, pFeatureOfBlockBuff2, (kiWidth*kiHeight), 16) \
157 FillWithRandomData (pRefPicture,(kiHeight+16)*((((kiWidth+15)>>4)<<4)+16));\
160 …anchor (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock1,pTimesOfFeatureV…
161 …method (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock2,pTimesOfFeatureV…
162 for(int32_t j=0;j<kiWidth*kiHeight;j++){\
174 #define GENERATE_InitializeHashforFeature(anchor, method, kiWidth, kiHeight, flag) \ argument
175 TEST (SVC_ME_FunTest, method##_##kiWidth##x##kiHeight) {\
179 ENFORCE_NEW_ALIGN_1D (uint8_t, pRefPicture, pRefPictureBuff, ((kiHeight+16)*((((kiWidth+15)>>4)<<4)…
180 ENFORCE_NEW_ALIGN_1D (uint16_t, pFeatureOfBlock, pFeatureOfBlockBuff, (kiWidth*kiHeight), 16) \
181 ENFORCE_NEW_ALIGN_1D (uint16_t, pLocation1, pLocationBuff1, (kiWidth*kiHeight)*2, 16) \
188 FillWithRandomData (pRefPicture,(kiHeight+16)*((((kiWidth+15)>>4)<<4)+16)); \
194 …SumOf8x8BlockOfFrame_c (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,p…
214 #define GENERATE_FillQpelLocationByFeatureValue(anchor, method, kiWidth, kiHeight, flag) \ argument
215 TEST (SVC_ME_FunTest, method##_##kiWidth##x##kiHeight) {\
219 ENFORCE_NEW_ALIGN_1D (uint8_t, pRefPicture, pRefPictureBuff, ((kiHeight+16)*((((kiWidth+15)>>4)<<4)…
220 ENFORCE_NEW_ALIGN_1D (uint16_t, pFeatureOfBlock, pFeatureOfBlockBuff, (kiWidth*kiHeight), 16) \
221 ENFORCE_NEW_ALIGN_1D (uint16_t, pLocation1, pLocationBuff1, (kiWidth*kiHeight)*2, 16) \
222 ENFORCE_NEW_ALIGN_1D (uint16_t, pLocation2, pLocationBuff2, (kiWidth*kiHeight)*2, 16) \
229 FillWithRandomData (pRefPicture,(kiHeight+16)*((((kiWidth+15)>>4)<<4)+16)); \
235 …SumOf8x8BlockOfFrame_c (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,p…
239 anchor(pFeatureOfBlock, kiWidth, kiHeight, pFeaturePointValueList0); \
240 method(pFeatureOfBlock, kiWidth, kiHeight, pFeaturePointValueList1); \
241 for(int32_t j =0; j<kiWidth*kiHeight*2; j++) { \