Searched refs:pFeatureValuePointerList (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_motion_estimate.h | 240 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList); 242 uint16_t** pFeatureValuePointerList); 256 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList); 258 uint16_t** pFeatureValuePointerList); 275 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList); 277 uint16_t** pFeatureValuePointerList); 293 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList); 295 uint16_t** pFeatureValuePointerList);
|
D | picture.h | 57 uint16_t **pFeatureValuePointerList;//uint16_t* pFeatureValuePointerList[WELS_MAX (LIST_SIZE_SUM_16… member
|
D | wels_func_ptr_def.h | 151 uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList); 154 uint16_t** pFeatureValuePointerList);
|
/third_party/openh264/test/encoder/ |
D | EncUT_SVC_me.cpp | 83 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList) { in InitializeHashforFeature_ref() argument 88 pFeatureValuePointerList[i] = pBufPos; in InitializeHashforFeature_ref() 93 uint16_t** pFeatureValuePointerList) { in FillQpelLocationByFeatureValue_ref() argument 100 pFeatureValuePointerList[uiFeature][0] = x << 2; in FillQpelLocationByFeatureValue_ref() 101 pFeatureValuePointerList[uiFeature][1] = iQpelY; in FillQpelLocationByFeatureValue_ref() 102 pFeatureValuePointerList[uiFeature] += 2; in FillQpelLocationByFeatureValue_ref()
|
/third_party/openh264/codec/encoder/core/src/ |
D | svc_motion_estimate.cpp | 713 …pScreenBlockFeatureStorage->pFeatureValuePointerList = (uint16_t**)pMa->WelsMallocz (WELS_MAX (LIS… in RequestScreenBlockFeatureStorage() 716 …FY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pFeatureValuePointerList) in RequestScreenBlockFeatureStorage() 744 if (pScreenBlockFeatureStorage->pFeatureValuePointerList) { in ReleaseScreenBlockFeatureStorage() 745 pMa->WelsFree (pScreenBlockFeatureStorage->pFeatureValuePointerList, in ReleaseScreenBlockFeatureStorage() 747 pScreenBlockFeatureStorage->pFeatureValuePointerList = NULL; in ReleaseScreenBlockFeatureStorage() 817 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList) { in InitializeHashforFeature_c() argument 822 pFeatureValuePointerList[i] = pBufPos; in InitializeHashforFeature_c() 827 uint16_t** pFeatureValuePointerList) { in FillQpelLocationByFeatureValue_c() argument 834 pFeatureValuePointerList[uiFeature][0] = x << 2; in FillQpelLocationByFeatureValue_c() 835 pFeatureValuePointerList[uiFeature][1] = iQpelY; in FillQpelLocationByFeatureValue_c() [all …]
|
/third_party/openh264/codec/encoder/core/x86/ |
D | sample_sc.asm | 680 …FeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, uint16_t** pFeatureValuePointerList) 762 ; uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList ) 1396 …FeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, uint16_t** pFeatureValuePointerList) 1455 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList);
|