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

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 205 int y1 = r.y; local
212 y1 += insets.top;
216 gc.drawRect(x1, y1, x2, y2);
  /external/aac/libFDK/src/
qmf.cpp 496 FIXP_QMF x0, x1, y0, y1; local
501 y1 = timeIn[L2 - 2 - i] >> 1;
504 rSubband[i+1] = x1 - y1;
506 iSubband[i+1] = x1 + y1;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.cpp 258 float y1 = releaseFrames * releaseZone1; local
264 // match the evenly spaced x values as follows: (y1 : x == 0, y2 : x == 1, y3 : x == 2, y4 : x == 3)
265 float kA = 0.9999999999999998f*y1 + 1.8432219684323923e-16f*y2 - 1.9373394351676423e-16f*y3 + 8.824516011816245e-18f*y4;
266 float kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2 - 0.9141194204840429f*y3 + 0.1623677525612032f*y4;
267 float kC = 0.5334142869106424f*y1 - 1.272736789213631f*y2 + 0.9258856042207512f*y3 - 0.18656310191776226f*y4;
268 float kD = 0.08783463138207234f*y1 - 0.1694162967925622f*y2 + 0.08588057951595272f*y3 - 0.00429891410546283f*y4;
269 float kE = -0.042416883008123074f*y1 + 0.1115693827987602f*y2 - 0.09764676325265872f*y3 + 0.028494263462021576f*y4;
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.cpp 68 int64_t y1 = y; local
71 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
74 y1 >>= 1;
79 t = -y1;
91 y1 = -t;
93 t = x1 - y1;
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 352 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BITS) + 1; local
363 y1 += VP9_INTERP_EXTEND;
369 y0 < 0 || y0 > frame_height - 1 || y1 < 0 || y1 > frame_height - 1) {
373 x0, y0, x1 - x0 + 1, y1 - y0 + 1, frame_width,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_yuv.c 555 uint8_t y0, y1, u, v; local
567 y1 = (value >> 24) & 0xff;
573 util_format_yuv_to_rgb_float(y1, u, v, &dst[0], &dst[1], &dst[2]);
588 y1 = (value >> 24) & 0xff;
611 uint8_t y0, y1, u, v; local
623 y1 = (value >> 24) & 0xff;
629 util_format_yuv_to_rgb_8unorm(y1, u, v, &dst[0], &dst[1], &dst[2]);
644 y1 = (value >> 24) & 0xff;
666 uint8_t y0, y1, u, v; local
670 uint8_t y0, y1, u0, u1, v0, v1, u, v local
727 uint8_t y0, y1, u, v; local
731 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
808 uint8_t y0, y1, u, v; local
864 uint8_t y0, y1, u, v; local
919 uint8_t y0, y1, u, v; local
923 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
980 uint8_t y0, y1, u, v; local
984 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 872 float x0, x1, y0, y1, z; local
892 (float)(info->src.y1 - info->src.y0) /
893 (float)(info->dst.y1 - info->dst.y0);
899 y1 = y0 + 16384.0f * y_range;
904 y1 *= (float)(1 << nv50_miptree(src)->ms_y);
923 PUSH_DATA (push, (info->dst.y1 << 16) | info->dst.y0);
943 PUSH_DATAf(push, y1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 958 float x0, x1, y0, y1; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c 529 VGfloat x1, y1; local
541 y1 = 0;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 478 float x0, y0, x1, y1; local
491 y1 = dy + height;
497 add_vertex_1tex(r, x1, y1, s1, t1);
498 add_vertex_1tex(r, x0, y1, s0, t1);
532 int x0, int y0, int x1, int y1, float *color)
536 * x0, y0, x1, y1, color[0], color[1], color[2], color[3]); */
545 add_vertex_color(r, x1, y1, color);
547 add_vertex_color(r, x0, y1, color);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_state.c 542 int x1, y1, x2, y2; local
551 y1 = ctx->DrawBuffer->Height - (y + h);
553 y2 = y1 + h - 1;
554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
560 y1 = y;
563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
567 y1 = CLAMP(y1, 0, ctx->DrawBuffer->Height - 1);
571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
574 i830->state.Buffer[I830_DESTREG_SR1] = (y1 << 16) | (x1 & 0xffff)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 112 int x1, y1, x2, y2; local
123 y1 = ctx->DrawBuffer->Height - (y + h);
125 y2 = y1 + h - 1;
128 y1 = y;
135 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gf2m.c 390 BN_ULONG x1, x0, y1, y0, zz[4]; local
412 y1 = ((j+1) == b->top) ? 0 : b->d[j+1];
417 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 22 float y1 = SkFixedToFloat(fFirstY); local
25 float numer = (x2 - x1) * (y1 - y0) - (x1 - x0) * (y2 - y1);
26 float denom = (x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1);
    [all...]
  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 30 SkScalar y1 = p1.y(), y2 = p2.y(), y3 = p3.y(), y4 = p4.y(); local
