HomeSort by relevance Sort by last modified time
    Searched defs:y2 (Results 126 - 150 of 519) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 164 signed y2 = (signed)src_ptr[2 * x + 3] - 16; local
178 signed tmp2 = y2 * 298;
279 signed y2 = (signed)src_y[x + 1] - 16; local
294 signed tmp2 = y2 * 298;
352 signed y2 = (signed)src_y[x + 1] - 16; local
367 signed tmp2 = y2 * 298;
426 signed y2 = (signed)src_y[x + 1] - 16; local
441 signed tmp2 = y2 * 298;
496 signed y2 = (signed)src_y[x + 1] - 16; local
511 signed tmp2 = y2 * 298
    [all...]
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 137 float y2 = a.getFloat(R.styleable.PathInterpolator_controlY2, 0); local
138 initCubic(x1, y1, x2, y2);
150 private void initCubic(float x1, float y1, float x2, float y2) {
153 path.cubicTo(x1, y1, x2, y2, 1f, 1f);
  /frameworks/base/libs/hwui/
Patch.cpp 104 float y2 = 0.0f; local
114 y2 = y1 + floorf(segment * stretchY + 0.5f);
116 y2 = y1 + segment * rescaleY;
119 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
124 generateRow(xDivs, xCount, vertex, y1, y2, v1, v2, stretchX, rescaleX,
128 y1 = y2;
135 y2 = height;
136 generateRow(xDivs, xCount, vertex, y1, y2, v1, 1.0f, stretchX, rescaleX,
148 float y1, float y2, float v1, float v2, float stretchX, float rescaleX
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FlingAnimationUtils.java 200 float y2 = calculateLinearOutFasterInY2(velAbs); local
202 float startGradient = y2 / LINEAR_OUT_FASTER_IN_X2;
203 Interpolator mLinearOutFasterIn = new PathInterpolator(0, 0, LINEAR_OUT_FASTER_IN_X2, y2);
228 * Calculates the y2 control point for a linear-out-faster-in path interpolator depending on the
232 * @return the y2 control point for a cubic bezier path interpolator
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 70 int u, v, y1, y2, y3, y4; local
73 y2 = pInY[1];
81 pOutColor[1] = convertYuvToRgba(y2, u, v);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 88 const void *y2, const short *coef, uint32_t count);
199 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
200 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2);
246 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2);
291 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
292 const uchar *py0 = (const uchar *)(pin + stride * y2);
336 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
337 const float4 *py0 = (const float4 *)(pin + stride * y2);
381 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0) local
425 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
    [all...]
rsCpuIntrinsicConvolve5x5.cpp 346 const void *y2, const void *y3, const void *y4,
362 uint32_t y2 = info->current.y; local
368 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2);
422 uint32_t y2 = info->current.y; local
428 const uchar2 *py2 = (const uchar2 *)(pin + stride * y2);
471 uint32_t y2 = info->current.y; local
477 const uchar *py2 = (const uchar *)(pin + stride * y2);
520 uint32_t y2 = info->current.y; local
526 const float4 *py2 = (const float4 *)(pin + stride * y2);
569 uint32_t y2 = info->current.y local
618 uint32_t y2 = info->current.y; local
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java 101 double y2 = a.x[0] * b.x[2] - a.x[1] * b.x[3] + a.x[2] * b.x[0] + a.x[3] * b.x[1]; local
103 return new Quaternion(y0, y1, y2, y3);
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 231 /* Y1 Y2 */
234 int y2 = *(src_y + x + 1); local
243 yuv2pixel(dest_even++, y2, u, v);
  /packages/apps/DevCamera/src/com/android/devcamera/
