HomeSort by relevance Sort by last modified time
    Searched refs:ncmpts (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.hpp 67 int maxval, int offset, int ncmpts );
69 int maxval, int offset, int ncmpts );
grfmt_jpeg2000.cpp 218 int ncmpts; local
227 ncmpts = 3;
234 ncmpts = 1;
239 for( int i = 0; i < ncmpts; i++ )
255 result = readComponent8u( data + i, buffer, step, cmptlut[i], maxval, offset, ncmpts );
257 result = readComponent16u( ((unsigned short *)data) + i, buffer, step / 2, cmptlut[i], maxval, offset, ncmpts );
260 i = ncmpts;
288 int maxval, int offset, int ncmpts )
317 dst[x*ncmpts] = cv::saturate_cast<uchar>(pix);
323 dst[x*ncmpts] = cv::saturate_cast<uchar>(pix)
497 int w = _img.cols, h = _img.rows, ncmpts = _img.channels(); local
521 int w = _img.cols, h = _img.rows, ncmpts = _img.channels(); local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 198 int ncmpts; local
207 ncmpts = 3;
214 ncmpts = 1;
219 for( int i = 0; i < ncmpts; i++ )
235 result = ReadComponent8u( data + i, buffer, step, cmptlut[i], maxval, offset, ncmpts );
237 result = ReadComponent16u( ((unsigned short *)data) + i, buffer, step / 2, cmptlut[i], maxval, offset, ncmpts );
240 i = ncmpts;
261 int maxval, int offset, int ncmpts )
288 dst[x*ncmpts] = CV_CAST_8U(pix);
294 dst[x*ncmpts] = CV_CAST_8U(pix)
    [all...]
grfmt_jpeg2000.h 74 int maxval, int offset, int ncmpts );
76 int maxval, int offset, int ncmpts );
95 int step, int ncmpts, int w, int h );
97 int step, int ncmpts, int w, int h );

Completed in 592 milliseconds