Home
last modified time | relevance | path

Searched refs:SComplexityAnalysisScreenParam (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.h101 SComplexityAnalysisScreenParam m_ComplexityAnalysisParam;
DComplexityAnalysis.cpp336 m_ComplexityAnalysisParam = * (SComplexityAnalysisScreenParam*)pParam; in Set()
345 * (SComplexityAnalysisScreenParam*)pParam = m_ComplexityAnalysisParam; in Get()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h240 } SComplexityAnalysisScreenParam; typedef
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h107 SComplexityAnalysisScreenParam sComplexityScreenParam;
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp835 SComplexityAnalysisScreenParam* sComplexityAnalysisParam = &pVaaExt->sComplexityScreenParam; in AnalyzePictureComplexity()