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

  /external/opencv3/3rdparty/libjasper/jasper/
jas_cm.h 99 #define jas_clrspc_fam(clrspc) ((clrspc) >> 8) macro
  /external/opencv3/3rdparty/libjasper/
jp2_enc.c 256 switch (jas_clrspc_fam(jas_image_clrspc(image))) {
425 switch (jas_clrspc_fam(colorspace)) {
jpc_enc.c 610 if (mctvalid && enablemct && jas_clrspc_fam(jas_image_clrspc(image)) != JAS_CLRSPC_FAM_RGB) {
613 if (mctvalid && enablemct && jas_clrspc_fam(jas_image_clrspc(image)) == JAS_CLRSPC_FAM_RGB) {
    [all...]
jas_cm.c     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 169 convert = (jas_clrspc_fam( jas_image_clrspc( m_image ) ) != JAS_CLRSPC_FAM_GRAY);
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 189 convert = (jas_clrspc_fam( jas_image_clrspc( image ) ) != JAS_CLRSPC_FAM_GRAY);

Completed in 171 milliseconds