Home
last modified time | relevance | path

Searched refs:jas_image_readcmpt (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libjasper/jasper/
Djas_image.h416 int jas_image_readcmpt(jas_image_t *image, int cmptno,
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp232 … if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) in ReadData()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp252 … if( !jas_image_readcmpt( image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) in readData()
/external/opencv3/3rdparty/libjasper/
Djas_image.c404 int jas_image_readcmpt(jas_image_t *image, int cmptno, jas_image_coord_t x, in jas_image_readcmpt() function
Djpc_enc.c2081 if (jas_image_readcmpt(image, cmptno, tlx - cmpttlx, tly - cmpttly, in tcmpt_create()