Home | History | Annotate | Download | only in highgui

Lines Matching defs:xstep

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