Searched refs:vCol (Results 1 – 1 of 1) sorted by relevance
88 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32() local89 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()