Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp661 pFeatureSearchPreparation->uiFMEGoodFrameCount = FMESWITCH_DEFAULT_GOODFRAME_NUM; in RequestFeatureSearchPreparation()
1035 … UpdateFMEGoodFrameCount (const uint32_t iAvMBNormalizedRDcostDown, uint8_t& uiFMEGoodFrameCount) { in UpdateFMEGoodFrameCount() argument
1039 if (uiFMEGoodFrameCount < FMESWITCH_GOODFRAMECOUNT_MAX) in UpdateFMEGoodFrameCount()
1040 ++ uiFMEGoodFrameCount; in UpdateFMEGoodFrameCount()
1042 if (uiFMEGoodFrameCount > 0) in UpdateFMEGoodFrameCount()
1043 -- uiFMEGoodFrameCount; in UpdateFMEGoodFrameCount()
1049 …dFrameCount (iAvMBNormalizedRDcostDown, pCurLayer->pFeatureSearchPreparation->uiFMEGoodFrameCount); in UpdateFMESwitch()
Dencoder_ext.cpp2730 …rchPreparation->bFMESwitchFlag = CalcFMESwitchFlag (pFeatureSearchPreparation->uiFMEGoodFrameCount, in PreprocessSliceCoding()
2763 pCurLayer->pFeatureSearchPreparation->uiFMEGoodFrameCount = FMESWITCH_DEFAULT_GOODFRAME_NUM; in PreprocessSliceCoding()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_frame.h67 uint8_t uiFMEGoodFrameCount; member
Dsvc_motion_estimate.h350 inline bool CalcFMESwitchFlag (const uint8_t uiFMEGoodFrameCount, const int32_t iHighFreMbPrecentag… in CalcFMESwitchFlag() argument
352 return (bScrollingDetected || (uiFMEGoodFrameCount > 0 && iAvgMbSAD > FMESWITCH_MBSAD_THRESHOLD)); in CalcFMESwitchFlag()