Searched refs:uCol (Results 1 – 1 of 1) sorted by relevance
83 unsigned uCol = (c & ~1); // uCol is always even and repeats 1:2 with Y values in copyNV21toRGB32() local84 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32()85 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()