Lines Matching refs:sd
676 const uchar* sd = img.ptr(line);
678 buf[i] = sd[i] + offset;
682 const unsigned short *sd = img.ptr<unsigned short>(line);
684 buf[i] = sd[i] + offset;
688 const int *sd = img.ptr<int>(line); // FIXME 64-bit problems
690 buf[i] = (unsigned) sd[i] + offset;
699 const uchar* sd = img.ptr(line);
701 buf[i] = sd[i];
705 const unsigned short *sd = img.ptr<unsigned short>(line);
707 buf[i] = sd[i];