/frameworks/av/services/audioflinger/ |
AudioResamplerCubic.h | 43 int32_t a, b, c, y0, y1, y2, y3; member in struct:android::AudioResamplerCubic::__anon29993 56 p->y2 = p->y3; 57 p->y3 = in; 58 p->a = (3 * (p->y1 - p->y2) - p->y0 + p->y3) >> 1; 59 p->b = (p->y2 << 1) + p->y0 - (((5 * p->y1 + p->y3)) >> 1);
|
/cts/tests/src/android/renderscript/cts/ |
intrinsic_convolve5x5.rs | 36 uint32_t y3 = min((int32_t)y+1, gHeight-1); 57 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15] 58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16] 59 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17] 60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18] 61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19]; 83 uint32_t y3 = min((int32_t)y+1, gHeight-1); 104 float3 p3 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y3)) * gCoeffs[15] 105 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y3)) * gCoeffs[16] 106 + convert_float3(rsGetElementAt_uchar3(gIn, x2, y3)) * gCoeffs[17 [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftbbox.c | 97 /* y3 :: The end coordinate. */ 107 FT_Pos y3, 111 if ( y1 <= y3 && y2 == y1 ) /* flat arc */ 114 if ( y1 < y3 ) 116 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */ 121 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */ 124 y1 = y3; 125 y3 = y2; 130 y1 = y3 = y1 - FT_MulDiv( y2 - y1, y2 - y1, y1 - 2*y2 + y3 ); [all...] |
/external/freetype/src/base/ |
ftbbox.c | 97 /* y3 :: The end coordinate. */ 107 FT_Pos y3, 111 if ( y1 <= y3 && y2 == y1 ) /* flat arc */ 114 if ( y1 < y3 ) 116 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */ 121 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */ 124 y1 = y3; 125 y3 = y2; 130 y1 = y3 = y1 - FT_MulDiv( y2 - y1, y2 - y1, y1 - 2*y2 + y3 ); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
bezier.h | 36 float x3, y3; member in struct:bezier 53 float x3, float y3,
|
bezier.c | 52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2); 55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3); 58 bez->y2 = left->y3 + t * (bez->y3 - left->y3); 61 left->y3 = left->y2 + t * (left->y3 - left->y2) [all...] |
path.c | 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 468 y3 = data[5]; 471 map_if_relative(ox, oy, relative, &x3, &y3); 473 oy = y3; 480 matrix_map_point(matrix, x3, y3, &x3, &y3); 482 x2, y2, x3, y3); 494 y3 = data[3]; 496 map_if_relative(ox, oy, relative, &x3, &y3); 501 y2 = (y3 + 2*y1) / 3.f 1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
bezier.h | 36 float x3, y3; member in struct:bezier 53 float x3, float y3,
|
bezier.c | 52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2); 55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3); 58 bez->y2 = left->y3 + t * (bez->y3 - left->y3); 61 left->y3 = left->y2 + t * (left->y3 - left->y2) [all...] |
path.c | 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 468 y3 = data[5]; 471 map_if_relative(ox, oy, relative, &x3, &y3); 473 oy = y3; 480 matrix_map_point(matrix, x3, y3, &x3, &y3); 482 x2, y2, x3, y3); 494 y3 = data[3]; 496 map_if_relative(ox, oy, relative, &x3, &y3); 501 y2 = (y3 + 2*y1) / 3.f 1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/clang/test/SemaCXX/ |
warn-literal-conversion.cpp | 11 int y3 = 12E-1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2 to 1}} local
|
default-constructor-initializers.cpp | 34 struct Y3 : public Y2 { 36 Y3 y3; variable
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
convolve5x5.fs | 35 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/ImageProcessing2/src/com/android/rs/image/ |
convolve5x5.fs | 35 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/ |
convolve5x5.fs | 35 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];
|
/external/speex/libspeex/ |
ltp_arm4.h | 101 spx_word32_t y0, y1, y2, y3; local 105 y3=*y++; 173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
|
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
poly1305_arm.c | 83 uint32_t y3; local 99 y3 = x3 + (y2 >> 26); y2 &= 0x3ffffff; 100 y4 = x4 + (y3 >> 26); y3 &= 0x3ffffff; 106 y3 ^= x3; 112 y3 &= swap; 118 y3 ^= x3; 124 r->v[6] = y3;
|
/external/pixman/demos/ |
quad2quad.c | 13 double x3, double y3, 118 t6 = px2 * px3 * t5 * y3; 120 t7 = - px2 * px3 * x2 * x3 * y3; 126 t12 = - px2 * py3 * t5 * y3; 128 t13 = px2 * py3 * x2 * x3 * y3; 154 t34 = - px3 * py2 * y3; 156 t35 = px2 * py3 * y3; 161 t39 = - px2 * px3 * t5 * y3; 163 t40 = px2 * px3 * x2 * x3 * y3; 169 t45 = px2 * py3 * t5 * y3; [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkEdge.cpp | 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local 351 y3 = int(pts[3].fY * scale); 361 y3 = pts[3].fY >> shift; 366 if (y0 > y3) 370 SkTSwap(y0, y3); 376 int bot = SkFDot6Round(y3); 392 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); 429 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift); 437 fCLastY = SkFDot6ToFixed(y3);
|
/external/skia/src/core/ |
SkEdge.cpp | 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local 351 y3 = int(pts[3].fY * scale); 361 y3 = pts[3].fY >> shift; 366 if (y0 > y3) 370 SkTSwap(y0, y3); 376 int bot = SkFDot6Round(y3); 392 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); 429 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift); 437 fCLastY = SkFDot6ToFixed(y3);
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2intrp.c | 717 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local 720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); 723 curY = y3; 1271 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local 1295 CF2_Fixed x1, y1, x2, y2, x3, y3; local 1334 CF2_Fixed x1, y1, x2, y2, x3, y3; local 1376 CF2_Fixed x1, x2, x3, y1, y2, y3; local [all...] |
/external/freetype/src/cff/ |
cf2intrp.c | 717 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local 720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); 723 curY = y3; 1271 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local 1295 CF2_Fixed x1, y1, x2, y2, x3, y3; local 1334 CF2_Fixed x1, y1, x2, y2, x3, y3; local 1376 CF2_Fixed x1, x2, x3, y1, y2, y3; local [all...] |
/external/opencv/cvaux/src/ |
decomppoly.cpp | 152 int x1, y1, x2, y2, x3, y3; 190 y3 = contour[ index3 ].y; 197 dy2 = y3 - y2; 202 iy1 = y3 - y1; 246 y2 = y3; 256 y3 = contour[ index3 ].y; 271 y2 = y3; 285 y3 = contour[ index3 ].y; 300 y2 = y3; 314 y3 = contour[ index3 ].y [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
DynamicsCompressorKernel.cpp | 260 float y3 = releaseFrames * releaseZone3; 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 274 ECFieldElement y3 = gamma.multiply(this.x.subtract(x3)).subtract(this.y); local 276 return new ECPoint.Fp(curve, x3, y3, withCompression); 300 ECFieldElement y3 = gamma.multiply(this.x.subtract(x3)).subtract(this.y); local 302 return new ECPoint.Fp(curve, x3, y3, this.withCompression); 502 ECFieldElement.F2m y3 local 505 return new ECPoint.F2m(curve, x3, y3, withCompression); 563 ECFieldElement.F2m y3 local 567 return new ECPoint.F2m(this.curve, x3, y3, withCompression);
|