Home
last modified time | relevance | path

Searched refs:m_ComplexityAnalysisParam (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp273 WelsMemset (&m_ComplexityAnalysisParam, 0, sizeof (m_ComplexityAnalysisParam)); in CComplexityAnalysisScreen()
310 bool bScrollFlag = m_ComplexityAnalysisParam.sScrollResult.bScrollDetectFlag; in Process()
311 int32_t iIdrFlag = m_ComplexityAnalysisParam.iIdrFlag; in Process()
312 int32_t iScrollMvX = m_ComplexityAnalysisParam.sScrollResult.iScrollMvX; in Process()
313 int32_t iScrollMvY = m_ComplexityAnalysisParam.sScrollResult.iScrollMvY; in Process()
315 if (m_ComplexityAnalysisParam.iMbRowInGom <= 0) in Process()
336 m_ComplexityAnalysisParam = * (SComplexityAnalysisScreenParam*)pParam; in Set()
345 * (SComplexityAnalysisScreenParam*)pParam = m_ComplexityAnalysisParam; in Get()
372 m_ComplexityAnalysisParam.iFrameComplexity = 0; in GomComplexityAnalysisIntra()
392 …if (i == iBlockWidth - 1 && ((j + 1) % m_ComplexityAnalysisParam.iMbRowInGom == 0 || j == iBlockHe… in GomComplexityAnalysisIntra()
[all …]
DComplexityAnalysis.h101 SComplexityAnalysisScreenParam m_ComplexityAnalysisParam; variable