PreviewOverlay.java 186 float y2 = 0.5f * previewH; local
201 canvas.drawCircle(x2, y2, mLens * 0.25f * previewW, mPaint2);
204 canvas.drawText(text, x2, y2 - mLens * 0.25f * previewW - 7f, mPaint);
235 float x1, x2, y1, y2; local
256 y1 = y2 = previewH / 2 + focalLengthH * (float) Math.tan(i);
257 canvas.drawLine(x1, y1, x2, y2, mPaint);
264 y2 = previewH;
265 canvas.drawLine(x1, y1, x2, y2, mPaint);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterGrad.java 125 int[] y2 = mParameters.getYPos2(); local
138 coord[1] = y2[i];
141 y2[i] = (int) coord[1];
148 mScript.set_yPos2(y2);
SplineMath.java 53 double y2 = next[1]; local
62 double tb = b * y2;
94 double y2 = next[1]; local
103 double tb = b * y2;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java 181 int y2[] = mGradRep.getYPos2(); local
192 c[1] = (y1[i]+y2[i])/2;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; local
74 y2=db_sqr(f[1]);
75 r2=x2+y2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon37806
89 * Remember, x2 and y2 are not in the region
94 (r1)->y2 > (r2)->y1 && \
95 (r1)->y1 < (r2)->y2)
107 if((r)->y2 > (idRect)->extents.y2)\
108 (idRect)->extents.y2 = (r)->y2;\
132 ((R-1)->y2 == (Ry2)) &&\
143 (r)->y2 = (ry2);
    [all...]
  /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:__anon39669
88 * Remember, x2 and y2 are not in the region
93 (r1)->y2 > (r2)->y1 && \
94 (r1)->y1 < (r2)->y2)
106 if((r)->y2 > (idRect)->extents.y2)\
107 (idRect)->extents.y2 = (r)->y2;\
131 ((R-1)->y2 == (Ry2)) &&\
142 (r)->y2 = (ry2);
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testintersections.c 80 add_line(int x1, int y1, int x2, int y2)
84 if ((x1 == x2) && (y1 == y2))
87 SDL_Log("adding line (%d, %d), (%d, %d)\n", x1, y1, x2, y2);
91 lines[num_lines].h = y2;
124 add_rect(int x1, int y1, int x2, int y2)
128 if ((x1 == x2) || (y1 == y2))
133 if (y1 > y2)
134 SWAP(int, y1, y2);
136 SDL_Log("adding rect (%d, %d), (%d, %d) [%dx%d]\n", x1, y1, x2, y2,
137 x2 - x1, y2 - y1)
163 int x1, y1, x2, y2; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 71 gc.drawLine(x, b.y, x, b.y2());
91 int y2 = b.y2() - MARGIN_SIZE; local
92 for (int y = y1; y < y2; y += GRID_SIZE) {
193 int y2; local
196 y2 = rowMatch.matchedLine - rowMatch.margin;
200 y2 = rowMatch.matchedLine + rowMatch.margin;
203 gc.drawLine(b.x, y2, b.x2(), y2);
205 centerX - 3, y1 + (y2 - y1 - 16) / 2)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 167 int y2 = b.y + b.height; local
170 || p.y < y2 - layoutIconSize - slop
171 || p.y > y2 + slop) {
SelectionOverlay.java 207 int y2 = r.y2() + 1; local
213 y2 -= insets.bottom;
216 gc.drawRect(x1, y1, x2, y2);
  /system/bt/embdrv/sbc/decoder/srce/
synthesis-sbc.c 478 OI_INT32 y0, y1, y2, y3; local
488 y2 = -SCALE(LONG_MULT_DCT(DCTII_4_K06_FIX, f4), DCT_SHIFT);
496 out[0] = (OI_INT16)-y2;
500 out[4] = (OI_INT16)y2;
  /system/core/libmincrypt/
p256.c 341 p256_int y2, x3; local
348 p256_modmul(&SECP256r1_p, y, 0, y, &y2); // y^2
358 return p256_cmp(&y2, &x3) == 0;
  /external/clang/test/SemaCXX/
explicit.cpp 70 Y y2 = z; // expected-error {{no viable conversion from 'Z' to 'Y'}} local
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 160 typename Dest::PlainObject y, y2; local
165 y2 = y;
167 y.topRows(rk) = this->matrixR().topLeftCorner(rk, rk).template triangularView<Upper>().solve(y2.topRows(rk));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
HebrewTest.java 301 // m2/y2 - month/year after add(MONTH, delta)
303 //m1 y1 delta m2 y2 m3 y3
317 int m2 = DATA[i++], y2 = DATA[i++]; local
326 if (y2 != yact || m2 != mact) {
330 m2 + "/" + y2);

Completed in 1040 milliseconds

1 2 3 4 56 7 8 91011>>