Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp422 uint8_t* pTmpRef = NULL, *pTmpCur = NULL, *pTmpRefScroll = NULL; in GomComplexityAnalysisInter() local
438 pTmpRef = pPtrX; in GomComplexityAnalysisInter()
445 iInterSad = m_pSadFunc (pTmpCur, iStrideY, pTmpRef, iStrideX); in GomComplexityAnalysisInter()
450 pTmpRefScroll = pTmpRef - iScrollMvY * iStrideX + iScrollMvX; in GomComplexityAnalysisInter()
480 pTmpRef += 16; in GomComplexityAnalysisInter()