Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.h79 SComplexityAnalysisParam m_sComplexityAnalysisParam;
DComplexityAnalysis.cpp78 m_sComplexityAnalysisParam = * (SComplexityAnalysisParam*)pParam; in Set()
88 SComplexityAnalysisParam* sComplexityAnalysisParam = (SComplexityAnalysisParam*)pParam; in Get()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h231 } SComplexityAnalysisParam; typedef
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h83 SComplexityAnalysisParam sComplexityAnalysisParam;
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp887 SComplexityAnalysisParam* sComplexityAnalysisParam = & (pVaaInfo->sComplexityAnalysisParam); in AnalyzePictureComplexity()