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

/external/e2fsprogs/intl/
H A Dxsize.h88 xmax (size_t size1, size_t size2) function
/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/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/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/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/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 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);
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 );
/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/quake/quake/src/QW/client/
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 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);
H A Dclient.h496 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon11311
/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/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
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1641 SkScalar xmax = SkIntToScalar(face->bbox.xMax) / upem; local
1693 mx->fXMax = xmax;
1704 my->fXMax = xmax;
/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) {

Completed in 963 milliseconds