/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xregion.h | 52 short x1, x2, y1, y2; member in struct:__anon40077 93 (r1)->y2 > (r2)->y1 && \ 94 (r1)->y1 < (r2)->y2) 102 if((r)->y1 < (idRect)->extents.y1)\ 103 (idRect)->extents.y1 = (r)->y1;\ 130 ((R-1)->y1 == (Ry1)) &&\ 140 (r)->y1 = (ry1);\ 156 (r)->y1 = (ry1); [all...] |
/device/google/dragon/audio/hal/dsp/ |
eq2.c | 60 float y1L = qL->y1; 70 float y1R = qR->y1; 105 qL->y1 = y1L; 109 qR->y1 = y1R; 125 float32x2_t y1 = {qL->y1, qR->y1}; local 133 float32x2_t z1 = {rL->y1, rR->y1}; 148 "vmul.f32 d2, %P[rb1], %P[y1] \n 218 __m128 y1 = {qL->y1, qR->y1}; local [all...] |
biquad.h | 15 * are stored in x1 and x2, and the previous two outputs are stored in y1 and 25 float y1, y2; member in struct:biquad
|
crossover.h | 24 float y1, y2; member in struct:lr4
|
/external/skia/src/core/ |
SkEdge.cpp | 36 SkFDot6 x0, y0, x1, y1; local 43 y1 = SkScalarRoundToFDot6(p1.fY, shift); 49 y1 = int(p1.fY * scale); 55 if (y0 > y1) { 57 SkTSwap(y0, y1); 62 int bot = SkFDot6Round(y1); 73 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 91 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) 98 y1 >>= 10; 100 SkASSERT(y0 <= y1); 178 SkFDot6 x0, y0, x1, y1, x2, y2; local 336 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
intrinsic_convolve3x3.rs | 28 uint32_t y1 = min((int32_t)y+1, gHeight-1); 31 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)); 32 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, x, y1)); 33 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)); 69 uint32_t y1 = min((int32_t)y+1, gHeight-1); 72 float3 p00 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y1)); 73 float3 p01 = convert_float3(rsGetElementAt_uchar3(gIn, x, y1)); 74 float3 p02 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y1)); 110 uint32_t y1 = min((int32_t)y+1, gHeight-1); 113 float2 p00 = convert_float2(rsGetElementAt_uchar2(gIn, x1, y1)); [all...] |
intrinsic_convolve5x5.rs | 34 uint32_t y1 = max((int32_t)y-1, 0); 45 float4 p1 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y1)) * gCoeffs[5] 46 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[6] 47 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[7] 48 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8] 49 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y1)) * gCoeffs[9]; 81 uint32_t y1 = max((int32_t)y-1, 0); 92 float3 p1 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y1)) * gCoeffs[5] 93 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y1)) * gCoeffs[6] 94 + convert_float3(rsGetElementAt_uchar3(gIn, x2, y1)) * gCoeffs[7 [all...] |
/external/clang/test/PCH/ |
pr4489.c | 38 void y1(void) function
|
/external/libvncserver/libvncserver/ |
font.c | 50 int x1,int y1,int x2,int y2, 72 * x1 start of i, y1 start of j, width and height will be adjusted. */ 73 if(y1>y) { y1-=y; data+=(width+7)/8; height-=y1; y+=y1; } else y1=0; 79 for(j=y1;j<height;j++) { 87 /* if(x+i>=x1 && x+i<x2 && y+j>=y1 && y+j<y2) */ { 106 int x1,int y1,int x2,int y2 [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
HeadsUpAppearInterpolator.java | 36 float y1 = 90f; local 41 x1 * 0.8f / xTot, y1 / y3, 42 x1 / xTot , y1 / y3); 43 path.cubicTo((x1 + x2 * 0.4f) / xTot, y1 / y3,
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug193.go | 12 y1 := float64(ss) 15 _, _, _, _, _ = s, ss, y1, y2, y3
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug193.go | 12 y1 := float64(ss) 15 _, _, _, _, _ = s, ss, y1, y2, y3
|
/external/dng_sdk/source/ |
dng_1d_table.cpp | 89 real64 y1 = fTable [upper]; local 91 real64 delta = (y1 - y0) / (real64) range; 162 real64 y1 = fTable [1]; local 165 real64 slope = (y1 - y0) * 65535.0; 183 y0 = y1; 184 y1 = fTable [index]; 187 slope = (y1 - y0) * 65535.0;
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.c | 33 int16x8_t x0, x1, sz0, sz1, y0, y1; local 53 y1 = vqdmulhq_s16(x1, quant1); 57 y1 = vshrq_n_s16(y1, 1); 61 y1 = veorq_s16(y1, sz1); 63 x1 = vsubq_s16(y1, sz1);
|
/external/pdfium/third_party/agg23/ |
agg_curves.cpp | 30 void curve4_div::init(FX_FLOAT x1, FX_FLOAT y1, 38 bezier(x1, y1, x2, y2, x3, y3, x4, y4); 41 void curve4_div::recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, 51 FX_FLOAT y12 = (y1 + y2) / 2; 63 FX_FLOAT dy = y4 - y1; 70 FXSYS_fabs(y1 + y3 - y2 - y2) + 99 recursive_bezier(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1); 102 void curve4_div::bezier(FX_FLOAT x1, FX_FLOAT y1, 107 m_points.add(point_type(x1, y1)); 108 recursive_bezier(x1, y1, x2, y2, x3, y3, x4, y4, 0) [all...] |
agg_curves.h | 25 curve4_points(FX_FLOAT x1, FX_FLOAT y1, 31 cp[1] = y1; 39 void init(FX_FLOAT x1, FX_FLOAT y1, 45 cp[1] = y1; 68 curve4_div(FX_FLOAT x1, FX_FLOAT y1, 74 init(x1, y1, x2, y2, x3, y3, x4, y4); 86 void init(FX_FLOAT x1, FX_FLOAT y1, 124 void bezier(FX_FLOAT x1, FX_FLOAT y1, 128 void recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, 142 curve4(FX_FLOAT x1, FX_FLOAT y1, [all...] |
/external/opencv3/samples/python2/ |
facedetect.py | 22 for x1, y1, x2, y2 in rects: 23 cv2.rectangle(img, (x1, y1), (x2, y2), color, 2) 53 for x1, y1, x2, y2 in rects: 54 roi = gray[y1:y2, x1:x2] 55 vis_roi = vis[y1:y2, x1:x2]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
quantize_sse2.c | 44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local 94 y1 = _mm_mulhi_epi16(x1, quant1); 97 y1 = _mm_add_epi16(y1, x1); 102 y1 = _mm_mulhi_epi16(y1, quant_shift1); 106 y1 = _mm_xor_si128(y1, sz1); 108 y1 = _mm_sub_epi16(y1, sz1) 159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 247 public void drawLine(int x1, int y1, int x2, int y2) { 251 y1 = mVScale.translate(y1); 254 getGc().drawLine(x1, y1, x2, y2); 265 public void drawRect(int x1, int y1, int x2, int y2) { 269 int y = mVScale.translate(y1); 271 int h = mVScale.scale(y2 - y1); 292 public void fillRect(int x1, int y1, int x2, int y2) { 296 int y = mVScale.translate(y1); 298 int h = mVScale.scale(y2 - y1); [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Geometry.h | 65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1, 71 centY = (y0 + y1 + y2) / 3.0; 78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a 82 mass = fabs((y1 - y0) * (x1 - x0)); // Special case 1b 109 // Calculate the line that goes through x1,y1 and is perpendicular to 112 double b2 = y1 - m2 * x1; 119 dy = y1 - m1 * x + b1; 124 mass = fabs( (y1 - y0) * (x2 - x0) ); 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, 143 FindTriangleCentroid(x0, y0, x1, y1, x2, y2, mass1, cent1x, cent1y) [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Geometry.h | 65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1, 71 centY = (y0 + y1 + y2) / 3.0; 78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a 82 mass = fabs((y1 - y0) * (x1 - x0)); // Special case 1b 109 // Calculate the line that goes through x1,y1 and is perpendicular to 112 double b2 = y1 - m2 * x1; 119 dy = y1 - m1 * x + b1; 124 mass = fabs( (y1 - y0) * (x2 - x0) ); 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, 143 FindTriangleCentroid(x0, y0, x1, y1, x2, y2, mass1, cent1x, cent1y) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
sh4al-dsp.d | 22 0x00000014 f2 cc movx\.w @r5\+r8,y1 26 0x0000001c f0 dc movx\.l @r4\+r8,y1 37 0x0000002e f1 ed movx\.w a1,@r4\+r8 movy\.w @r7,y1 41 0x00000036 f0 61 movy\.l @r6,y1 47 0x00000040 f2 d1 movy\.w y1,@r2 52 0x0000004a f2 f2 movy\.l y1,@r2\+ 59 0x0000005e f8 00 8b 9b dcf pabs a0,y1 61 0x00000066 f8 00 aa 58 dct pabs y1,x0 71 0x0000008e f8 00 45 1e pclr a0 pmuls x1,y1,a1 76 0x000000a2 f8 00 a2 db dct psub a1,y1,y [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_ssse3.c | 54 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; local 74 y1 = _mm_mulhi_epi16(x1, quant_fast1); 80 abs1 = y1; 84 y1 = _mm_xor_si128(y1, sz1); 86 x1 = _mm_sub_epi16(y1, sz1);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_adv_b_add.cpp | 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local [all...] |
/external/fonttools/Lib/fontTools/pens/ |
pointInsidePen.py | 89 x1, y1 = self._getCurrentPoint() 94 if y1 < y and y2 < y: 96 if y1 >= y and y2 >= y: 100 dy = y2 - y1 101 t = (y - y1) / dy 105 self._addIntersection(y2 > y1) 109 x1, y1 = self._getCurrentPoint() 116 if y1 < y and y2 < y and y3 < y and y4 < y: 118 if y1 >= y and y2 >= y and y3 >= y and y4 >= y: 121 dy = y1 [all...] |