Searched refs:pBotMacroPixel (Results 1 – 2 of 2) sorted by relevance
92 const YUYVpixel* pBotMacroPixel = (YUYVpixel*)&botSrcRow[cellCol]; in fillNV21FromYUYV() local95 const uint8_t uValue = (pTopMacroPixel->U + pBotMacroPixel->U) >> 1; in fillNV21FromYUYV()96 const uint8_t vValue = (pTopMacroPixel->V + pBotMacroPixel->V) >> 1; in fillNV21FromYUYV()101 yBotRow[cellCol * 2] = pBotMacroPixel->Y1; in fillNV21FromYUYV()102 yBotRow[cellCol * 2 + 1] = pBotMacroPixel->Y2; in fillNV21FromYUYV()
105 const YUYVpixel* pBotMacroPixel = (YUYVpixel*)&botSrcRow[cellCol]; in fillNV21FromYUYV() local108 const uint8_t uValue = (pTopMacroPixel->U + pBotMacroPixel->U) >> 1; in fillNV21FromYUYV()109 const uint8_t vValue = (pTopMacroPixel->V + pBotMacroPixel->V) >> 1; in fillNV21FromYUYV()114 yBotRow[cellCol * 2] = pBotMacroPixel->Y1; in fillNV21FromYUYV()115 yBotRow[cellCol * 2 + 1] = pBotMacroPixel->Y2; in fillNV21FromYUYV()