Searched refs:xmax (Results 1 - 25 of 30) sorted by relevance

12

/external/libgsm/src/
H A Drpe.c267 word xmax, xmaxc, temp, temp1, temp2; local
271 /* Find the maximum absolute value xmax of xM[0..12].
274 xmax = 0;
278 if (temp > xmax) xmax = temp;
281 /* Qantizing and coding of xmax to get xmaxc.
285 temp = SASR( xmax, 9 );
301 xmaxc = gsm_add( SASR(xmax, temp), exp << 3 );
/external/e2fsprogs/intl/
H A Dxsize.h88 xmax (size_t size1, size_t size2) function
/external/opencv/cv/src/
H A Dcvshapedescr.cpp1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; local
1206 if( j > xmax )
1207 xmax = j;
1212 xmax -= offset;
1222 if( j > xmax )
1223 xmax = j;
1227 k_min = MAX(j-1, xmax);
1241 xmax = k;
1259 xmax += offset;
1283 xmin = xmax
[all...]
H A Dcvimgwarp.cpp210 int cn, int xmax, \
221 xmax *= cn; \
250 for( dx = 0; dx < xmax; dx++ ) \
420 int cn, int xmin, int xmax, \
427 xmin *= cn; xmax *= cn; \
486 for( ; dx < xmax; dx++ ) \
583 int cn, int xmax, const CvResizeAlpha* xofs,
589 int cn, int xmin, int xmax,
806 int xmax = dsize.width, width = dsize.width*cn, buf_size; local
846 if( xmax >
890 int xmin = dsize.width, xmax = -1; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
H A DSDL_sysjoystick.c141 int xmax; member in struct:joystick_hwdata
283 hw->xmax = 0;
421 if (joy->hwdata->x > joy->hwdata->xmax) {
422 joy->hwdata->xmax = joy->hwdata->x;
424 if (joy->hwdata->xmin == joy->hwdata->xmax) {
426 joy->hwdata->xmax++;
429 v -= (joy->hwdata->xmax + joy->hwdata->xmin + 1)/2;
430 v *= 32768/((joy->hwdata->xmax - joy->hwdata->xmin + 1)/2);
/external/qemu/hw/
H A Dgoldfish_fb.c255 int xmin, ymin, xmax, ymax; member in struct:__anon10961
284 rect->xmax = rect->ymax = INT_MIN;
430 if (xx2 > rect->xmax) rect->xmax = xx2;
521 rect.xmax = width-1;
534 rect.xmax += 1;
538 rect.ymin, rect.ymax-rect.ymin, rect.xmin, rect.xmax-rect.xmin);
541 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin);
/external/quake/quake/src/WinQuake/
H A Dwq.bat7 if x%1==xmax goto max
H A Dgl_rmain.cpp1011 float xmin, xmax, ymin, ymax; local
1017 xmax = ymax * aspect;
1019 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar );
1027 GLdouble xmin, xmax, ymin, ymax; local
1033 xmax = ymax * aspect;
1035 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar );
H A Dscreen.cpp531 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon11847
567 pcx->xmax = LittleShort((short)(width-1));
H A Dgl_warp.cpp410 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon11715
448 || pcx->xmax >= 320
461 count = (pcx->xmax+1) * (pcx->ymax+1);
466 pix = pcx_rgb + 4*y*(pcx->xmax+1);
/external/quake/quake/src/QW/client/
H A Dskin.c144 || pcx->xmax >= 320
161 for (x=0 ; x<=pcx->xmax ; )
188 if (runLength + x > pcx->xmax + 2) {
H A Dgl_rmain.c912 float xmin, xmax, ymin, ymax; local
918 xmax = ymax * aspect;
920 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar );
928 GLdouble xmin, xmax, ymin, ymax; local
934 xmax = ymax * aspect;
936 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar );
H A Dclient.h496 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon11311
H A Dgl_warp.c361 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon11354
399 || pcx->xmax >= 320
412 count = (pcx->xmax+1) * (pcx->ymax+1);
417 pix = pcx_rgb + 4*y*(pcx->xmax+1);
/external/jpeg/
H A Drdrle.c115 width = source->header.xmax - source->header.xmin + 1;
118 source->header.xmax = width-1;
H A Dwrrle.c189 header.xmax = cinfo->output_width - 1;
/external/qemu/distrib/jpeg-6b/
H A Drdrle.c115 width = source->header.xmax - source->header.xmin + 1;
118 source->header.xmax = width-1;
H A Dwrrle.c189 header.xmax = cinfo->output_width - 1;
/external/libvpx/vp8/encoder/
H A Dssim.c45 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local
57 for (x = xmin; x <= xmax; ++x)
/external/bison/src/
H A Dvcg.h579 /* xmax, ymax specify the maximal size of the virtual window that is
582 greater than xmax and ymax. Only those parts of the graph are drawn
587 int xmax;
586 int xmax; member in struct:graph
H A Dvcg.c72 g->xmax = G_XMAX; /* Not output. */
683 if (g->xmax != G_XMAX)
684 fprintf (fout, "\txmax:\t%d\n", g->xmax);
/external/qemu/android/skin/
H A Dargb.h267 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local
272 if (xmax > sx2) xmax = sx2;
276 ww = (unsigned)(xmax-xmin);
/external/webp/src/enc/
H A Dfilter.c255 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local
260 for (x = xmin; x <= xmax; ++x) {
/external/webp/src/dsp/
H A Dlossless.c388 const int xmax = (tile_size <= width - col_start) ? local
406 for (x = 0; x < xmax; ++x) {
443 const int xmax = (tile_size <= width - col_start) ? local
454 for (x = 0; x < xmax; ++x) {
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1000 int xmin, xmax, ymin, ymax;
1018 xmin = xmax = v[0].x;
1031 xmax = MAX( xmax, p.x );
1057 xmax = (xmax + delta) >> shift;
1061 if( npts < 3 || xmax < 0 || ymax < 0 || xmin >= size.width || ymin >= size.height )

Completed in 387 milliseconds

12