HomeSort by relevance Sort by last modified time
    Searched refs:y0 (Results 251 - 275 of 575) sorted by null

<<11121314151617181920>>

  /external/pixman/pixman/
pixman-bits-image.c 78 int y0 = pixman_fixed_to_int (y - pixman_fixed_e); local
83 repeat (image->common.repeat, &y0, image->height);
85 return get_pixel (image, x0, y0, FALSE);
89 return get_pixel (image, x0, y0, TRUE);
696 pixman_fixed_t x0, y0; local
703 y0 = ((pixman_fixed_48_16_t)y << 16) / w;
708 y0 = 0;
712 &image->bits, x0, y0, fetch_pixel_general);
1059 int width, height, x0, y0; local
1068 y0 = pixman_fixed_to_int (y - pixman_fixed_e)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 181 function lin_solve2(x, x0, y, y0, a, c)
189 y[currentRow] = y0[currentRow];
207 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
216 function diffuse2(x, x0, y, y0, dt)
219 lin_solve2(x, x0, y, y0, a, 1 + 4 * a);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_line.c 550 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
560 bbox.y1 < bbox.y0) {
575 bbox.y0 = MAX2(bbox.y0, 0);
700 plane[6].c = 1-scissor->y0;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_clear.c 137 float x0, float y0, float x1, float y1, GLfloat z,
152 vertices[0][0][1] = y0;
155 vertices[1][0][1] = y0;
203 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f; local
212 x0, y0,
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
  /external/chromium_org/v8/benchmarks/
navier-stokes.js 163 function lin_solve2(x, x0, y, y0, a, c)
171 y[currentRow] = y0[currentRow];
189 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
198 function diffuse2(x, x0, y, y0, dt)
201 lin_solve2(x, x0, y, y0, a, 1 + 4 * a);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 550 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
560 bbox.y1 < bbox.y0) {
575 bbox.y0 = MAX2(bbox.y0, 0);
700 plane[6].c = 1-scissor->y0;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 137 float x0, float y0, float x1, float y1, GLfloat z,
152 vertices[0][0][1] = y0;
155 vertices[1][0][1] = y0;
203 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f; local
212 x0, y0,
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_ver_quarter.s 41 y0 RN 3 label
99 CMP y0, #0
100 BLT do_fill ;// (y0 < 0)
102 ADD tmp6, y0, partH ;// (y0+partHeight)
103 ADD tmp6, tmp6, #5 ;// (y0+partH+5)
124 STR x0,[sp,#0x1f0] ;// y0 = 0
131 LDR y0 ,[sp,#0x1f0] ;// y0
133 MLA tmp6, width, y0, x0 ;// y0*width+x
    [all...]
  /frameworks/base/core/java/android/util/
PathParser.java 507 float y0,
521 /* Transform (x0, y0) and (x1, y1) into unit space */
523 double x0p = (x0 * cosTheta + y0 * sinTheta) / a;
524 double y0p = (-x0 * sinTheta + y0 * cosTheta) / b;
543 drawArc(p, x0, y0, x1, y1, a * adjust,
579 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep);
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 559 const int y0 = deRoundFloatToInt32(float(height)*(pointIter->y()*0.5f + 0.5f) - pointIter->z()*0.5f); local
563 const int h = y1-y0;
573 const int dy = y0+yo;
835 const float y0 = -1.0f + quadY*h; local
839 m_positions[vtxNdx+0] = tcu::Vec4(x0, y0, 0.0f, 1.0f);
840 m_positions[vtxNdx+1] = tcu::Vec4(x0+w, y0+h, 0.0f, 1.0f);
841 m_positions[vtxNdx+2] = tcu::Vec4(x0, y0+h, 0.0f, 1.0f);
845 m_positions[vtxNdx+0] = tcu::Vec4(x0+w, y0+h, 0.0f, 1.0f);
846 m_positions[vtxNdx+1] = tcu::Vec4(x0, y0, 0.0f, 1.0f);
847 m_positions[vtxNdx+2] = tcu::Vec4(x0+w, y0, 0.0f, 1.0f)
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.c 80 const void *y0, const void *y1, const void *y2,
100 p0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y0)), _mm_setzero_si128());
101 p1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y0+1)), _mm_setzero_si128());
102 p2 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y0+2)), _mm_setzero_si128());
103 p3 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y0+3)), _mm_setzero_si128());
135 y0 = (const char *)y0 + 8;
596 void rsdIntrinsicConvolve5x5_K(void *dst, const void *y0, const void *y1,
640 p0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*(int32_t *)y0), _mm_setzero_si128());
641 p1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y0+1)), _mm_setzero_si128())
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 196 // [y0 y1 y2]
203 double y0 = qPts[0].fY; local
208 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2;
258 a3 = y2-y0;
260 a5 = x2*y0-x0*y2;
262 a6 = y0-y1;
264 a8 = x0*y1-x1*y0;
308 // k = (y2 - y0, x0 - x2, (x2 - x0)*y0 - (y2 - y0)*x0
    [all...]
  /external/skia/src/gpu/
