Home
last modified time | relevance | path

Searched refs:JAS_CLRSPC_FAM_GRAY (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libjasper/jasper/
Djas_cm.h110 #define JAS_CLRSPC_FAM_GRAY 3 macro
118 #define JAS_CLRSPC_SGRAY jas_clrspc_create(JAS_CLRSPC_FAM_GRAY, 1)
124 #define JAS_CLRSPC_GENGRAY jas_clrspc_create(JAS_CLRSPC_FAM_GRAY, 0)
/external/opencv3/3rdparty/libjasper/
Djp2_enc.c275 case JAS_CLRSPC_FAM_GRAY: in jp2_write_header()
458 case JAS_CLRSPC_FAM_GRAY: in jp2_gettypeasoc()
Djp2_dec.c556 case JAS_CLRSPC_FAM_GRAY: in jp2_getct()
Djas_cm.c1268 case JAS_CLRSPC_FAM_GRAY: in jas_clrspc_numchans()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp169 convert = (jas_clrspc_fam( jas_image_clrspc( m_image ) ) != JAS_CLRSPC_FAM_GRAY); in ReadData()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp189 convert = (jas_clrspc_fam( jas_image_clrspc( image ) ) != JAS_CLRSPC_FAM_GRAY); in readData()