Searched refs:k2 (Results 1 - 25 of 209) sorted by path

123456789

/external/aac/libSBRdec/src/
H A Denv_calc.cpp2139 int kx, k2; local
2172 k2 = workLimiterBandTable[hiLimIndex] + lowSubband;
2175 temp = FX_SGL2FX_DBL(FDK_getNumOctavesDiv8(kx,k2)); /* Number of octaves */
H A Dsbrdec_freq_sca.cpp174 UCHAR k2; local
202 k2 = diff1[stopFreq];
205 k2 = 2*k0;
207 k2 = 3*k0;
210 if (k2 > (64))
211 k2 = (64);
216 if ( ((k2 - k0) > MAX_FREQ_COEFFS) || (k2 <= k0) ) {
222 if ( (fs >= 42000) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS44100 ) ) {
226 if ( (fs >= 46009) && ( (k2
265 UCHAR k0, k2, i; local
722 int k2,kx, lsb, usb; local
[all...]
/external/aac/libSBRenc/src/
H A Dnf_est.cpp521 INT k2,kx;
526 k2=freqBandTable[nSfb];
538 ratio = fDivNorm(k2, kx, &ratio_e);
H A Dsbr_encoder.cpp706 INT k0, k2; local
715 &k2
725 k2,
H A Dsbrenc_freq_sca.cpp340 *k2 Output parameter
352 INT *k2
367 *k2 = getStopFreq(srCore, stopFreq);
369 *k2 = 2 * *k0;
371 *k2 = 3 * *k0;
375 if (*k2 > noChannels) {
376 *k2 = noChannels;
381 /* Test for invalid k0 k2 combinations */
382 if ( (srCore == 22050) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS44100 ) )
385 if ( (srCore >= 24000) && ( (*k2
408 FDKsbrEnc_UpdateFreqScale( UCHAR *v_k_master, INT *h_num_bands, const INT k0, const INT k2, const INT freqScale, const INT alterScale ) argument
[all...]
H A Dsbrenc_freq_sca.h103 const INT k2,
132 INT *k2
/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
17 data2.TryGetValue(k2, out prev);
19 data2[k2] = v;
23 public virtual TValue Get(TKey1 k1, TKey2 k2) { argument
30 data2.TryGetValue(k2, out value);
67 foreach (IDictionary<TKey2, TValue> k2 in data.Values) {
68 foreach (TValue v in k2.Values) {
/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
21 data2.TryGetValue(k2, out prev);
23 data2[k2]= v;
27 public virtual TValue Get(TKey1 k1, TKey2 k2) argument
35 data2.TryGetValue(k2, out value);
77 foreach (IDictionary<TKey2, TValue> k2 in data.Values)
79 foreach (TValue v in k2.Values)
/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
20 prev = data2.get(k2);
22 data2.put(k2, v);
26 public Value get(Key1 k1, Key2 k2) { argument
29 return data2.get(k2);
55 for (Map<Key2, Value> k2 : data.values()) {
56 for (Value v : k2.values()) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDoubleKeyMap.h18 - (id) setObject:(id)v forKey1:(id)k1 forKey2:(NSString *)k2;
19 - (id) objectForKey1:(id)k1 forKey2:(id)k2;
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java114 * @param k2 The XSLT name of the enumerated value.
115 * @param v2 An integer representation of k2.
118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2)
130 m_enums.put(k2, v2);
145 * @param k2 The XSLT name of the enumerated value.
146 * @param v2 An integer representation of k2.
151 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3)
163 m_enums.put(k2, v2);
178 * @param k2 The XSLT name of the enumerated value.
179 * @param v2 An integer representation of k2
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/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DNodeSorter.java531 NodeSortKey k2 = (NodeSortKey) m_keys.elementAt(1);
533 XObject r2 = k2.m_selectPat.execute(m_execContext, node,
534 k2.m_namespaceContext);
536 if (k2.m_treatAsNumbers) {
540 m_key2Value = k2.m_col.getCollationKey(r2.str());
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_cmac.c185 static void cmac_prepare_last_block (BT_OCTET16 k1, BT_OCTET16 k2) argument
200 else /* padding then xor with k2 */
204 smp_xor_128(&cmac_cb.text[0], k2);
218 UINT8 k1[BT_OCTET16_LEN], k2[BT_OCTET16_LEN]; local
238 leftshift_onebit(k1, k2);
239 smp_xor_128(k2, const_Rb);
244 leftshift_onebit(k1, k2);
248 print128(k2, (const UINT8 *)"K2");
250 cmac_prepare_last_block (k1, k2);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
H A DSECNamedCurves.java493 int k2 = 3;
502 ECCurve curve = configureCurve(new ECCurve.F2m(m, k1, k2, k3, a, b, n, h));
522 int k2 = 3;
531 ECCurve curve = configureCurve(new ECCurve.F2m(m, k1, k2, k3, a, b, n, h));
551 int k2 = 6;
560 ECCurve curve = configureCurve(new ECCurve.F2m(m, k1, k2, k3, a, b, n, h));
580 int k2 = 6;
589 ECCurve curve = configureCurve(new ECCurve.F2m(m, k1, k2, k3, a, b, n, h));
609 int k2 = 6;
618 ECCurve curve = configureCurve(new ECCurve.F2m(m, k1, k2, k
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9Curve.java67 int k2 = 0;
80 k2 = ASN1Integer.getInstance(pentanomial.getObjectAt(1)).getValue().intValue();
87 X9FieldElement x9A = new X9FieldElement(m, k1, k2, k3, (ASN1OctetString)seq.getObjectAt(0));
88 X9FieldElement x9B = new X9FieldElement(m, k1, k2, k3, (ASN1OctetString)seq.getObjectAt(1));
90 curve = new ECCurve.F2m(m, k1, k2, k3, x9A.getValue().toBigInteger(), x9B.getValue().toBigInteger());
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.java41 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
43 * @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> +
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
56 if (k2 == 0)
66 pentanomialParams.add(new ASN1Integer(k2));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DTwofishEngine.java391 int k2 = sBoxKeys[2];
413 b0 = (P[P_03][b0] & 0xff) ^ b0(k2);
414 b1 = (P[P_13][b1] & 0xff) ^ b1(k2);
415 b2 = (P[P_23][b2] & 0xff) ^ b2(k2);
416 b3 = (P[P_33][b3] & 0xff) ^ b3(k2);
531 int k2 = k32[2];
549 b0 = (P[P_03][b0] & 0xff) ^ b0(k2);
550 b1 = (P[P_13][b1] & 0xff) ^ b1(k2);
551 b2 = (P[P_23][b2] & 0xff) ^ b2(k2);
552 b3 = (P[P_33][b3] & 0xff) ^ b3(k2);
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java481 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
488 * PPB: The integer <code>k2</code> where <code>x<sup>m</sup> +
489 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
492 private int k2; // can't be final - JDK 1.1 field in class:ECCurve.F2m
497 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
586 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
588 * @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> +
589 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
592 * x<sup>k3</sup> + x<sup>k2</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.java536 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
543 // * PPB: The integer <code>k2</code> where <code>x<sup>m</sup> +
544 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
547 // private int k2;
552 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
562 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
564 // * @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> +
565 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
568 // * x<sup>k3</sup> + x<sup>k2</su
1039 F2m( int m, int k1, int k2, int k3, BigInteger x) argument
[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,
458 const T &k2,
473 T r_coeff = (T(1) + k1*r2 + k2*r4 + k3*r6);
502 const T& k2 = intrinsics[OFFSET_K2]; local
528 k1, k2, k3,
563 APPEND_BUNDLING_INTRINSICS("k2", BUNDLE_RADIAL_K2);
589 APPEND_DISTORTION_COEFFICIENT("k2", OFFSET_K2);
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.h19 T k2, const std::string& v2,
24 (*map)[k2] = v2;
32 T k2, const std::string& v2,
36 (*map)[k2] = v2;
18 CreateToStringMap(T k1, const std::string& v1, T k2, const std::string& v2, T k3, const std::string& v3, T k4, const std::string& v4) argument
31 CreateToStringMap(T k1, const std::string& v1, T k2, const std::string& v2, T k3, const std::string& v3) argument
/external/chromium_org/chrome/app/
H A Dchrome_exe_main_win.cc29 unsigned short k2 = ::GetAsyncKeyState(VK_MENU); local
31 if ((k1 & kPressedMask) && (k2 & kPressedMask))
/external/chromium_org/courgette/
H A Danalyze_mem_test64 done | sort -k2 -n > "${metrics_tmp}"
86 done | sort -k2 -n > "${metrics_bsdiff_tmp}"

Completed in 2339 milliseconds

123456789