Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djp2_enc.c120 sgnd = jas_image_cmptsgnd(image, 0); in jp2_write_header()
123 if (jas_image_cmptsgnd(image, i) != sgnd || in jp2_write_header()
178 ihdr->bpc = allcmptssame ? JP2_SPTOBPC(jas_image_cmptsgnd(image, 0), in jp2_write_header()
202 bpcc->bpcs[cmptno] = JP2_SPTOBPC(jas_image_cmptsgnd(image, in jp2_write_header()
Djas_image.c1323 …if (jas_image_sampcmpt(inimage, i, i + 1, 0, 0, minhstep, minvstep, jas_image_cmptsgnd(inimage, i)… in jas_image_chclrspc()
1391 incmptfmts[i].sgnd = jas_image_cmptsgnd(inimage, j); in jas_image_chclrspc()
1407 outcmptfmts[i].sgnd = jas_image_cmptsgnd(outimage, j); in jas_image_chclrspc()
Djpc_enc.c417 ccp->sgnd = jas_image_cmptsgnd(image, cmptno); in cp_create()
601 jas_image_cmptsgnd(image, cmptno) != jas_image_cmptsgnd(image, 0) || in cp_create()
/external/opencv3/3rdparty/libjasper/jasper/
Djas_image.h367 #define jas_image_cmptsgnd(image, cmptno) \ macro
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp222 int offset = jas_image_cmptsgnd( m_image, cmptlut[i] ) ? maxval / 2 : 0; in ReadData()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp242 int offset = jas_image_cmptsgnd( image, cmptlut[i] ) ? maxval / 2 : 0; in readData()