Searched refs:sourceS (Results 1 – 1 of 1) sorted by relevance
630 const unsigned short *sourceS = reinterpret_cast<const unsigned short*>(source); in TransferRow() local635 destS[4 * x + 0] = sourceS[x * 3 + 0]; in TransferRow()636 destS[4 * x + 1] = sourceS[x * 3 + 1]; in TransferRow()637 destS[4 * x + 2] = sourceS[x * 3 + 2]; in TransferRow()