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