Searched refs:pBotMacroPixel (Results 1 – 1 of 1) sorted by relevance
124 const YUYVpixel* pBotMacroPixel = (YUYVpixel*)&botSrcRow[cellCol]; in fillNV21FromYUYV() local127 const uint8_t uValue = (pTopMacroPixel->U + pBotMacroPixel->U) >> 1; in fillNV21FromYUYV()128 const uint8_t vValue = (pTopMacroPixel->V + pBotMacroPixel->V) >> 1; in fillNV21FromYUYV()133 yBotRow[cellCol*2] = pBotMacroPixel->Y1; in fillNV21FromYUYV()134 yBotRow[cellCol*2+1] = pBotMacroPixel->Y2; in fillNV21FromYUYV()