Searched defs:k2 (Results 1 - 25 of 146) sorted by path

123456

/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 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...]
/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/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/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/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.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/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/media/base/
H A Dsinc_resampler.cc258 const float* const k2 = k1 + kKernelSize; local
260 // Ensure |k1|, |k2| are 16-byte aligned for SIMD usage. Should always be
263 DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(k2) & 0x0F);
272 input_ptr, k1, k2, kernel_interpolation_factor);
312 const float* k2,
322 sum2 += *input_ptr++ * *k2++;
332 const float* k2,
344 m_sums2 = _mm_add_ps(m_sums2, _mm_mul_ps(m_input, _mm_load_ps(k2 + i)));
350 m_sums2 = _mm_add_ps(m_sums2, _mm_mul_ps(m_input, _mm_load_ps(k2 + i)));
369 const float* k2,
311 Convolve_C(const float* input_ptr, const float* k1, const float* k2, double kernel_interpolation_factor) argument
331 Convolve_SSE(const float* input_ptr, const float* k1, const float* k2, double kernel_interpolation_factor) argument
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
269 DESMakeKey(reinterpret_cast<const uint8*>(passbuf.data()) + 7, k2);
274 DESEncrypt(k2, LM_MAGIC, hash + 8);
314 uint8 keybytes[21], k1[8], k2[8], k3[8]; local
320 DESMakeKey(keybytes + 7, k2);
324 DESEncrypt(k2, challenge, response + 8);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFECompositeElement.h39 SVGAnimatedNumber* k2() { return m_k2.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.cpp239 float* k2 = k1 + m_kernelSize; local
257 sum2 += input * *k2; \
259 ++k2;
282 bool k2Aligned = !(reinterpret_cast<uintptr_t>(k2) & 0x0F);
287 mK2 = _mm_##l2##_ps(k2);
296 k2 += 4;
303 } else if (!k1Aligned && k2Aligned) { // only k2 aligned
H A DZeroPole.cpp46 const float k2 = 1 - pole; local
60 float output2 = k2 * output1 + pole * lastY;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
H A DFECompositeArithmeticNEON.h39 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
42 float32x4_t k2x4 = vdupq_n_f32(k2);
76 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
80 computeArithmeticPixelsNeon<0, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
84 computeArithmeticPixelsNeon<1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
89 computeArithmeticPixelsNeon<0, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
92 computeArithmeticPixelsNeon<1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
38 computeArithmeticPixelsNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
75 platformArithmeticNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEComposite.cpp42 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
46 , m_k2(k2)
52 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
54 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
83 float FEComposite::k2() const function in class:blink::FEComposite
88 bool FEComposite::setK2(float k2) argument
90 if (m_k2 == k2)
92 m_k2 = k2;
132 float k1, float k2, float k3, float k4)
144 float result = k2 * i
131 computeArithmeticPixels(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
164 computeArithmeticPixelsUnclamped(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
188 arithmeticSoftware(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
220 platformArithmeticSoftware(Uint8ClampedArray* source, Uint8ClampedArray* destination, float k1, float k2, float k3, float k4) argument
[all...]

Completed in 951 milliseconds

123456