32 SkScalar d = SkScalarMul(x1 - x2, y3 - y4) - SkScalarMul(y1 - y2, x3 - x4);
39 SkScalar pre = SkScalarMul(x1, y2) - SkScalarMul(y1, x2),
43 SkScalarDiv(SkScalarMul(pre, y3 - y4) - SkScalarMul(y1 - y2, post), d));
48 res.y() < GrMin(y1, y2) || res.y() > GrMax(y1, y2) ||
  /external/chromium_org/ui/gfx/
canvas.cc 314 int y1 = std::min(rect.y(), rect.bottom()); local
316 DrawLine(Point(x1, y1), Point(x2, y1), paint);
318 DrawLine(Point(x1, y1), Point(x1, y2), paint);
319 DrawLine(Point(x2, y1), Point(x2, y2 + 1), paint);
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 529 const int y1 = deRoundFloatToInt32(float(height)*(pointIter->y()*0.5f + 0.5f) + pointIter->z()*0.5f); local
531 const int h = y1-y0;
es2fStencilTests.cpp 211 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight()); local
243 sglr::drawQuad(context, m_shaderID, Vec3(x0, y0, op.depth), Vec3(x1, y1, op.depth));
  /external/deqp/modules/gles3/functional/
es3fStencilTests.cpp 214 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight()); local
246 sglr::drawQuad(context, m_shaderID, Vec3(x0, y0, op.depth), Vec3(x1, y1, op.depth));
  /external/fdlibm/
e_pow.c 108 double y1,t1,t2,r,s,t,u,v,w; local
258 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
259 y1 = y;
260 __LO(y1) = 0;
261 p_l = (y-y1)*t1+y*t2;
262 p_h = y1*t1;
  /external/icu/icu4c/source/i18n/
nfrs.cpp 67 int64_t y1 = y; local
70 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
73 y1 >>= 1;
78 t = -y1;
90 y1 = -t;
92 t = x1 - y1;
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 51 double n1=0.0, y1=0.0, expn1, expy1; local
57 y1 = uprv_modf(value1, &n1);
60 if(y1 != expy1 || n1 != expn1){
62 expn1, n1, expy1, y1);
65 log_verbose("[float] x = %f n = %f y = %f\n", value1, n1, y1);
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 352 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BITS) + 1; local
363 y1 += VP9_INTERP_EXTEND;
369 y0 < 0 || y0 > frame_height - 1 || y1 < 0 || y1 > frame_height - 1) {
373 x0, y0, x1 - x0 + 1, y1 - y0 + 1, frame_width,
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.c 555 uint8_t y0, y1, u, v; local
567 y1 = (value >> 24) & 0xff;
573 util_format_yuv_to_rgb_float(y1, u, v, &dst[0], &dst[1], &dst[2]);
588 y1 = (value >> 24) & 0xff;
611 uint8_t y0, y1, u, v; local
623 y1 = (value >> 24) & 0xff;
629 util_format_yuv_to_rgb_8unorm(y1, u, v, &dst[0], &dst[1], &dst[2]);
644 y1 = (value >> 24) & 0xff;
666 uint8_t y0, y1, u, v; local
670 uint8_t y0, y1, u0, u1, v0, v1, u, v local
727 uint8_t y0, y1, u, v; local
731 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
808 uint8_t y0, y1, u, v; local
864 uint8_t y0, y1, u, v; local
919 uint8_t y0, y1, u, v; local
923 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
980 uint8_t y0, y1, u, v; local
984 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
    [all...]

Completed in 1161 milliseconds

1 2 3 4 5 6 78 91011>>