Searched defs:xstep (Results 1 – 2 of 2) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_exr.cpp | 207 int xstep; in ReadData() local 401 void GrFmtExrReader::UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample ) in UpSample() 427 void GrFmtExrReader::UpSampleX( float *data, int xstep, int xsample ) in UpSampleX() 445 void GrFmtExrReader::UpSampleY( uchar *data, int xstep, int ystep, int ysample ) in UpSampleY()
|
D | grfmt_jpeg2000.cpp | 227 int xstep = jas_image_cmpthstep( m_image, cmptlut[i] ); in ReadData() local 265 int xstep = jas_image_cmpthstep( m_image, cmpt ); in ReadComponent8u() local 327 int xstep = jas_image_cmpthstep( m_image, cmpt ); in ReadComponent16u() local
|