Searched refs:y0 (Results 176 - 200 of 395) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/utils/
H A DSkDashPath.cpp201 SkScalar y0 = fPts[0].fY + SkScalarMul(fTangent.fY, d0); local
205 pts[0].set(x0 + fNormal.fX, y0 + fNormal.fY); // moveTo
208 pts[3].set(x0 - fNormal.fX, y0 - fNormal.fY); // lineTo
/external/chromium_org/third_party/speex/libspeex/
H A Dfilters.c502 spx_sig_t y0, y1, y2, y3; local
505 y0 = y1 = y2 = y3 = 0;
520 y0 = MAC16_16(MAC16_16(y0, a0, x11), NEG16(a0), x21);
525 y0 = ADD32(y0,MULT16_16(a0, x11-x21));
537 y0 = MAC16_16(MAC16_16(y0, a0, x10), NEG16(a0), x20);
542 y0 = ADD32(y0,MULT16_1
[all...]
/external/skia/src/utils/
H A DSkDashPath.cpp200 SkScalar y0 = fPts[0].fY + SkScalarMul(fTangent.fY, d0); local
204 pts[0].set(x0 + fNormal.fX, y0 + fNormal.fY); // moveTo
207 pts[3].set(x0 - fNormal.fX, y0 - fNormal.fY); // lineTo
/external/speex/libspeex/
H A Dfilters.c502 spx_sig_t y0, y1, y2, y3; local
505 y0 = y1 = y2 = y3 = 0;
520 y0 = MAC16_16(MAC16_16(y0, a0, x11), NEG16(a0), x21);
525 y0 = ADD32(y0,MULT16_16(a0, x11-x21));
537 y0 = MAC16_16(MAC16_16(y0, a0, x10), NEG16(a0), x20);
542 y0 = ADD32(y0,MULT16_1
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h55 const unsigned iy = quads[0]->input.y0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp145 y0(0),
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_blit.c197 info.dst.y0 = dstY0;
199 info.src.y0 = srcY0;
202 info.dst.y0 = dstY1;
204 info.src.y0 = srcY1;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatritemp.h70 GLfloat y0 = v0->attrib[FRAG_ATTRIB_WPOS][1]; variable
73 if (y0 <= y1) {
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
77 else if (y2 <= y0) {
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
85 if (y0 <= y2) {
86 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
89 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<=y1<=y0 */
92 vMin = v1; vMid = v2; vMax = v0; /* y1<=y2<=y0 */
[all...]
/external/chromium_org/third_party/qcms/src/
H A Dtransform_util.c306 double y0, y1, x0, x1; local
378 y0 = LutTable[cell0] ;
384 a = (y1 - y0) / (x1 - x0);
385 b = y0 - a * x0;
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dmodule-parsing.js62 export let y0
/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp81 int *y0 = x0; local
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h55 const unsigned iy = quads[0]->input.y0;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp145 y0(0),
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c197 info.dst.y0 = dstY0;
199 info.src.y0 = srcY0;
202 info.dst.y0 = dstY1;
204 info.src.y0 = srcY1;
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h70 GLfloat y0 = v0->attrib[FRAG_ATTRIB_WPOS][1]; variable
73 if (y0 <= y1) {
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
77 else if (y2 <= y0) {
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
85 if (y0 <= y2) {
86 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
89 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<=y1<=y0 */
92 vMin = v1; vMid = v2; vMax = v0; /* y1<=y2<=y0 */
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp25 unsigned y0 = XY >> 14; local
26 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
28 unsigned subY = y0 & 0xF;
131 unsigned y0 = XY >> 14; local
132 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
134 unsigned subY = y0 & 0xF;
652 unsigned y0 = XY >> 14; local
653 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
655 unsigned subY = y0 & 0xF;
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp25 unsigned y0 = XY >> 14; local
26 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
28 unsigned subY = y0 & 0xF;
131 unsigned y0 = XY >> 14; local
132 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
134 unsigned subY = y0 & 0xF;
652 unsigned y0 = XY >> 14; local
653 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
655 unsigned subY = y0 & 0xF;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_surface.c872 float x0, x1, y0, y1, z; local
892 (float)(info->src.y1 - info->src.y0) /
893 (float)(info->dst.y1 - info->dst.y0);
896 y0 = (float)info->src.y0 - y_range * (float)info->dst.y0;
899 y1 = y0 + 16384.0f * y_range;
903 y0 *= (float)(1 << nv50_miptree(src)->ms_y);
923 PUSH_DATA (push, (info->dst.y1 << 16) | info->dst.y0);
929 PUSH_DATAf(push, y0);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c958 float x0, x1, y0, y1; local
984 (float)(info->src.y1 - info->src.y0) /
985 (float)(info->dst.y1 - info->dst.y0);
988 y0 = (float)info->src.y0 - y_range * (float)info->dst.y0;
991 y1 = y0 + 16384.0f * y_range;
995 y0 *= (float)(1 << nv50_miptree(src)->ms_y);
1012 PUSH_DATA (push, (info->dst.y1 << 16) | info->dst.y0);
1020 PUSH_DATAf(push, y0);
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_surface.c872 float x0, x1, y0, y1, z; local
892 (float)(info->src.y1 - info->src.y0) /
893 (float)(info->dst.y1 - info->dst.y0);
896 y0 = (float)info->src.y0 - y_range * (float)info->dst.y0;
899 y1 = y0 + 16384.0f * y_range;
903 y0 *= (float)(1 << nv50_miptree(src)->ms_y);
923 PUSH_DATA (push, (info->dst.y1 << 16) | info->dst.y0);
929 PUSH_DATAf(push, y0);
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c958 float x0, x1, y0, y1; local
984 (float)(info->src.y1 - info->src.y0) /
985 (float)(info->dst.y1 - info->dst.y0);
988 y0 = (float)info->src.y0 - y_range * (float)info->dst.y0;
991 y1 = y0 + 16384.0f * y_range;
995 y0 *= (float)(1 << nv50_miptree(src)->ms_y);
1012 PUSH_DATA (push, (info->dst.y1 << 16) | info->dst.y0);
1020 PUSH_DATAf(push, y0);
[all...]
/external/opencv/cv/src/
H A Dcvhough.cpp564 int i, j, k, x0, y0, dx0, dy0, xflag; local
600 y0 = i;
606 y0 = (y0 << shift) + (1 << (shift-1));
618 int gap = 0, x = x0, y = y0, dx = dx0, dy = dy0;
666 int x = x0, y = y0, dx = dx0, dy = dy0;
910 int sx, sy, x0, y0, x1, y1, r, k; local
932 y0 = cvRound((y*idp)*ONE) + ONE + (ONE/2);
937 y0 += min_radius * sy;
939 for( x1 = x0, y1 = y0,
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Ddwt.c425 rh = l_cur_res->y1 - l_cur_res->y0;
427 rh1 = l_last_res->y1 - l_last_res->y0;
430 cas_col = l_cur_res->y0 & 1;
551 if( mr < ( w = (OPJ_UINT32)(r->y1 - r->y0) ) )
567 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - tr->y0); /* height of the resolution level computed */
588 rh = (OPJ_UINT32)(tr->y1 - tr->y0);
600 v.cas = tr->y0 % 2;
840 OPJ_UINT32 rh = (OPJ_UINT32)(res->y1 - res->y0); /* height of the resolution level computed */
849 OPJ_UINT32 bufsize = (OPJ_UINT32)((tilec->x1 - tilec->x0) * (tilec->y1 - tilec->y0));
858 rh = (OPJ_UINT32)(res->y1 - res->y0); /* heigh
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgamma.c881 int y0, y1; local
892 y0 = LutTable[i];
895 if (y0 <= y1) { // Increasing
896 if (In >= y0 && In <= y1) return i;
899 if (y1 < y0) { // Decreasing
900 if (In >= y1 && In <= y0) return i;
908 y0 = LutTable[i];
911 if (y0 <= y1) { // Increasing
912 if (In >= y0 && In <= y1) return i;
915 if (y1 < y0) { // Decreasin
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DLayers3DView.js603 var y0 = -(event.clientY - this._canvasElement.totalOffsetTop()) * window.devicePixelRatio; variable
612 var t = rect.intersectWithLine(projectionMatrix, x0, y0);
912 var y0 = quad[1];
921 var firstSidePointY = y0 + ratioX * (y1 - y0);
948 * Intersects quad with given transform matrix and line l(t) = (x0, y0, t)
951 * @param {!number} y0
954 intersectWithLine: function(matrix, x0, y0)
970 var t = -(D + A * x0 + B * y0) / C;
972 var pt = new WebInspector.Geometry.Vector(x0, y0,
[all...]

Completed in 1680 milliseconds

1234567891011>>