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.cpp359 uint8_t* pPtrY = NULL; in GomComplexityAnalysisIntra() local
367 pPtrY = (uint8_t*)pSrc->pPixel[0]; in GomComplexityAnalysisIntra()
375 pTmpCur = pPtrY; in GomComplexityAnalysisIntra()
400 pPtrY += iRowStrideY; in GomComplexityAnalysisIntra()
418 uint8_t* pPtrX = NULL, *pPtrY = NULL; in GomComplexityAnalysisInter() local
427 pPtrY = (uint8_t*)pSrc->pPixel[0]; in GomComplexityAnalysisInter()
439 pTmpCur = pPtrY; in GomComplexityAnalysisInter()
484 pPtrY += iRowStrideY; in GomComplexityAnalysisInter()