HomeSort by relevance Sort by last modified time
    Searched full:rmax (Results 1 - 19 of 19) sorted by null

  /frameworks/base/libs/rs/java/Fountain/res/raw/
fountain.c 14 float rMax = ((float)rate) * 0.005f;
24 vec2Rand((float *)&np->delta.x, rMax);
fountain2.rs 35 float rMax = ((float)rate) * 0.005f;
45 np->delta = vec2Rand(rMax);
  /external/webkit/WebCore/svg/
SVGRadialGradientElement.cpp 136 float rMax = 0.99f * radius;
142 if (sqrt(dfx * dfx + dfy * dfy) > rMax) {
145 dfx = cosf(angle) * rMax;
146 dfy = sinf(angle) * rMax;
  /sdk/eclipse/scripts/
gen_icon.py 41 rmax = zoom/2
  /device/samsung/crespo/alsa-lib/src/control/
tlv.c 140 long rmin, rmax; local
145 &rmin, &rmax);
151 if (rmax > *max)
152 *max = rmax;
155 *max = rmax;
  /system/core/libpixelflinger/
trap.cpp 178 GGLcoord rmin, GGLcoord rmax, GGLcoord rr)
181 if (d2 >= rmax) return 0;
238 GGLcoord rmax = (rad + sqr2Over2)*(rad + sqr2Over2); local
247 covPtr[i] = coverageNice(x, y, rmin, rmax, rr);
260 GGLcoord rmin, GGLcoord rmax, GGLcoord scale)
263 if (d2 >= rmax) return 0;
303 GGLcoord rmax = rad + sqr2Over2; local
306 rmax *= rmax;
307 scale = 0x800000 / (rmax - rmin)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 100 rmax = pointer to max(<s[i]*s[j]>), (Word32)
107 rmax contains the newly calculated max(<s[i]*s[j]>)
184 Word32 *rmax, // o : max(<s[i]*s[j]>)
234 *rmax = max;
302 Word32 *rmax, /* o : max(<s[i]*s[j]>) */
378 *rmax = max;
482 rmax = pointer to max(<s[i]*s[j]>), (Word32)
490 rmax contains the newly calculated max(<s[i]*s[j]>)
561 rmax = rmax
    [all...]
p_ol_wgh.cpp 422 rmax = pointer to max(<s[i]*s[j]>), (Word32)
430 rmax contains the newly calculated max(<s[i]*s[j]>)
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 135 vec3_t rmin, rmax; local
151 VectorCopy (max, rmax);
169 rmax[0] = rmax[1] = rmax[2] = -9999;
190 if (transformed[l] > rmax[l])
191 rmax[l] = transformed[l];
200 VectorCopy (rmax, e->u.v.maxs);
    [all...]
  /external/qemu/
console.h 90 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
console.c     [all...]
vnc-android.c     [all...]
vnc.c     [all...]
i386-dis.c 380 #define RMAX { OP_REG, ax_reg }
    [all...]
  /external/bison/src/
vcg.c 126 g->rmax = G_RMAX;
837 if (g->rmax != G_RMAX)
838 fprintf (fout, "\trmax:\t%d\n", g->rmax);
vcg.h 913 int rmax; member in struct:graph
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 82 // For h263 or short header mode, the bit variation is within (-2*Rmax*1001/3000, 2*Rmax*1001/3000)
451 // For h263 or short header mode, the bit variation is within (-2*Rmax*1001/3000, 2*Rmax*1001/3000)
    [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 57 #define RMAX 14.0
    [all...]
  /external/libxml2/
xmlschemas.c     [all...]

Completed in 3158 milliseconds