Home | History | Annotate | Download | only in highgui

Lines Matching defs:xend

226                     int xend = jas_image_cmptbrx( 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 ))
264 int xend = jas_image_cmptbrx( m_image, cmpt );
285 for( x = 0; x < xend - xstart; x++ )
291 for( x = 0; x < xend - xstart; x++ )
298 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ )
304 for( x = 0, j = 0; x < xend - xstart; j++ )
313 for( x = 0; x < xend - xstart; x++ )
326 int xend = jas_image_cmptbrx( m_image, cmpt );
347 for( x = 0; x < xend - xstart; x++ )
353 for( x = 0; x < xend - xstart; x++ )
360 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ )
366 for( x = 0, j = 0; x < xend - xstart; j++ )
375 for( x = 0; x < xend - xstart; x++ )