Searched defs:xstep (Results 1 - 19 of 19) sorted by relevance

/external/libpng/contrib/examples/
H A Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; local
268 xstep = PNG_PASS_COL_OFFSET(pass);
275 ystep = xstep = 1;
303 px < width; px += xstep, ++ppx) if (x == px)
/external/mesa3d/src/mesa/swrast/
H A Ds_linetemp.h77 GLint xstep, ystep; local
177 xstep = -1;
186 xstep = 1;
318 x0 += xstep;
371 x0 += xstep;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp207 int xstep; local
210 xstep = m_native_depth ? 4 : 1;
314 UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling );
316 UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling );
318 UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling );
321 UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling );
379 UpSampleY( data, 3, step / xstep, m_blue->ySampling );
381 UpSampleY( data + xstep,
401 UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample ) argument
427 UpSampleX( float *data, int xstep, int xsample ) argument
445 UpSampleY( uchar *data, int xstep, int ystep, int ysample ) argument
[all...]
H A Dgrfmt_jpeg2000.cpp227 int xstep = jas_image_cmpthstep( m_image, cmptlut[i] ); local
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 ); local
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 ); local
344 if( xstep == 1 )
359 else if( xstep
[all...]
/external/opencv3/3rdparty/libjasper/
H A Djpc_t2cod.c234 int xstep; local
246 pi->xstep = 0;
252 xstep = picomp->hsamp * (1 << (pirlvl->prcwidthexpn +
256 pi->xstep = (!pi->xstep) ? xstep : JAS_MIN(pi->xstep, xstep);
268 pi->xstep - (pi->x % pi->xstep)) {
326 int xstep; local
[all...]
H A Djpc_t2cod.h180 int xstep; member in struct:__anon15235
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_exr.cpp199 int xstep; local
202 xstep = m_native_depth ? 4 : 1;
306 UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling );
308 UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling );
310 UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling );
313 UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling );
369 UpSampleY( data, 3, step / xstep, m_blue->ySampling );
371 UpSampleY( data + xstep,
391 UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample ) argument
417 UpSampleX( float *data, int xstep, int xsample ) argument
435 UpSampleY( uchar *data, int xstep, int ystep, int ysample ) argument
[all...]
H A Dgrfmt_jpeg2000.cpp247 int xstep = jas_image_cmpthstep( image, cmptlut[i] ); local
249 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep );
252 if( !jas_image_readcmpt( image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer ))
294 int xstep = jas_image_cmpthstep( image, cmpt ); local
311 if( xstep == 1 )
326 else if( xstep == 2 && offset == 0 )
337 for( x1 = x + xstep; x < x1; x++ )
358 int xstep = jas_image_cmpthstep( image, cmpt ); local
375 if( xstep == 1 )
390 else if( xstep
[all...]
/external/opencv3/modules/viz/src/
H A Dclouds.cpp285 int xstep = (cloud.cols > 1 && cloud.rows > 1) ? sqlevel : level; local
304 for (; srow < send; srow += xstep * s_chs, nrow += xstep * n_chs)
323 for (; srow < send; srow += xstep * s_chs, nrow += xstep * n_chs)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c661 int xstep[MAX_PLANES]; local
680 xstep[i] = -(plane[i].dcdx << TILE_ORDER);
743 cx[i] += xstep[i];
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1075 int xstep, ystep; local
1099 xstep = -1;
1102 xstep = 1;
1138 x0 += xstep;
1164 x0 += xstep;
/external/libpng/contrib/libtests/
H A Dpngvalid.c3659 png_uint_32 xin, xout, xstep; local
3669 xstep = 1U<<PNG_PASS_COL_SHIFT(pass);
3671 for (xout=0; xin<w; xin+=xstep)
3688 png_uint_32 xin, xout, xstep; local
3691 xstep = 1U<<PNG_PASS_COL_SHIFT(pass);
3693 for (xin=0; xout<w; xout+=xstep)
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 278 milliseconds