GrPathUtils.cpp 196 // [y0 y1 y2]
203 double y0 = qPts[0].fY; local
208 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2;
258 a3 = y2-y0;
260 a5 = x2*y0-x0*y2;
262 a6 = y0-y1;
264 a8 = x0*y1-x1*y0;
308 // k = (y2 - y0, x0 - x2, (x2 - x0)*y0 - (y2 - y0)*x0
    [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];*/
94 y0=*y++;
104 part1 = MULT16_16(*x,y0);
109 y0=*y++;
113 part4 = MAC16_16(part4,*x,y0);
118 part3 = MAC16_16(part3,*x,y0);
123 part2 = MAC16_16(part2,*x,y0);
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
synthesis-sbc.c 478 OI_INT32 y0, y1, y2, y3; local
487 y0 = -SCALE(f1 + f3, DCT_SHIFT);
502 out[6] = (OI_INT16)y0;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameOverview.js 272 var y0 = Math.floor(windowHeight - frame.duration * scale) + 0.5;
278 this._context.lineTo(x, y0);
279 this._context.lineTo(x + width, y0);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.cc 309 const uint8* y0 = frame0->GetYPlane(); local
317 if (0 != memcmp(y0, y1, frame0->GetWidth())) {
320 y0 += frame0->GetYPitch();
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 127 int y0 = deFloorFloatToInt32(v-0.5f); local
128 int y1 = y0+1;
132 int j0 = de::clamp(y0, 0, h-1);
tcuTexLookupVerifier.cpp 106 static void lookupQuad (ColorQuad& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y0, int y1, int z)
108 dst.p00 = lookup<float>(level, sampler, x0, y0, z);
109 dst.p10 = lookup<float>(level, sampler, x1, y0, z);
405 for (float y0 = yBounds0.x(); y0 < yBounds0.y()+searchStep; y0 += searchStep)
408 const float b0 = de::min(y0, yBounds0.y());
456 for (float y0 = yBounds0.x(); y0 < yBounds0.y()+searchStep; y0 += searchStep
664 const int y0 = wrap(sampler.wrapT, j , h); local
725 const int y0 = wrap(sampler.wrapT, j , h); local
1025 const int y0 = wrap(sampler.wrapT, j0 , h0); local
1050 const int y0 = wrap(sampler.wrapT, j1 , h1); local
1132 const int y0 = wrap(sampler.wrapT, j0 , h0); local
1164 const int y0 = wrap(sampler.wrapT, j1 , h1); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconintra.c 336 int x0, y0; local
359 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
367 if (y0 + bs <= frame_height) {
371 const int extend_bottom = frame_height - y0;
  /external/chromium_org/third_party/mesa/src/include/VG/
vgu.h 79 VGfloat x0, VGfloat y0,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_fs_exec.c 124 (float)quad->input.x0, (float)quad->input.y0,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_priv.h 254 int x0, int y0, int x1, int y1, float *color);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp.h 192 uint32_t y0; member in class:brw_blorp_params
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 325 int x0, y0; local
348 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
356 if (y0 + bs <= frame_height) {
360 const int extend_bottom = frame_height - y0;

Completed in 307 milliseconds

<<11121314151617181920>>