Searched refs:pLocationOfFeature (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_motion_estimate.cpp | 697 …pScreenBlockFeatureStorage->pLocationOfFeature = (uint16_t**)pMa->WelsMallocz (kiListSize * sizeof… in RequestScreenBlockFeatureStorage() 699 …S_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pLocationOfFeature) in RequestScreenBlockFeatureStorage() 726 if (pScreenBlockFeatureStorage->pLocationOfFeature) { in ReleaseScreenBlockFeatureStorage() 727 …pMa->WelsFree (pScreenBlockFeatureStorage->pLocationOfFeature, "pScreenBlockFeatureStorage->pLocat… in ReleaseScreenBlockFeatureStorage() 728 pScreenBlockFeatureStorage->pLocationOfFeature = NULL; in ReleaseScreenBlockFeatureStorage() 809 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList) { in InitializeHashforFeature_c() argument 813 pLocationOfFeature[i] = in InitializeHashforFeature_c() 839 uint16_t** pLocationOfFeature = pScreenBlockFeatureStorage->pLocationOfFeature; in CalculateFeatureOfBlock() local 842 …if (NULL == pFeatureOfBlock || NULL == pTimesOfFeatureValue || NULL == pLocationOfFeature || NULL … in CalculateFeatureOfBlock() 861 … pLocationOfFeature, pScreenBlockFeatureStorage->pFeatureValuePointerList); in CalculateFeatureOfBlock() [all …]
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_motion_estimate.h | 240 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList); 256 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList); 275 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList); 293 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList);
|
D | picture.h | 52 pLocationOfFeature; // uint16_t *pLocationOfFeature[LIST_SIZE], pLocationOfFeature[i] saves al… member
|
D | wels_func_ptr_def.h | 151 uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList);
|
/third_party/openh264/test/encoder/ |
D | EncUT_SVC_me.cpp | 83 … uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList) { in InitializeHashforFeature_ref() argument 87 pLocationOfFeature[i] = in InitializeHashforFeature_ref()
|
/third_party/openh264/codec/encoder/core/x86/ |
D | sample_sc.asm | 762 ; uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerList ) 1455 ; uint16_t** pLocationOfFeature, uint16_t** pFeatureValuePointerLis…
|