HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 176 - 200 of 368) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/services/camera/libcameraservice/
FakeCamera.cpp 235 uint8_t y0, y1, u, v; local
247 y1 = y_tab[(temp>>SHIFT1) + ((pixels>>3) & 0x00FC)];
263 tempY[1] = y1;
  /frameworks/rs/
rsRuntime.h 61 float x1, float y1, float z1, float u1, float v1,
66 float x1, float y1, float z1,
72 void rsrDrawRect(Context *, Script *, float x1, float y1, float x2, float y2, float z);
  /external/clang/test/SemaTemplate/
instantiate-method.cpp 82 int *y1 = x1; // expected-error{{no viable conversion}} local
  /external/libvpx/vp8/common/
blockd.h 55 ENTROPY_CONTEXT y1[4]; member in struct:__anon8415
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 132 void WebThemeControlDRTWin::line(int x0, int y0, int x1, int y1, SkColor color)
137 SkIntToScalar(x1), SkIntToScalar(y1),
142 int x1, int y1,
153 path.lineTo(SkIntToScalar(x1), SkIntToScalar(y1));
  /frameworks/rs/driver/
rsdGL.h 93 float x1, float y1, float z1, float u1, float v1,
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 315 public static int hyp(int x1, int y1, int x2, int y2) {
319 if ((y2 -= y1) < 0) {
  /external/opencv/cv/src/
cvtemplmatch.cpp 208 int x1 = MAX( 0, x0 ), y1 = MAX( 0, y0 ), x2, y2; local
221 src = cvGetSubRect( img, &sstub, cvRect(x1,y1,x2-x1,y2-y1) );
226 if( x2 - x1 < isz.width || y2 - y1 < isz.height )
228 cvRect( x1 - x0, y1 - y0, x2 - x1, y2 - y1 ));
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf );
244 cvCopyMakeBorder( dst1, dst, cvPoint(x1 - x0, y1 - y0), IPL_BORDER_REPLICATE );
cvsegmentation.cpp 445 int x0 = j, y0 = i, x1, y1, iter; local
520 y1 = cvRound(sy*icount);
525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) +
529 x0 = x1; y0 = y1;
  /external/skia/src/core/
SkBitmapProcState_sample.h 185 unsigned y1 = data & 0x3FFF; local
196 const SRCTYPE* SK_RESTRICT row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 20 var y1 = From.V[1];
23 var dy = Math.abs(y2 - y1);
25 var y = y1;
35 if (y2 >= y1) { IncY1 = 1; IncY2 = 1; }
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 20 var y1 = From.V[1];
23 var dy = Math.abs(y2 - y1);
25 var y = y1;
35 if (y2 >= y1) { IncY1 = 1; IncY2 = 1; }
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 161 int y1 = m_coords[3].calcMinValue(height); local
162 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
  /external/webkit/Source/WebKit/android/plugins/
ANPCanvasInterface.cpp 109 float x1, float y1, const ANPPaint* paint) {
111 SkFloatToScalar(x1), SkFloatToScalar(y1), *paint);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.cpp 407 y1 = Adaptive codebook, buffer type Word16
409 g_coeff = Correlations <xn y1> <y1 y1>
442 coeff[0] = y1 y1
443 coeff[1] = -2 xn y1
446 coeff[4] = 2 y1 y2
450 Product <y1 y1> and <xn y1> have been computed in G_pitch() an
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 81 public void setY(float y1) {
82 y = y1;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1,
268 private native boolean setTargetRegion(float x0, float y0, float x1, float y1,
  /external/icu4c/test/cintltst/
putiltst.c 34 double n1=0.0, y1=0.0, expn1, expy1; local
40 y1 = uprv_modf(value1, &n1);
43 if(y1 != expy1 || n1 != expn1){
45 expn1, n1, expy1, y1);
48 log_verbose("[float] x = %f n = %f y = %f\n", value1, n1, y1);
  /external/srec/srec/cfront/
spec_anl.c 422 float x1, y1, b, c, wscale; local
442 y1 = x1 < wscale ? (float)x1 / wscale : (float)1.0;
444 b = y1 < 1.0 ? (float)((1.0 - x1) / (1.0 - y1)) : (float)0.0;
448 nsE = (int)(y1 * (ns - 1));
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 154 float y1 = b.y() - a.y(); local
159 float dot01 = x0 * x1 + y0 * y1;
161 float dot11 = x1 * x1 + y1 * y1;
162 float dot12 = x1 * x2 + y1 * y2;
  /external/opencv/cxcore/src/
cxdrawing.cpp 56 int y1; member in struct:CvPolyEdge
89 int x1, y1, x2, y2; local
99 x1 = pt1->x; y1 = pt1->y; x2 = pt2->x; y2 = pt2->y;
100 c1 = (x1 < 0) + (x1 > right) * 2 + (y1 < 0) * 4 + (y1 > bottom) * 8;
110 x1 += (int) (((int64) (a - y1)) * (x2 - x1) / (y2 - y1));
111 y1 = a;
117 x2 += (int) (((int64) (a - y2)) * (x2 - x1) / (y2 - y1));
126 y1 += (int) (((int64) (a - x1)) * (y2 - y1) / (x2 - x1))
    [all...]
  /external/speex/libspeex/
ltp.c 92 spx_word16_t y0, y1, y2, y3;
93 /*y0=y[0];y1=y[1];y2=y[2];y3=y[3];*/
95 y1=*y++;
105 part2 = MULT16_16(*x,y1);
110 part1 = MAC16_16(part1,*x,y1);
115 y1=*y++;
119 part4 = MAC16_16(part4,*x,y1);
124 part3 = MAC16_16(part3,*x,y1);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 56 // x1, y1, x2, y2.
186 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {
193 translate(x1, y1);
194 scale(x2 - x1, y2 - y1, 1);
302 // {x1', y1', x2', y2'} are stored in mMapPointsBuffer and also returned.
303 private float[] mapPoints(float m[], int x1, int y1, int x2, int y2) {
306 // Multiply m and (x1 y1 0 1) to produce (x3 y3 z3 w3). z3 is unused.
307 float x3 = m[0] * x1 + m[4] * y1 + m[12];
308 float y3 = m[1] * x1 + m[5] * y1 + m[13];
309 float w3 = m[3] * x1 + m[7] * y1 + m[15]
    [all...]
  /external/aac/libAACenc/src/
metadata_compressor.cpp 135 FIXP_DBL y1; member in struct:WEIGHTING_STATES
664 FIXP_DBL x1, x2, y, y1, y2; local
680 y1 = drcComp->filter[c].y1;
694 /* y = b0 * (x - x2) - a1 * y1 - a2 * y2; */
695 y = fMult(b0,x-x2) - fMult(a1,y1) - fMult(a2,y2);
699 y2 = y1;
700 y1 = y;
713 drcComp->filter[c].y1 = y1;
    [all...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 371 public void enableClip(int x0, int y0, int x1, int y1) {
374 r.setClipRect(x0, getHeight() - y1, x1 - x0, y1 - y0);

Completed in 617 milliseconds

1 2 3 4 5 6 78 91011>>