Home
last modified time | relevance | path

Searched refs:y3 (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioResamplerCubic.h43 int32_t a, b, c, y0, y1, y2, y3; member
56 p->y2 = p->y3; in advance()
57 p->y3 = in; in advance()
58 p->a = (3 * (p->y1 - p->y2) - p->y0 + p->y3) >> 1; in advance()
59 p->b = (p->y2 << 1) + p->y0 - (((5 * p->y1 + p->y3)) >> 1); in advance()
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dconvolve5x5.fs35 uint32_t y3 = min((int32_t)y+1, gHeight-1);
56 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
57 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19];
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dconvolve5x5.fs35 uint32_t y3 = min((int32_t)y+1, gHeight-1);
56 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
57 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19];
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dconvolve5x5.fs35 uint32_t y3 = min((int32_t)y+1, gHeight-1);
56 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
57 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19];
/frameworks/base/graphics/java/android/graphics/
DPath.java312 float x3, float y3) { in cubicTo() argument
314 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in cubicTo()
323 float x3, float y3) { in rCubicTo() argument
325 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in rCubicTo()
637 float x2, float y2, float x3, float y3); in native_cubicTo() argument
639 float x2, float y2, float x3, float y3); in native_rCubicTo() argument
/frameworks/base/libs/hwui/
DFontRenderer.h127 float x3, float y3, float u3, float v3,
131 float x3, float y3, float u3, float v3,
135 float x3, float y3, float u3, float v3,
DFontRenderer.cpp449 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuadNoClip() argument
457 x3, y3, u3, v3, x4, y4, u4, v4); in appendMeshQuadNoClip()
461 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuad() argument
469 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendMeshQuad()
473 mBounds->top = fmin(mBounds->top, y3); in appendMeshQuad()
484 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendRotatedMeshQuad() argument
487 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendRotatedMeshQuad()
491 mBounds->top = fmin(mBounds->top, fmin(y1, fmin(y2, fmin(y3, y4)))); in appendRotatedMeshQuad()
493 mBounds->bottom = fmax(mBounds->bottom, fmax(y1, fmax(y2, fmax(y3, y4)))); in appendRotatedMeshQuad()
/frameworks/base/libs/hwui/font/
DCacheTexture.h150 float x3, float y3, float u3, float v3, in addQuad() argument
155 TextureVertex::set(mesh++, x3, y3, u3, v3); in addQuad()
/frameworks/base/media/mca/filterfw/jni/
Djni_shader_program.cpp152 jfloat y3) { in Java_android_filterfw_core_ShaderProgram_setSourceRegion() argument
155 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3))); in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
170 jfloat y3) { in Java_android_filterfw_core_ShaderProgram_setTargetRegion() argument
173 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3))); in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
Djni_shader_program.h73 jfloat y3);
85 jfloat y3);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java272 float x2, float y2, float x3, float y3) { in native_cubicTo() argument
278 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3); in native_cubicTo()
283 float x2, float y2, float x3, float y3) { in native_rCubicTo() argument
289 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3); in native_rCubicTo()
674 float x3, float y3) { in cubicTo() argument
675 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3); in cubicTo()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicConvolve5x5.cpp120 const void *y2, const void *y3, const void *y4,
137 uint32_t y3 = rsMin((int32_t)p->y+1, (int32_t)(p->dimY-1)); in kernel() local
143 const uchar4 *py3 = (const uchar4 *)(pin + stride * y3); in kernel()
/frameworks/base/core/jni/android/graphics/
DPath.cpp135 …nv, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { in cubicTo__FFFFFF() argument
141 SkScalar y3_ = SkFloatToScalar(y3); in cubicTo__FFFFFF()
145 …nv, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { in rCubicTo() argument
151 SkScalar y3_ = SkFloatToScalar(y3); in rCubicTo()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DShaderProgram.java266 float x2, float y2, float x3, float y3); in setSourceRegion() argument
269 float x2, float y2, float x3, float y3); in setTargetRegion() argument
/frameworks/rs/driver/
DrsdGL.h95 float x3, float y3, float z3, float u3, float v3,
DrsdGL.cpp544 float x3, float y3, float z3, float u3, float v3, in rsdGLDrawQuadTexCoords() argument
547 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4}; in rsdGLDrawQuadTexCoords()
DrsdRuntimeStubs.cpp261 float x3, float y3, float z3, float u3, float v3, in SC_DrawQuadTexCoords() argument
280 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4}; in SC_DrawQuadTexCoords()
295 float x3, float y3, float z3, in SC_DrawQuad() argument
299 x3, y3, z3, 1, 0, in SC_DrawQuad()
/frameworks/rs/scriptc/
Drs_graphics.rsh257 * @param y3
266 float x3, float y3, float z3,
285 * @param y3
298 float x3, float y3, float z3, float u3, float v3,
/frameworks/base/services/input/tests/
DInputReader_test.cpp3973 int32_t x3 = 700, y3 = 300; in TEST_F() local
3976 processPosition(mapper, x3, y3); in TEST_F()
3997 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4005 x3 += 30; y3 -= 20; in TEST_F()
4006 processPosition(mapper, x3, y3); in TEST_F()
4027 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4048 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4071 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4190 int32_t x3 = 700, y3 = 300; in TEST_F() local
4194 processPosition(mapper, x3, y3); in TEST_F()
[all …]
/frameworks/rs/
DrsFont.h251 float x3, float y3, float z3,
DrsFont.cpp669 float x3, float y3, float z3, in appendMeshQuad() argument
701 (*currentPos++) = y3; in appendMeshQuad()
/frameworks/base/core/java/android/view/
DViewGroup.java2782 int x2, int y2, int x3, int y3, in fillDifference() argument
2788 int y4 = y3 + dy2; in fillDifference()
2791 fillRect(canvas, paint, x1, y2, x2, y3); in fillDifference()
2792 fillRect(canvas, paint, x3, y2, x4, y3); in fillDifference()
2793 fillRect(canvas, paint, x1, y3, x4, y4); in fillDifference()
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr204 ��<ء酙���8�S3���OR����Z�ܼ؀<~wxM;6�Ř���9�}��"t�y3����e�<�{���=+T�ȴ�%��.Q"4.x����`<��/�ε:D…