Lines Matching refs:xstep
247 int xstep = jas_image_cmpthstep( image, cmptlut[i] ); in readData() local
249 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep ); in readData()
252 … if( !jas_image_readcmpt( image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) in readData()
294 int xstep = jas_image_cmpthstep( image, cmpt ); in readComponent8u() local
311 if( xstep == 1 ) in readComponent8u()
326 else if( xstep == 2 && offset == 0 ) in readComponent8u()
337 for( x1 = x + xstep; x < x1; x++ ) in readComponent8u()
358 int xstep = jas_image_cmpthstep( image, cmpt ); in readComponent16u() local
375 if( xstep == 1 ) in readComponent16u()
390 else if( xstep == 2 && offset == 0 ) in readComponent16u()
401 for( x1 = x + xstep; x < x1; x++ ) in readComponent16u()