Lines Matching refs:xend
246 int xend = jas_image_cmptbrx( 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()
293 int xend = jas_image_cmptbrx( image, cmpt ); in readComponent8u() local
314 for( x = 0; x < xend - xstart; x++ ) in readComponent8u()
320 for( x = 0; x < xend - xstart; x++ ) in readComponent8u()
327 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in readComponent8u()
333 for( x = 0, j = 0; x < xend - xstart; j++ ) in readComponent8u()
342 for( x = 0; x < xend - xstart; x++ ) in readComponent8u()
357 int xend = jas_image_cmptbrx( image, cmpt ); in readComponent16u() local
378 for( x = 0; x < xend - xstart; x++ ) in readComponent16u()
384 for( x = 0; x < xend - xstart; x++ ) in readComponent16u()
391 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in readComponent16u()
397 for( x = 0, j = 0; x < xend - xstart; j++ ) in readComponent16u()
406 for( x = 0; x < xend - xstart; x++ ) in readComponent16u()