Home | History | Annotate | Download | only in src

Lines Matching refs:uchar

61 #undef uchar
158 uchar* data = img.ptr();
286 bool Jpeg2KDecoder::readComponent8u( uchar *data, void *_buffer,
309 uchar* dst = data + (y - yoffset) * step - xoffset;
317 dst[x*ncmpts] = cv::saturate_cast<uchar>(pix);
323 dst[x*ncmpts] = cv::saturate_cast<uchar>(pix);
330 dst[x*ncmpts] = dst[(x+1)*ncmpts] = cv::saturate_cast<uchar>(pix);
336 pix = cv::saturate_cast<uchar>(pix);
338 dst[x*ncmpts] = (uchar)pix;
504 const uchar* data = _img.ptr(y);
528 const uchar* data = _img.ptr(y);