HomeSort by relevance Sort by last modified time
    Searched defs:k3 (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 96 k2, k3, jlast, ln, dense, nzmax, mindeg = 0, nvi, nvj, nvk, mark, wnvi, local
198 for(k3 = 0; k3 < len[j]-1; k3++) Ci[q++] = Ci[p++];
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.c 74 WebRtc_Word16 k0, k1, k2, k3, k4, kk; local
101 k3 = k2 + 60;
105 ajpQx = RexQx[k1] + RexQx[k3];
106 ajmQx = RexQx[k1] - RexQx[k3];
109 bjpQx = ImxQx[k1] + ImxQx[k3];
110 bjmQx = ImxQx[k1] - ImxQx[k3];
143 // RexQ16[k3] = akmQ16 * ccc3Q14 - bkmQ16 * sss3Q14;
146 // ImxQ16[k3] = akmQ16 * sss3Q14 + bkmQ16 * ccc3Q14;
152 RexQx[k3] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(ccc3Q14, akmQx, 14) -
158 ImxQx[k3] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(sss3Q14, akmQx, 14)
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 330 int k3=0; local
365 im[k3]=im[ind3];
366 im[k3+1]=im[ind3+1];
367 im[k3+2]=im[ind3+2];
369 im_r[k3]=im_r[ind3];
370 im_r[k3+1]=im_r[ind3+1];
371 im_r[k3+2]=im_r[ind3+2];
373 im_p[k3]=im_p[ind3];
374 im_p[k3+1]=im_p[ind3+1];
375 im_p[k3+2]=im_p[ind3+2]
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 330 int k3=0; local
365 im[k3]=im[ind3];
366 im[k3+1]=im[ind3+1];
367 im[k3+2]=im[ind3+2];
369 im_r[k3]=im_r[ind3];
370 im_r[k3+1]=im_r[ind3+1];
371 im_r[k3+2]=im_r[ind3+2];
373 im_p[k3]=im_p[ind3];
374 im_p[k3+1]=im_p[ind3+1];
375 im_p[k3+2]=im_p[ind3+2]
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 26 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
28 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
43 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) {
46 fK[2] = k3;
79 const SkScalar k3 = buffer.readScalar(); local
82 return Create(k1, k2, k3, k4, enforcePMColor);
94 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
98 SkScalarMul(k3, dst) +
116 SkScalar k3 = fK[2]; local
134 a = arith(k1, k2, k3, k4, sa, da)
296 float k3() const { return fK3; } function in class:GrArithmeticEffect
435 float k3 = rand->nextF(); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
299 k3 = c2 = c3 = s2 = s3 = 0.0;
495 k3 = k2 + kspan;
498 ajp = Re [k1] + Re [k3];
499 ajm = Re [k1] - Re [k3];
502 bjp = Im [k1] + Im [k3];
503 bjm = Im [k1] - Im [k3];
523 Re [k3] = akm;
526 Im [k3] = bkm;
530 Re [k3] = akm * c3 - bkm * s3
    [all...]
  /external/llvm/include/llvm/ADT/
Hashing.h 171 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
202 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
222 a + rotate(b ^ k3, 20) - c + len + seed);
  /external/skia/src/effects/
SkArithmeticMode.cpp 25 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
27 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
41 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) {
44 fK[2] = k3;
80 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
84 SkScalarMul(k3, dst) +
102 SkScalar k3 = fK[2]; local
120 a = arith(k1, k2, k3, k4, sa, da);
121 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
122 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc))
284 float k3() const { return fK3; } function in class:GrArithmeticEffect
421 float k3 = rand->nextF(); local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
299 k3 = c2 = c3 = s2 = s3 = 0.0;
499 k3 = k2 + kspan;
502 ajp = Re [k1] + Re [k3];
503 ajm = Re [k1] - Re [k3];
506 bjp = Im [k1] + Im [k3];
507 bjm = Im [k1] - Im [k3];
527 Re [k3] = akm;
530 Im [k3] = bkm;
534 Re [k3] = akm * c3 - bkm * s3
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 392 int k3 = sBoxKeys[3]; local
407 b0 = (P[P_04][b0] & 0xff) ^ b0(k3);
408 b1 = (P[P_14][b1] & 0xff) ^ b1(k3);
409 b2 = (P[P_24][b2] & 0xff) ^ b2(k3);
410 b3 = (P[P_34][b3] & 0xff) ^ b3(k3);
532 int k3 = k32[3]; local
544 b0 = (P[P_04][b0] & 0xff) ^ b0(k3);
545 b1 = (P[P_14][b1] & 0xff) ^ b1(k3);
546 b2 = (P[P_24][b2] & 0xff) ^ b2(k3);
547 b3 = (P[P_34][b3] & 0xff) ^ b3(k3);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 481 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
489 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
496 * PPB: The integer <code>k3</code> where <code>x<sup>m</sup> +
497 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
500 private int k3; // can't be final - JDK 1.1 field in class:ECCurve.F2m
586 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
589 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
591 * @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
592 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
postproc.c 161 unsigned char k1, k2, k3; local
164 k3 = (k1 + k2 + 1) >> 1;
165 v = (k3 + v + 1) >> 1;
187 unsigned char k1, k2, k3; local
190 k3 = (k1 + k2 + 1) >> 1;
191 v = (k3 + v + 1) >> 1;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 527 int i3, j3, k3, l3; /* The integer offsets for the fourth simplex corner */ local
554 k3 = simplex[c][2] >= 1 ? 1 : 0;
568 z3 = z0 - k3 + 3.0f * G4;
621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]],
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 248 int k3 = n[a]; local
  /external/libvpx/libvpx/vp8/common/
