Searched refs:jas_image_readcmpt (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_image.h | 416 int jas_image_readcmpt(jas_image_t *image, int cmptno,
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 232 … if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) in ReadData()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg2000.cpp | 252 … if( !jas_image_readcmpt( image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) in readData()
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_image.c | 404 int jas_image_readcmpt(jas_image_t *image, int cmptno, jas_image_coord_t x, in jas_image_readcmpt() function
|
D | jpc_enc.c | 2081 if (jas_image_readcmpt(image, cmptno, tlx - cmpttlx, tly - cmpttly, in tcmpt_create()
|