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

  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 121 int cntcmpts = 0; // count the known components local
133 cntcmpts++;
136 if( cntcmpts )
138 m_iscolor = (cntcmpts > 1);
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 127 int cntcmpts = 0; // count the known components local
136 cntcmpts++;
139 if( cntcmpts )
141 m_type = CV_MAKETYPE(depth <= 8 ? CV_8U : CV_16U, cntcmpts > 1 ? 3 : 1);

Completed in 179 milliseconds