postproc.c 161 unsigned char k1, k2, k3; local
164 k3 = (k1 + k2 + 1) >> 1;
165 v = (k3 + v + 1) >> 1;
187 unsigned char k1, k2, k3; local
190 k3 = (k1 + k2 + 1) >> 1;
191 v = (k3 + v + 1) >> 1;
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 527 int i3, j3, k3, l3; /* The integer offsets for the fourth simplex corner */ local
554 k3 = simplex[c][2] >= 1 ? 1 : 0;
568 z3 = z0 - k3 + 3.0f * G4;
621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]],
  /external/opencv/cv/src/
cvundistort.cpp 55 float k1 = dist_coeffs[0], k2 = dist_coeffs[1], k3 = dist_coeffs[4]; local
68 float kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local
233 k1 = k[0]; k2 = k[1]; k3 = k[4];
247 double kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
277 double fx, fy, u0, v0, k1, k2, k3, p1, p2; local
342 k1 = k[0]; k2 = k[1]; k3 = k[4];
358 double kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
  /external/openssl/crypto/ec/
ec_asn1.c 106 unsigned int *k2, unsigned int *k3)
123 if (k3)
124 *k3 = group->poly[1];
135 long k3; member in struct:x9_62_pentanomial_st
203 ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG)
401 unsigned int k1, k2, k3;
403 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
416 char_two->p.ppBasis->k3 = (long)k3;
852 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0)
    [all...]
  /external/srec/srec/cfront/
sp_fft.c 427 unsigned k1, k2, k3; local
434 k3 = k2 + quarterLength;
439 r3 = data[k3];
443 i3 = data[k3+1];
470 data[k3] = r3;
471 data[k3+1] = i3;
476 complex_multiplier(cc3, -ss3, r3, i3, data + k3, data + k3 + 1);
  /external/tcpdump/
print-eigrp.c 113 u_int8_t k3; member in struct:eigrp_tlv_general_parm_t
305 printf("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
309 tlv_ptr.eigrp_tlv_general_parm->k3,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 161 unsigned char k1, k2, k3; local
164 k3 = (k1 + k2 + 1) >> 1;
165 v = (k3 + v + 1) >> 1;
187 unsigned char k1, k2, k3; local
190 k3 = (k1 + k2 + 1) >> 1;
191 v = (k3 + v + 1) >> 1;
    [all...]
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 52 // - Focal length, principal point X, principal point Y, k1, k2, k3, p1, p2
168 // no bundling of k3 is possible at this moment.
459 const T &k3,
473 T r_coeff = (T(1) + k1*r2 + k2*r4 + k3*r6);
503 const T& k3 = intrinsics[OFFSET_K3]; local
528 k1, k2, k3,
590 APPEND_DISTORTION_COEFFICIENT("k3", OFFSET_K3);
748 // Always set K3 constant, it's not used at the moment.
  /external/chromium_org/net/http/
http_auth_handler_ntlm_portable.cc 314 uint8 keybytes[21], k1[8], k2[8], k3[8]; local
321 DESMakeKey(keybytes + 14, k3);
325 DESEncrypt(k3, challenge, response + 16);
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 214 constexpr int k3 = (&c)[1].f(); // expected-error {{constant expression}} expected-note {{cannot call member function on pointer past the end of object}} member in namespace:UndefinedBehavior::Ptr
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 41 int k3 = k2 * k; local
42 return 3 * k3 + 5 * k2 + n * k - 20;

Completed in 1415 milliseconds

12 3 4