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

/external/libpng/contrib/examples/
H A Dpngpixel.c245 png_uint_32 ystart, xstart, ystep, xstep; local
266 xstep = PNG_PASS_COL_OFFSET(pass);
273 ystep = xstep = 1;
301 px < width; px += xstep, ++ppx) if (x == px)
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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.c3607 png_uint_32 xin, xout, xstep; local
3614 xstep = 1U<<PNG_PASS_COL_SHIFT(pass);
3616 for (xout=0; xin<w; xin+=xstep)
3633 png_uint_32 xin, xout, xstep; local
3636 xstep = 1U<<PNG_PASS_COL_SHIFT(pass);
3638 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/aztec/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 206 milliseconds