Lines Matching refs:xstep
227 int xstep = jas_image_cmpthstep( m_image, cmptlut[i] ); in ReadData() local
229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep ); in ReadData()
232 … if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) in ReadData()
265 int xstep = jas_image_cmpthstep( m_image, cmpt ); in ReadComponent8u() local
282 if( xstep == 1 ) in ReadComponent8u()
297 else if( xstep == 2 && offset == 0 ) in ReadComponent8u()
308 for( x1 = x + xstep; x < x1; x++ ) in ReadComponent8u()
327 int xstep = jas_image_cmpthstep( m_image, cmpt ); in ReadComponent16u() local
344 if( xstep == 1 ) in ReadComponent16u()
359 else if( xstep == 2 && offset == 0 ) in ReadComponent16u()
370 for( x1 = x + xstep; x < x1; x++ ) in ReadComponent16u()