Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp396 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcCalculateIdrQp()
462 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcCalculatePictureQp()
1066 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcUpdateIntraComplexity()
1101 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcUpdateFrameComplexity()
1312 int64_t iFrameCplx = pVaa->sComplexityScreenParam.iFrameComplexity; in WelRcPictureInitScc()
1385 …Bits = WELS_DIV_ROUND64 ((((int64_t)iFrameBits * iQstep)), pVaa->sComplexityScreenParam.iFrameComp… in WelsRcPictureInfoUpdateScc()
Dwels_preprocess.cpp835 SComplexityAnalysisScreenParam* sComplexityAnalysisParam = &pVaaExt->sComplexityScreenParam; in AnalyzePictureComplexity()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h107 SComplexityAnalysisScreenParam sComplexityScreenParam; member