Home
last modified time | relevance | path

Searched refs:bRefBlockFeatureCalculated (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dpicture.h56 bool bRefBlockFeatureCalculated; // flag of whether pre-process is done member
118 pScreenBlockFeatureStorage->bRefBlockFeatureCalculated = false; in SetUnref()
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp715 pScreenBlockFeatureStorage->bRefBlockFeatureCalculated = false; in RequestScreenBlockFeatureStorage()
872 pScreenBlockFeatureStorage->bRefBlockFeatureCalculated = CalculateFeatureOfBlock (pFunc, pRef, in PerformFMEPreprocess()
875 if (pScreenBlockFeatureStorage->bRefBlockFeatureCalculated) { in PerformFMEPreprocess()
Dencoder_ext.cpp2738 && !pScreenBlockFeatureStorage->bRefBlockFeatureCalculated) { in PreprocessSliceCoding()
2745 …pFeatureSearchPreparation->bFMESwitchFlag && pScreenBlockFeatureStorage->bRefBlockFeatureCalculated in PreprocessSliceCoding()