Searched refs:pScreenBlockFeatureStorage (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_motion_estimate.cpp | 677 SScreenBlockFeatureStorage* pScreenBlockFeatureStorage) { in RequestScreenBlockFeatureStorage() argument 693 …pScreenBlockFeatureStorage->pTimesOfFeatureValue = (uint32_t*)pMa->WelsMallocz (kiListSize * sizeo… in RequestScreenBlockFeatureStorage() 695 …WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pTimesOfFeature… in RequestScreenBlockFeatureStorage() 697 …pScreenBlockFeatureStorage->pLocationOfFeature = (uint16_t**)pMa->WelsMallocz (kiListSize * sizeof… in RequestScreenBlockFeatureStorage() 699 …WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pLocationOfFeat… in RequestScreenBlockFeatureStorage() 701 …pScreenBlockFeatureStorage->pLocationPointer = (uint16_t*)pMa->WelsMallocz (2 * kiFrameSize * size… in RequestScreenBlockFeatureStorage() 703 …WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pLocationPointe… in RequestScreenBlockFeatureStorage() 705 …pScreenBlockFeatureStorage->pFeatureValuePointerList = (uint16_t**)pMa->WelsMallocz (WELS_MAX (LIS… in RequestScreenBlockFeatureStorage() 708 …WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pFeatureValuePo… in RequestScreenBlockFeatureStorage() 710 pScreenBlockFeatureStorage->pFeatureOfBlockPointer = NULL; in RequestScreenBlockFeatureStorage() [all …]
|
D | picture_handle.cpp | 113 …pPic->pScreenBlockFeatureStorage = static_cast<SScreenBlockFeatureStorage*> (pMa->WelsMallocz (siz… in AllocPicture() 116 pPic->pScreenBlockFeatureStorage); in AllocPicture() 119 pPic->pScreenBlockFeatureStorage = NULL; in AllocPicture() 172 if (pPic->pScreenBlockFeatureStorage) { in FreePicture() 173 ReleaseScreenBlockFeatureStorage (pMa, pPic->pScreenBlockFeatureStorage); in FreePicture() 174 pMa->WelsFree (pPic->pScreenBlockFeatureStorage, "pPic->pScreenBlockFeatureStorage"); in FreePicture() 175 pPic->pScreenBlockFeatureStorage = NULL; in FreePicture()
|
D | svc_base_layer_md.cpp | 985 pCurLayer->pRefPic->pScreenBlockFeatureStorage, in WelsMdP16x16() 1036 pCurDqLayer->pRefPic->pScreenBlockFeatureStorage, in WelsMdP16x8() 1064 pCurLayer->pRefPic->pScreenBlockFeatureStorage, in WelsMdP8x16() 1100 pCurDqLayer->pRefPic->pScreenBlockFeatureStorage, in WelsMdP8x8() 1141 pCurDqLayer->pRefPic->pScreenBlockFeatureStorage, in WelsMdP4x4() 1180 pCurDqLayer->pRefPic->pScreenBlockFeatureStorage, in WelsMdP8x4() 1220 pCurDqLayer->pRefPic->pScreenBlockFeatureStorage, in WelsMdP4x8()
|
D | encoder_ext.cpp | 2735 …SScreenBlockFeatureStorage* pScreenBlockFeatureStorage = pCurLayer->pRefPic->pScreenBlockFeatureSt… in PreprocessSliceCoding() local 2736 pFeatureSearchPreparation->pRefBlockFeature = pScreenBlockFeatureStorage; in PreprocessSliceCoding() 2738 && !pScreenBlockFeatureStorage->bRefBlockFeatureCalculated) { in PreprocessSliceCoding() 2741 pScreenBlockFeatureStorage); in PreprocessSliceCoding() 2745 …if (pFeatureSearchPreparation->bFMESwitchFlag && pScreenBlockFeatureStorage->bRefBlockFeatureCalcu… in PreprocessSliceCoding() 2746 && (!pScreenBlockFeatureStorage->iIs16x16)) { in PreprocessSliceCoding()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | picture.h | 101 SScreenBlockFeatureStorage* pScreenBlockFeatureStorage; member 117 if (NULL != pScreenBlockFeatureStorage) in SetUnref() 118 pScreenBlockFeatureStorage->bRefBlockFeatureCalculated = false; in SetUnref()
|
D | svc_motion_estimate.h | 308 SScreenBlockFeatureStorage* pScreenBlockFeatureStorage); 309 …eenBlockFeatureStorage (CMemoryAlign* pMa, SScreenBlockFeatureStorage* pScreenBlockFeatureStorage); 320 SScreenBlockFeatureStorage* pScreenBlockFeatureStorage);
|