Home
last modified time | relevance | path

Searched refs:cntcmpts (Results 1 – 2 of 2) sorted by relevance

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