Searched defs:ystep (Results 1 - 18 of 18) sorted by relevance

/external/libpng/contrib/examples/
H A Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; local
269 ystep = PNG_PASS_ROW_OFFSET(pass);
275 ystep = xstep = 1;
282 for (py = ystart; py < height; py += ystep)
/external/mesa3d/src/mesa/swrast/
H A Ds_linetemp.h77 GLint xstep, ystep; local
197 ystep = -1;
206 ystep = 1;
331 y0 += ystep;
358 y0 += ystep;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp208 int ystep; local
215 ystep = 0;
220 ystep = step;
232 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep,
233 12, ystep, m_blue->xSampling, m_blue->ySampling, 0.0 ));
239 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 4,
240 12, ystep, m_green->xSampling, m_green->ySampling, 0.0 ));
246 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 8,
247 12, ystep, m_red->xSampling, m_red->ySampling, 0.0 ));
255 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep,
401 UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample ) argument
445 UpSampleY( uchar *data, int xstep, int ystep, int ysample ) argument
[all...]
H A Dgrfmt_jpeg2000.cpp225 int ystep = jas_image_cmptvstep( 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 ))
269 int ystep = jas_image_cmptvstep( m_image, cmpt ); local
279 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );
311 y1 = y + ystep;
331 int ystep = jas_image_cmptvstep( m_image, cmpt ); local
341 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );
373 y1 = y + ystep;
/external/python/cpython2/Modules/
H A Dimgfile.c96 int yfirst, ylast, ystep; local
144 ystep = -1;
148 ystep = 1;
150 for ( y=yfirst; y != ylast && !error_called; y += ystep ) {
258 int yfirst, ylast, ystep; local
341 ystep = -1;
345 ystep = 1;
347 for ( y=yfirst; y != ylast && !error_called; y += ystep ) {
404 int yfirst, ylast, ystep; local
445 ystep
[all...]
H A Dimageop.c125 int ix, iy, xstep, ystep; local
140 ystep = (newy1 < newy2)? 1 : -1;
151 newy2 += ystep;
153 for( iy = newy1; iy != newy2; iy+=ystep ) {
/external/libcups/filter/
H A Drastertoepson.c81 unsigned type, unsigned xstep, unsigned ystep);
415 unsigned ystep) /* I - Y resolution */
438 if (ystep == 5)
586 putchar((int)ystep);
745 unsigned xstep, ystep; /* X & Y resolutions */ local
752 ystep = 3600 / header->HWResolution[1];
778 CompressData(Planes[plane], bytes, plane, header->cupsCompression, xstep, ystep);
410 CompressData(const unsigned char *line, unsigned length, unsigned plane, unsigned type, unsigned xstep, unsigned ystep) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c866 int64_t ystep[MAX_PLANES]; local
885 ystep[i] = ((int64_t)plane[i].dcdy) << TILE_ORDER;
953 c[i] += ystep[i];
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1097 int xstep, ystep; local
1131 ystep = -1;
1134 ystep = 1;
1179 y0 += ystep;
1193 y0 += ystep;
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp976 // int ystep = factor > 2. ? 1 : 2;
1008 // strip_count = MAX(MIN(sz1.height/ystep, max_threads*3), 1);
1010 // strip_size = (strip_size / ystep)*ystep;
1040 // int y1 = i*strip_size, y2 = (i+1)*strip_size/* - ystep + 1*/;
1054 // positive = (ssz.width/ystep)*((ssz.height + ystep-1)/ystep);
1055 // memset( mask1.data.ptr + y1*mask1.step, ystep == 1, mask1.height*mask1.step);
1057 // if( ystep >
1159 const double ystep = MAX( 2, factor ); local
[all...]
H A Dcvhaar.cpp948 int ystep = factor > 2. ? 1 : 2; local
980 strip_count = MAX(MIN(sz1.height/ystep, max_threads*3), 1);
982 strip_size = (strip_size / ystep)*ystep;
1012 int y1 = i*strip_size, y2 = (i+1)*strip_size/* - ystep + 1*/;
1026 positive = (ssz.width/ystep)*((ssz.height + ystep-1)/ystep);
1027 memset( mask1.data.ptr + y1*mask1.step, ystep == 1, mask1.height*mask1.step);
1029 if( ystep >
1127 const double ystep = MAX( 2, factor ); local
[all...]
/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 717 milliseconds