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.cpp419 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcCalculateIdrQp()
485 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcCalculatePictureQp()
1098 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcUpdateIntraComplexity()
1133 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcUpdateFrameComplexity()
1344 int64_t iFrameCplx = pVaa->sComplexityScreenParam.iFrameComplexity; in WelRcPictureInitScc()
1417 …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