Searched refs:pTmpCur (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 363 uint8_t* pTmpCur = NULL; in GomComplexityAnalysisIntra() local 375 pTmpCur = pPtrY; in GomComplexityAnalysisIntra() 380 m_pIntraFunc[0] (iMemPredMb, pTmpCur, iStrideY); in GomComplexityAnalysisIntra() 381 iBlockSadH = m_pSadFunc (pTmpCur, iStrideY, iMemPredMb, 16); in GomComplexityAnalysisIntra() 384 m_pIntraFunc[1] (iMemPredMb, pTmpCur, iStrideY); in GomComplexityAnalysisIntra() 385 iBlockSadV = m_pSadFunc (pTmpCur, iStrideY, iMemPredMb, 16); in GomComplexityAnalysisIntra() 390 pTmpCur += 16; in GomComplexityAnalysisIntra() 422 uint8_t* pTmpRef = NULL, *pTmpCur = NULL, *pTmpRefScroll = NULL; in GomComplexityAnalysisInter() local 439 pTmpCur = pPtrY; in GomComplexityAnalysisInter() 445 iInterSad = m_pSadFunc (pTmpCur, iStrideY, pTmpRef, iStrideX); in GomComplexityAnalysisInter() [all …]
|