Searched defs:k1 (Results 1 - 25 of 168) sorted by path

1234567

/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp248 FIXP_DBL k1, k1_below=0, k1_below2=0; local
553 k1 = FL2FXCONST_DBL(0.0f);
558 k1 = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_SGL(1.0f)*/;
561 k1 = (FIXP_DBL)(MINVAL_DBL+1) /*FL2FXCONST_SGL(-1.0f)*/;
567 k1 = scaleValue(result,scale);
570 k1 = -k1;
578 if (((loBand & 1) == 0) && (k1 < FL2FXCONST_DBL(0.0f))){
589 if (((loBand & 1) == 1) && (k1 > FL2FXCONST_DBL(0.0f))){
601 /* remember k1 value
[all...]
H A Dsbrdec_freq_sca.cpp195 Choose a stop band between k1 and 64 depending on stopFreq (0..13),
292 INT k1; local
306 k1 = 2*k0;
308 num_bands0 = numberOfBands(bpo_div16, k0, k1, 0);
309 num_bands1 = numberOfBands(bpo_div16, k1, k2, hHeaderData->bs_data.alterScale );
317 CalcBands(diff0, k0, k1, num_bands0);
327 CalcBands(diff1, k1, k2, num_bands1);
338 cumSum(k1, diff1, num_bands1, &v_k_master[num_bands0]);
343 k1=k2;
345 num_bands0 = numberOfBands(bpo_div16, k0, k1,
[all...]
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp424 INT k1 = 0, i; local
450 k1=2*k0;
452 num_bands0=numberOfBands(b_p_o, k0, k1, FL2FXCONST_DBL(0.5f));
453 num_bands1=numberOfBands(b_p_o, k1, k2, warp);
455 CalcBands(diff0, k0, k1, num_bands0);/*CalcBands1 => diff0 */
466 CalcBands(diff1, k1, k2, num_bands1); /* CalcBands2 => diff1 */
475 cumSum(k1, diff1, num_bands1, &v_k_master[num_bands0]);
481 k1=k2;
483 num_bands0=numberOfBands(b_p_o, k0, k1, FL2FXCONST_DBL(0.5f));
484 CalcBands(diff0, k0, k1, num_bands
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) { argument
11 data.TryGetValue(k1, out data2);
15 data[k1] = data2;
23 public virtual TValue Get(TKey1 k1, TKey2 k2) { argument
25 data.TryGetValue(k1, out data2);
34 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) { argument
36 data.TryGetValue(k1, out value);
41 public virtual ICollection<TValue> Values(TKey1 k1) { argument
43 data.TryGetValue(k1, out data2);
56 public virtual ICollection<TKey2> KeySet(TKey1 k1) { argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) argument
12 data.TryGetValue(k1, out data2);
17 data[k1]=data2;
27 public virtual TValue Get(TKey1 k1, TKey2 k2) argument
30 data.TryGetValue(k1, out data2);
39 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) argument
42 data.TryGetValue(k1, out value);
47 public virtual ICollection<TValue> Values(TKey1 k1) argument
50 data.TryGetValue(k1, out data2);
64 public virtual ICollection<TKey2> KeySet(TKey1 k1) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DDoubleKeyMap.java12 public Value put(Key1 k1, Key2 k2, Value v) { argument
13 Map<Key2, Value> data2 = data.get(k1);
17 data.put(k1, data2);
26 public Value get(Key1 k1, Key2 k2) { argument
27 Map<Key2, Value> data2 = data.get(k1);
32 public Map<Key2, Value> get(Key1 k1) { return data.get(k1); } argument
35 public Collection<Value> values(Key1 k1) { argument
36 Map<Key2, Value> data2 = data.get(k1);
47 public Set<Key2> keySet(Key1 k1) { argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java112 * @param k1 The XSLT name of the enumerated value.
113 * @param v1 An integer representation of k1.
118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2)
129 m_enums.put(k1, v1);
143 * @param k1 The XSLT name of the enumerated value.
144 * @param v1 An integer representation of k1.
151 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3)
162 m_enums.put(k1, v1);
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
177 * @param v1 An integer representation of k1
117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) argument
150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3) argument
185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3, String k4, int v4) argument
[all...]
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_cmac.c185 static void cmac_prepare_last_block (BT_OCTET16 k1, BT_OCTET16 k2) argument
198 smp_xor_128(&cmac_cb.text[0], k1);
218 UINT8 k1[BT_OCTET16_LEN], k2[BT_OCTET16_LEN]; local
227 leftshift_onebit(pp, k1);
228 smp_xor_128(k1, const_Rb);
232 leftshift_onebit(pp, k1);
235 if ( (k1[BT_OCTET16_LEN - 1] & 0x80) != 0 )
238 leftshift_onebit(k1, k2);
244 leftshift_onebit(k1, k2);
247 print128(k1, (cons
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9FieldElement.java31 public X9FieldElement(int m, int k1, int k2, int k3, ASN1OctetString s) argument
33 this(new ECFieldElement.F2m(m, k1, k2, k3, new BigInteger(1, s.getOctets())));
H A DX9FieldID.java40 * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
41 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
44 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
47 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
50 public X9FieldID(int m, int k1, int k2, int k3) argument
59 fieldIdParams.add(new ASN1Integer(k1));
65 pentanomialParams.add(new ASN1Integer(k1));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DTwofishEngine.java390 int k1 = sBoxKeys[1];
420 [(P[P_02][b0] & 0xff) ^ b0(k1)] & 0xff) ^ b0(k0)];
422 [(P[P_12][b1] & 0xff) ^ b1(k1)] & 0xff) ^ b1(k0)];
424 [(P[P_22][b2] & 0xff) ^ b2(k1)] & 0xff) ^ b2(k0)];
426 [(P[P_32][b3] & 0xff) ^ b3(k1)] & 0xff) ^ b3(k0)];
530 int k1 = k32[1];
555 gMDS0[(P[P_01][(P[P_02][b0]&0xff)^b0(k1)]&0xff)^b0(k0)] ^
556 gMDS1[(P[P_11][(P[P_12][b1]&0xff)^b1(k1)]&0xff)^b1(k0)] ^
557 gMDS2[(P[P_21][(P[P_22][b2]&0xff)^b2(k1)]&0xff)^b2(k0)] ^
558 gMDS3[(P[P_31][(P[P_32][b3]&0xff)^b3(k1)]
573 RS_MDS_Encode(int k0, int k1) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java480 * PPB: The integer <code>k1</code> where <code>x<sup>m</sup> +
481 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
484 private int k1; // can't be final - JDK 1.1 field in class:ECCurve.F2m
489 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
497 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
585 * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
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>
592 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</su
601 F2m( int m, int k1, int k2, int k3, BigInteger a, BigInteger b) argument
635 F2m( int m, int k1, int k2, int k3, BigInteger a, BigInteger b, BigInteger n, BigInteger h) argument
683 F2m(int m, int k1, int k2, int k3, ECFieldElement a, ECFieldElement b, BigInteger n, BigInteger h) argument
[all...]
H A DECFieldElement.java535 // * PPB: The integer <code>k1</code> where <code>x<sup>m</sup> +
536 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
539 // private int k1;
544 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
552 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
561 // * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
562 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
565 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
568 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</su
1039 F2m( int m, int k1, int k2, int k3, BigInteger x) argument
[all...]
/external/bzip2/
H A Dbzlib.c538 UChar k1; local
565 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
566 k1 ^= BZ_RAND_MASK; s->nblock_used++;
568 if (k1 != s->k0) { s->k0 = k1; continue; };
571 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
572 k1 ^= BZ_RAND_MASK; s->nblock_used++;
574 if (k1 != s->k0) { s->k0 = k1; continue; };
577 BZ_GET_FAST(k1); BZ_RAND_UPD_MAS
708 UChar k1; local
[all...]
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc52 // - Focal length, principal point X, principal point Y, k1, k2, k3, p1, p2
167 // BUNDLE_RADIAL actually implies bundling of k1 and k2 coefficients only,
457 const T &k1,
473 T r_coeff = (T(1) + k1*r2 + k2*r4 + k3*r6);
501 const T& k1 = intrinsics[OFFSET_K1]; local
528 k1, k2, k3,
562 APPEND_BUNDLING_INTRINSICS("k1", BUNDLE_RADIAL_K1);
588 APPEND_DISTORTION_COEFFICIENT("k1", OFFSET_K1);
453 ApplyRadialDistortionCameraIntrinsics(const T &focal_length_x, const T &focal_length_y, const T &principal_point_x, const T &principal_point_y, const T &k1, const T &k2, const T &k3, const T &p1, const T &p2, const T &normalized_x, const T &normalized_y, T *image_x, T *image_y) argument
/external/chromium_org/ash/display/
H A Ddisplay_pref_util.h18 std::map<T, std::string>* CreateToStringMap(T k1, const std::string& v1, argument
23 (*map)[k1] = v1;
31 std::map<T, std::string>* CreateToStringMap(T k1, const std::string& v1, argument
35 (*map)[k1] = v1;
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc980 int i, k1, n, n1; variable
989 k1 = b->k;
992 k1++;
993 b1 = Balloc(k1);
1001 k1 = 32 - k;
1005 z = *x++ >> k1;
1014 k1 = 16 - k;
1018 z = *x++ >> k1;
/external/chromium_org/chrome/app/
H A Dchrome_exe_main_win.cc28 unsigned short k1 = ::GetAsyncKeyState(VK_CONTROL); local
31 if ((k1 & kPressedMask) && (k2 & kPressedMask))
/external/chromium_org/media/base/
H A Dsinc_resampler.cc257 const float* const k1 = kernel_ptr + offset_idx * kKernelSize; local
258 const float* const k2 = k1 + kKernelSize;
260 // Ensure |k1|, |k2| are 16-byte aligned for SIMD usage. Should always be
262 DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(k1) & 0x0F);
272 input_ptr, k1, k2, kernel_interpolation_factor);
311 float SincResampler::Convolve_C(const float* input_ptr, const float* k1, argument
321 sum1 += *input_ptr * *k1++;
331 float SincResampler::Convolve_SSE(const float* input_ptr, const float* k1, argument
343 m_sums1 = _mm_add_ps(m_sums1, _mm_mul_ps(m_input, _mm_load_ps(k1 + i)));
349 m_sums1 = _mm_add_ps(m_sums1, _mm_mul_ps(m_input, _mm_load_ps(k1
368 Convolve_NEON(const float* input_ptr, const float* k1, const float* k2, double kernel_interpolation_factor) argument
[all...]
/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc267 uint8 k1[8], k2[8]; local
268 DESMakeKey(reinterpret_cast<const uint8*>(passbuf.data()) , k1); local
273 DESEncrypt(k1, LM_MAGIC, hash);
314 uint8 keybytes[21], k1[8], k2[8], k3[8]; local
319 DESMakeKey(keybytes , k1);
323 DESEncrypt(k1, challenge, response);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFECompositeElement.h38 SVGAnimatedNumber* k1() { return m_k1.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DSincResampler.cpp238 float* k1 = m_kernelStorage.data() + offsetIndex * m_kernelSize; local
239 float* k2 = k1 + m_kernelSize;
256 sum1 += input * *k1; \
258 ++k1; \
281 bool k1Aligned = !(reinterpret_cast<uintptr_t>(k1) & 0x0F);
286 mK1 = _mm_##l1##_ps(k1); \
295 k1 += 4; \
308 } else if (k1Aligned && !k2Aligned) { // only k1 aligned
H A DZeroPole.cpp45 const float k1 = 1 / (1 - zero); local
56 float output1 = k1 * (input - zero * lastX);

Completed in 465 milliseconds

1234567