Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/jasper/
Djas_image.h314 #define jas_image_width(image) \ macro
/external/opencv3/3rdparty/libjasper/
Djp2_enc.c175 ihdr->width = jas_image_width(image); in jp2_write_header()
Djpc_enc.c582 cp->refgrdwidth = cp->imgareatlx + jas_image_width(image); in cp_create()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp118 m_width = jas_image_width( m_image ); in ReadHeader()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp124 m_width = jas_image_width( image ); in readHeader()