Home
last modified time | relevance | path

Searched refs:iNeedFeatureStorage (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dpicture_handle.cpp52 bool bNeedMbInfo, int32_t iNeedFeatureStorage) { in AllocPicture() argument
112 if (iNeedFeatureStorage) { in AllocPicture()
115 … int32_t iReturn = RequestScreenBlockFeatureStorage (pMa, kiWidth, kiHeight, iNeedFeatureStorage, in AllocPicture()
Dsvc_motion_estimate.cpp641 const int32_t iNeedFeatureStorage, in RequestFeatureSearchPreparation() argument
643 const int32_t kiFeatureStrategyIndex = iNeedFeatureStorage >> 16; in RequestFeatureSearchPreparation()
644 const bool bFme8x8 = ((iNeedFeatureStorage & 0x0000FF & ME_FME) == ME_FME); in RequestFeatureSearchPreparation()
676 const int32_t iNeedFeatureStorage, in RequestScreenBlockFeatureStorage() argument
679 const int32_t kiFeatureStrategyIndex = iNeedFeatureStorage >> 16; in RequestScreenBlockFeatureStorage()
680 const int32_t kiMe8x8FME = iNeedFeatureStorage & 0x0000FF & ME_FME; in RequestScreenBlockFeatureStorage()
681 const int32_t kiMe16x16FME = ((iNeedFeatureStorage & 0x00FF00) >> 8) & ME_FME; in RequestScreenBlockFeatureStorage()
/third_party/openh264/codec/encoder/core/inc/
Dpicture_handle.h56 int32_t iNeedFeatureStorage);
Dsvc_motion_estimate.h307 const int32_t iNeedFeatureStorage,
311 const int32_t iNeedFeatureStorage,