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

  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 199 int cmptlut[3]; local
202 cmptlut[0] = jas_image_getcmptbytype( m_image, JAS_IMAGE_CT_RGB_B );
203 cmptlut[1] = jas_image_getcmptbytype( m_image, JAS_IMAGE_CT_RGB_G );
204 cmptlut[2] = jas_image_getcmptbytype( m_image, JAS_IMAGE_CT_RGB_R );
205 if( cmptlut[0] < 0 || cmptlut[1] < 0 || cmptlut[0] < 0 )
211 cmptlut[0] = jas_image_getcmptbytype( m_image, JAS_IMAGE_CT_GRAY_Y );
212 if( cmptlut[0] < 0 )
221 int maxval = 1 << jas_image_cmptprec( m_image, cmptlut[i] )
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 219 int cmptlut[3]; local
222 cmptlut[0] = jas_image_getcmptbytype( image, JAS_IMAGE_CT_RGB_B );
223 cmptlut[1] = jas_image_getcmptbytype( image, JAS_IMAGE_CT_RGB_G );
224 cmptlut[2] = jas_image_getcmptbytype( image, JAS_IMAGE_CT_RGB_R );
225 if( cmptlut[0] < 0 || cmptlut[1] < 0 || cmptlut[2] < 0 )
231 cmptlut[0] = jas_image_getcmptbytype( image, JAS_IMAGE_CT_GRAY_Y );
232 if( cmptlut[0] < 0 )
241 int maxval = 1 << jas_image_cmptprec( image, cmptlut[i] )
    [all...]

Completed in 403 milliseconds