HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 151 - 175 of 534) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/src/modules/audio_processing/aec/
aec_resampler.c 175 float x2 = 0; local
214 x2 += n*n;
225 denom = x2 - xAvg*x;
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 153 audio_sample_t x2 = mDelays[0][1]; local
166 acc = mac_coef_sample(b2, x2, acc);
172 x2 = x1;
177 mDelays[0][1] = x2;
211 audio_sample_t x2 = mDelays[ch][1]; local
219 acc = mac_coef_sample(b2, x2, acc);
225 x2 = x1;
232 mDelays[ch][1] = x2;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 174 Word16 x1, x2, x3, x4, x5; local
178 x2 = x[-1];
183 if (x2 < x1)
186 x1 = x2;
187 x2 = tmp;
205 if (x3 < x2)
207 tmp = x2;
208 x2 = x3;
211 if (x4 < x2)
213 tmp = x2;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
123 x2 = (181 * (x4 + x5) + 128) >> 8;
130 res2 = (x0 + x2) >> 14;
147 res = (x0 - x2) >> 14;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
200 x2 = blk[10];
210 x6 = (W6 * x2 + 4) >> 3;
211 x2 = (W2 * x2 + 4) >> 3;
212 x8 = x0 - x2;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RotateFilter.java 149 Point x2 = new Point(0.5f * (-cosTheta - sinTheta + 1f), local
153 Quad quad = new Quad(x0, x1, x2, x3);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 96 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
100 convert_float4(py0[x2]) * coeff[2] +
103 convert_float4(py1[x2]) * coeff[5] +
106 convert_float4(py2[x2]) * coeff[8];
118 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
122 convert_float2(py0[x2]) * coeff[2] +
125 convert_float2(py1[x2]) * coeff[5] +
128 convert_float2(py2[x2]) * coeff[8];
139 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
143 ((float)py0[x2]) * coeff[2]
158 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
169 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
180 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
206 uint32_t x2 = xend; local
253 uint32_t x2 = xend; local
298 uint32_t x2 = xend; local
343 uint32_t x2 = xend; local
388 uint32_t x2 = xend; local
432 uint32_t x2 = xend; local
    [all...]
rsCpuIntrinsicYuvToRGB.cpp 137 uint32_t x2 = xend; local
165 if((x2 > x1) && gArchUseSIMD) {
167 int32_t len = (x2 - x1 - 8) >> 3;
193 if(x2 > x1) {
194 // ALOGE("y %i %i %i", p->y, x1, x2);
195 while(x1 < x2) {
  /frameworks/rs/driver/
rsdPath.cpp 46 float x1, xc, x2; member in struct:DrvPathStatic::__anon32471
125 s->x2 = fin[4];
167 vtx[4] = s->x2;
174 vtx[10] = s->x2;
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 119 uint8_t x2 = pName2[i]; local
123 if ((x1 & ~0x20) != (x2 & ~0x20))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 84 int x2 = bottomRight.x; local
87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);
SelectionHandles.java 92 int x2 = x1 + w; local
98 x2 -= insets.right;
103 int mx = (x1 + x2) / 2;
116 mHandles.add(new SelectionHandle(x2, my, Position.RIGHT_MIDDLE));
118 mHandles.add(new SelectionHandle(x2, y1, Position.TOP_RIGHT));
121 mHandles.add(new SelectionHandle(x2, y2, Position.BOTTOM_RIGHT));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 480 ECFieldElement.F2m x2 = (ECFieldElement.F2m)other.getX(); local
484 if (this.x.equals(x2))
497 = (ECFieldElement.F2m)(this.y.add(y2)).divide(this.x.add(x2));
500 = (ECFieldElement.F2m)lambda.square().add(lambda).add(this.x).add(x2).add(this.curve.getA());
  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 92 const double x2 = state[1]; local
98 << "x2=" << x2 << ", "
102 const double f1 = x1 + 10.0 * x2;
104 const double f3 = pow(x2 - 2.0 * x3, 2.0);
144 2.0*(x2 - 2.0*x3)*(1.0 - 2.0*x3),
152 2.0*(x2 - 2.0*x3)*(x2 - 2.0),
173 gradient[column_index++] = f1 * 10.0 + f3 * 2.0 * (x2 - 2.0 * x3);
178 f2 * sqrt(5.0) + f3 * (2.0 * 2.0 * (2.0 * x3 - x2));
    [all...]
  /external/chromium_org/base/
bind_internal.h 1246 typename Bound2UnwrapTraits::ForwardType x2 = local
1341 typename Bound2UnwrapTraits::ForwardType x2 = local
1373 typename Bound2UnwrapTraits::ForwardType x2 = local
1481 typename Bound2UnwrapTraits::ForwardType x2 = local
1517 typename Bound2UnwrapTraits::ForwardType x2 = local
1554 typename Bound2UnwrapTraits::ForwardType x2 = local
1674 typename Bound2UnwrapTraits::ForwardType x2 = local
1713 typename Bound2UnwrapTraits::ForwardType x2 = local
1753 typename Bound2UnwrapTraits::ForwardType x2 = local
1794 typename Bound2UnwrapTraits::ForwardType x2 = local
1927 typename Bound2UnwrapTraits::ForwardType x2 = local
1970 typename Bound2UnwrapTraits::ForwardType x2 = local
2014 typename Bound2UnwrapTraits::ForwardType x2 = local
2059 typename Bound2UnwrapTraits::ForwardType x2 = local
2105 typename Bound2UnwrapTraits::ForwardType x2 = local
2250 typename Bound2UnwrapTraits::ForwardType x2 = local
2296 typename Bound2UnwrapTraits::ForwardType x2 = local
2343 typename Bound2UnwrapTraits::ForwardType x2 = local
2391 typename Bound2UnwrapTraits::ForwardType x2 = local
2440 typename Bound2UnwrapTraits::ForwardType x2 = local
2490 typename Bound2UnwrapTraits::ForwardType x2 = local
    [all...]
  /external/chromium_org/chrome/browser/devtools/adb/
android_rsa.cc 40 uint64 x1 = 0, x2 = 1, y1 = 1, y2 = 0; local
45 *x = x2 - q * x1;
49 x2 = x1;
56 *x = x2;
  /external/chromium_org/chrome/browser/ui/gtk/
nine_box.cc 188 int x2 = width - gdk_pixbuf_get_width(images_[2]->ToGdkPixbuf()); local
201 x2, 0, -1, -1,
206 cairo_rectangle(cr, x1, 0, x2 - x1, height);
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunction.h 100 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2)
102 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2));
155 double x2() const { return m_x2; } function in class:WebCore::CubicBezierTimingFunction
161 explicit CubicBezierTimingFunction(TimingFunctionPreset preset, double x1, double y1, double x2, double y2)
165 , m_x2(x2)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.cpp 232 void AffineTransform::map(double x, double y, double& x2, double& y2) const
234 x2 = (m_transform[0] * x + m_transform[2] * y + m_transform[4]);
240 double x2, y2; local
241 map(point.x(), point.y(), x2, y2);
244 return IntPoint(lround(x2), lround(y2));
249 double x2, y2; local
250 map(point.x(), point.y(), x2, y2);
252 return FloatPoint(narrowPrecisionToFloat(x2), narrowPrecisionToFloat(y2));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 522 float x2; local
526 || !parseNumber(current, end, x2)
530 point2 = FloatPoint(x2, y2);
542 float x2; local
548 || !parseNumber(current, end, x2)
554 point2 = FloatPoint(x2, y2);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
SwapChain11.cpp 617 float x2 = ((x + width) / float(mWidth)) * 2.0f - 1.0f; local
627 d3d11::SetPositionTexCoordVertex(&vertices[2], x2, y1, u2, v1);
628 d3d11::SetPositionTexCoordVertex(&vertices[3], x2, y2, u2, v2);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tracker.h 142 uint16_t x1, y1, x2, y2; member in struct:xa_box
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.c 268 int x1, y1, x2, y2; local
290 x2 = cx + cw + irb->draw_x;
299 x1, y1, x2 - x1, y2 - y1);
361 assert(x1 < x2);
377 OUT_BATCH((y2 << 16) | x2);
456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */
535 uint32_t x1, y1, x2, y2; local
558 x2 = image_x + width;
567 x1, y1, x2 - x1, y2 - y1);
596 OUT_BATCH((y2 << 16) | x2);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec2_smpl.c 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
450 x2 = BN_CTX_get(ctx);
481 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
482 if (!BN_GF2m_add(x2, x2, &group->a)) goto err;
483 if (!BN_GF2m_add(x2, x2, s)) goto err;
484 if (!BN_GF2m_add(x2, x2, t)) goto err;
497 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
vq.c 48 celt_norm x1, x2; local
50 x2 = Xptr[stride];
51 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15));
52 *Xptr++ = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15));
57 celt_norm x1, x2; local
59 x2 = Xptr[stride];
60 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15));
61 *Xptr-- = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15));
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_sample.h 116 SRCTYPE x2 = srcAddr[UNPACK_PRIMARY_SHORT(xx1)]; local
121 *colors++ = RETURNDST(x2);

Completed in 2393 milliseconds

1 2 3 4 5 67 8 91011>>