HomeSort by relevance Sort by last modified time
    Searched refs:xmax (Results 1 - 25 of 36) sorted by null

1 2

  /external/libgsm/src/
rpe.c 267 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/
xsize.h 88 xmax (size_t size1, size_t size2) function
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 205 final float xmax = mHorizontalBound; local
209 if (x > xmax) {
210 mPosX = xmax;
211 } else if (x < -xmax) {
212 mPosX = -xmax;
  /external/opencv/cv/src/
cvshapedescr.cpp 1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; local
    [all...]
cvimgwarp.cpp 210 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++ ) \
806 int xmax = dsize.width, width = dsize.width*cn, buf_size; local
890 int xmin = dsize.width, xmax = -1; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 141 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/
goldfish_fb.c 255 int xmin, ymin, xmax, ymax; member in struct:__anon12506
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/
wq.bat 7 if x%1==xmax goto max
gl_rmain.cpp 1011 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 );
    [all...]
screen.cpp 531 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon13392
567 pcx->xmax = LittleShort((short)(width-1));
gl_warp.cpp 410 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon13260
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/
skin.c 144 || pcx->xmax >= 320
161 for (x=0 ; x<=pcx->xmax ; )
188 if (runLength + x > pcx->xmax + 2) {
gl_rmain.c 912 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 );
client.h 496 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon12856
gl_warp.c 361 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon12899
399 || pcx->xmax >= 320
412 count = (pcx->xmax+1) * (pcx->ymax+1);
417 pix = pcx_rgb + 4*y*(pcx->xmax+1);
  /system/core/libpixelflinger/
trap.cpp 742 const int xmax = c->state.scissor.right; local
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax);
959 const int xmax = c->state.scissor.right; local
960 if (xmin >= xmax) return;
981 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
997 c->iterators.xl = xmax;
1005 // compute xmin and xmax for the left edge
1012 // compute xmin and xmax for the right edge
1025 if (gglFixedToIntFloor(l_min) >= xmax) l_min = gglIntToFixed(xmax)-1
    [all...]
  /external/jpeg/
rdrle.c 115 width = source->header.xmax - source->header.xmin + 1;
118 source->header.xmax = width-1;
wrrle.c 189 header.xmax = cinfo->output_width - 1;
  /external/qemu/distrib/jpeg-6b/
rdrle.c 115 width = source->header.xmax - source->header.xmin + 1;
118 source->header.xmax = width-1;
wrrle.c 189 header.xmax = cinfo->output_width - 1;
  /external/libvpx/vp8/encoder/
ssim.c 45 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local
57 for (x = xmin; x <= xmax; ++x)
  /external/bison/src/
vcg.h 579 /* 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
    [all...]
  /external/qemu/android/skin/
argb.h 267 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/
filter.c 255 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local
260 for (x = xmin; x <= xmax; ++x) {
  /external/webp/src/dsp/
lossless.c 388 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) {
    [all...]

Completed in 2457 milliseconds

1 2