Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp366 uint8_t* pPtrY = NULL; in GomComplexityAnalysisIntra() local
374 pPtrY = (uint8_t*)pSrc->pPixel[0]; in GomComplexityAnalysisIntra()
382 pTmpCur = pPtrY; in GomComplexityAnalysisIntra()
407 pPtrY += iRowStrideY; in GomComplexityAnalysisIntra()
425 uint8_t* pPtrX = NULL, *pPtrY = NULL; in GomComplexityAnalysisInter() local
434 pPtrY = (uint8_t*)pSrc->pPixel[0]; in GomComplexityAnalysisInter()
446 pTmpCur = pPtrY; in GomComplexityAnalysisInter()
491 pPtrY += iRowStrideY; in GomComplexityAnalysisInter()