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

  /external/opencv3/3rdparty/libjasper/jasper/
jas_cm.h 118 #define JAS_CLRSPC_SGRAY jas_clrspc_create(JAS_CLRSPC_FAM_GRAY, 1)
  /external/opencv3/3rdparty/libjasper/
jp2_enc.c 221 case JAS_CLRSPC_SGRAY:
475 case JAS_CLRSPC_SGRAY:
jp2_dec.c 582 return JAS_CLRSPC_SGRAY;
jas_icc.c     [all...]
jpc_dec.c 267 jas_image_setclrspc(dec->image, JAS_CLRSPC_SGRAY);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 170 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY?
420 jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB );
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 190 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY? (GENGRAY fails on Win.)
459 jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB );

Completed in 248 milliseconds