Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp77 uint8_t* pRefFrameY = NULL, *pCurFrameY = NULL; in Process() local
83 pRefFrameY = (uint8_t*)pRefPixMap->pPixel[0]; in Process()
96 if (pVaaCalcResults->pRefY == pRefFrameY && pVaaCalcResults->pCurY == pCurFrameY) { in Process()
100 pRefFrameTmp = pRefFrameY; in Process()
125 pRefFrameY += (iRefStride) << 4; in Process()
130 pRefFrameTmp = pRefFrameY; in Process()
141 pRefFrameY += (iRefStride) << 4; in Process()