Searched refs:pTopMacroPixel (Results 1 – 1 of 1) sorted by relevance
100 const YUYVpixel* pTopMacroPixel = (YUYVpixel*)&topSrcRow[cellCol]; in fillNV21FromYUYV() local104 const uint8_t uValue = (pTopMacroPixel->U + pBotMacroPixel->U) >> 1; in fillNV21FromYUYV()105 const uint8_t vValue = (pTopMacroPixel->V + pBotMacroPixel->V) >> 1; in fillNV21FromYUYV()108 yTopRow[cellCol*2] = pTopMacroPixel->Y1; in fillNV21FromYUYV()109 yTopRow[cellCol*2+1] = pTopMacroPixel->Y2; in fillNV21FromYUYV()