Searched refs:jas_image_cmpthstep (Results 1 – 5 of 5) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 227 int xstep = jas_image_cmpthstep( m_image, cmptlut[i] ); in ReadData() 265 int xstep = jas_image_cmpthstep( m_image, cmpt ); in ReadComponent8u() 327 int xstep = jas_image_cmpthstep( m_image, cmpt ); in ReadComponent16u()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg2000.cpp | 247 int xstep = jas_image_cmpthstep( image, cmptlut[i] ); in readData() 294 int xstep = jas_image_cmpthstep( image, cmpt ); in readComponent8u() 358 int xstep = jas_image_cmpthstep( image, cmpt ); in readComponent16u()
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_image.c | 1145 hstep = jas_image_cmpthstep(image, 0); in jas_image_ishomosamp() 1149 if (jas_image_cmpthstep(image, i) != hstep || in jas_image_ishomosamp() 1310 minhstep = jas_image_cmpthstep(inimage, 0); in jas_image_chclrspc() 1313 hstep = jas_image_cmpthstep(inimage, i); in jas_image_chclrspc() 1332 hstep = jas_image_cmpthstep(inimage, 0); in jas_image_chclrspc()
|
D | jpc_enc.c | 395 if (jas_image_cmptbrx(image, cmptno) + jas_image_cmpthstep(image, cmptno) <= in cp_create() 402 hsteplcm *= jas_image_cmpthstep(image, cmptno); in cp_create() 411 ccp->sampgrdstepx = jas_image_cmpthstep(image, cmptno); in cp_create()
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_image.h | 375 #define jas_image_cmpthstep(image, cmptno) \ macro
|