Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp227 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/
Dgrfmt_jpeg2000.cpp247 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/
Djas_image.c1145 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()
Djpc_enc.c395 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/
Djas_image.h375 #define jas_image_cmpthstep(image, cmptno) \ macro