Home
last modified time | relevance | path

Searched refs:pScreenBlockFeatureStorage (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp677 SScreenBlockFeatureStorage* pScreenBlockFeatureStorage) { in RequestScreenBlockFeatureStorage() argument
693pScreenBlockFeatureStorage->pTimesOfFeatureValue = (uint32_t*)pMa->WelsMallocz (kiListSize * sizeo… in RequestScreenBlockFeatureStorage()
695 …WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pTimesOfFeature… in RequestScreenBlockFeatureStorage()
697pScreenBlockFeatureStorage->pLocationOfFeature = (uint16_t**)pMa->WelsMallocz (kiListSize * sizeof… in RequestScreenBlockFeatureStorage()
699 …WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pLocationOfFeat… in RequestScreenBlockFeatureStorage()
701pScreenBlockFeatureStorage->pLocationPointer = (uint16_t*)pMa->WelsMallocz (2 * kiFrameSize * size… in RequestScreenBlockFeatureStorage()
703 …WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pLocationPointe… in RequestScreenBlockFeatureStorage()
705pScreenBlockFeatureStorage->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 …]
Dpicture_handle.cpp113 …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()
Dsvc_base_layer_md.cpp985 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()
Dencoder_ext.cpp2735 …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/
Dpicture.h101 SScreenBlockFeatureStorage* pScreenBlockFeatureStorage; member
117 if (NULL != pScreenBlockFeatureStorage) in SetUnref()
118 pScreenBlockFeatureStorage->bRefBlockFeatureCalculated = false; in SetUnref()
Dsvc_motion_estimate.h308 SScreenBlockFeatureStorage* pScreenBlockFeatureStorage);
309 …eenBlockFeatureStorage (CMemoryAlign* pMa, SScreenBlockFeatureStorage* pScreenBlockFeatureStorage);
320 SScreenBlockFeatureStorage* pScreenBlockFeatureStorage);