/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 | 144 Point x2 = new Point(0.5f * (-cosTheta - sinTheta + 1f), local 148 Quad quad = new Quad(x0, x1, x2, x3);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicYuvToRGB.cpp | 128 uint32_t x2 = xend; local 158 if((x1 & 1) && (x2 > x1)) { 166 if((x2 > x1) && gArchUseSIMD) { 167 int32_t len = x2 - x1; 169 rsdIntrinsicYuv2_K(info->outPtr[0], Y, u, v, x1, x2); 178 rsdIntrinsicYuv_K(info->outPtr[0], Y, v, x1, x2); 182 rsdIntrinsicYuvR_K(info->outPtr[0], Y, u, x1, x2); 190 if(x2 > x1) { 191 // ALOGE("y %i %i %i", info->current.y, x1, x2); 192 while(x1 < x2) { [all...] |
/hardware/ti/omap4-aah/security/tf_daemon/ |
lib_manifest2.c | 119 uint8_t x2 = pName2[i]; local 123 if ((x1 & ~0x20) != (x2 & ~0x20))
|
/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));
|
/system/bt/stack/smp/ |
p_256_ecc_pp.c | 96 DWORD *x2; local 106 x2=q->x; y2=q->y; z2=q->z; 125 multiprecision_mersenns_mult_mod(t1, x2, t1, keyLength); // t1=t1*x2
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 125 x2 = j2; 142 QUARTERROUND( x2, x6,x10,x14) 146 QUARTERROUND( x2, x7, x8,x13) 151 x2 = PLUS(x2,j2); 169 x2 = XOR(x2,U8TO32_LITTLE(m + 8)); 193 U32TO8_LITTLE(c + 8,x2);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IntrinsicColorMatrix.java | 49 int x1 = 0, y1 = 0, x2 = w, y2 = h; local 53 x2 = w - 11; 60 mSi.forEach(mAllocSrc, mAllocDst, makeClipper(x1, y1, x2, y2)); 64 mSr.invoke_reference(mat, add, mAllocSrc, mAllocRef, x1, y1, x2, y2);
|
IntrinsicHistogram.java | 64 int x1 = 0, y1 = 0, x2 = w, y2 = h; local 68 x2 = w - 11; 73 for (int x = x1; x < x2; x++) { 92 hist.forEach(mAin, makeClipper(x1, y1, x2, y2)); 190 int x1 = 0, y1 = 0, x2 = w, y2 = h; local 194 x2 = w - 11; 199 for (int x = x1; x < x2; x++) { 217 hist.forEach_Dot(mAin, makeClipper(x1, y1, x2, y2));
|
/development/ndk/sources/android/ndk_helper/ |
vecmath.h | 1045 float x2 = x_ * x_ * 2.0f; local 1059 mat.f_[5] = 1.0f - z2 - x2; 1063 mat.f_[10] = 1.0f - x2 - y2; 1071 float x2 = x_ * x_ * 2.0f; local 1085 mat.f_[5] = 1.0f - z2 - x2; 1089 mat.f_[10] = 1.0f - x2 - y2;
|
/development/perftests/panorama/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 73 x2=db_sqr(f[0]); 75 r2=x2+y2; 121 double x0,x1,x2,mult; local 126 x2=H[6]*x[0]+H[7]*x[1]+H[8]*x[2]; 127 mult=1.0/((x2!=0.0)?x2:1.0); 135 double x0,x1,x2,mult; local 140 x2=H[6]*x[0]+H[7]*x[1]+H[8]; 141 mult=1.0/((x2!=0.0)?x2:1.0) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
BicubicSplineInterpolatingFunction.java | 398 final double x2 = x * x; local 399 final double x3 = x2 * x; 400 final double[] pX = {1, x, x2, x3}; 502 final double x2 = x * x; 503 final double[] pX = {0, 1, x, x2}; 514 final double x2 = x * x; 515 final double x3 = x2 * x; 516 final double[] pX = {1, x, x2, x3}; 537 final double x2 = x * x; 538 final double x3 = x2 * x [all...] |
TricubicSplineInterpolatingFunction.java | 460 final double x2 = x * x; local 461 final double x3 = x2 * x; 462 final double[] pX = { 1, x, x2, x3 };
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
PowellOptimizer.java | 141 final double[] x2 = new double[n]; local 144 x2[i] = 2 * x[i] - x1[i]; 148 fX2 = computeObjectiveValue(x2);
|
/external/boringssl/src/crypto/cipher/ |
e_rc2.c | 126 uint16_t x0, x1, x2, x3, t; local 133 x2 = (uint16_t)l & 0xffff; 141 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff; 143 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff; 145 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff; 146 x2 = (t << 3) | (t >> 13); 147 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff; 158 x2 += p1[x1 & 0x3f]; 159 x3 += p1[x2 & 0x3f] 170 uint16_t x0, x1, x2, x3, t; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
SecP192K1FieldElement.java | 147 int[] x2 = Nat192.create(); local 148 SecP192K1Field.square(x1, x2); 149 SecP192K1Field.multiply(x2, x1, x2); 151 SecP192K1Field.square(x2, x3); 158 SecP192K1Field.multiply(x8, x2, x8); 159 int[] x16 = x2;
|
SecP224K1FieldElement.java | 154 int[] x2 = Nat224.create(); local 155 SecP224K1Field.square(x1, x2); 156 SecP224K1Field.multiply(x2, x1, x2); 157 int[] x3 = x2; 158 SecP224K1Field.square(x2, x3);
|
SecP256K1FieldElement.java | 148 int[] x2 = Nat256.create(); local 149 SecP256K1Field.square(x1, x2); 150 SecP256K1Field.multiply(x2, x1, x2); 152 SecP256K1Field.square(x2, x3); 162 SecP256K1Field.multiply(x11, x2, x11); 186 SecP256K1Field.multiply(t1, x2, t1); 189 int[] t2 = x2;
|
/external/ceres-solver/examples/ |
libmv_homography.cc | 105 // forward_error = D(H * x1, x2) 106 // backward_error = D(H^-1 * x2, x1) 112 const Eigen::Matrix<T, 2, 1> &x2, 117 Vec3 y(x2(0), x2(1), T(1.0)); 133 // D(H * x1, x2)^2 + D(H^-1 * x2, x1)^2 137 const Vec2 &x2) { 141 x2, 187 // | 0 -1 x2| |a b c| |y1| |0 389 Mat x2 = x1; local [all...] |
/external/ceres-solver/internal/ceres/ |
evaluator_test.cc | 573 double x2 = parameters[0][1]; local 575 residuals[1] = x2 * x2; 583 jacobian[3] = 2.0 * x2;
|