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

  /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 311 milliseconds