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