Searched refs:sStride (Results 1 – 1 of 1) sorted by relevance
169 const int sStride = state.sourceStride; in copyRoutine() local180 Pointer<Byte> s = src + y * sStride; in copyRoutine()197 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()207 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()305 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()315 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()509 Pointer<Byte> s = src + y * sStride + x0 * sBytes; in copyRoutine()