HomeSort by relevance Sort by last modified time
    Searched defs:W1 (Results 1 - 20 of 20) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 75 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
89 /* for the transform coefficients (W1,...W7) */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.h 38 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
  /external/openfst/src/include/fst/
expectation-weight.h 58 typedef X1 W1;
109 uint64 props1 = W1::Properties();
random-weight.h 188 typedef typename G1::Weight W1;
196 W1 w1 = generator1_(); local
198 return Weight(w1, w2);
214 typedef typename G1::Weight W1;
216 typedef LexicographicWeight<W1, W2> Weight;
226 return Weight(W1::Zero(), W2::Zero());
228 W1 w1 = generator1_(); local
230 return Weight(w1, w2)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 51 char W1 = (char)(0xD800 | (U >> 10));
53 cs[length++] = W1;
134 char W1 = ch;
139 if (W1 > 0xDBFF)
143 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000;
  /external/clang/test/CodeGenCXX/
microsoft-abi-rtti.cpp 18 struct W1 : virtual V1 {};
19 struct Y1 : W1, virtual V1 {} y1;
69 // CHECK: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null]
71 // CHECK: @"\01??_R1A@?0A@EA@W1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUW1@@@8" to i8*), i32 2, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3W1@@8" }
74 // CHECK: @"\01??_R2W1@@8" = linkonce_odr constant [4 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null]
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 127 typedef typename G1::Weight W1;
129 typedef ProductWeight<W1, W2> Weight;
135 W1 w1 = generator1_(); local
137 return Weight(w1, w2);
  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 105 struct W1 { void operator delete[] (void *, size_t) {} };
110 struct W4 : public W1 {};
136 check_cookie<W1> (9);
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 105 struct W1 { void operator delete[] (void *, size_t) {} };
110 struct W4 : public W1 {};
136 check_cookie<W1> (9);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_iconv.c 440 Uint16 W1, W2;
444 W1 = ((Uint16)p[0] << 8) |
448 if ( W1 < 0xD800 || W1 > 0xDFFF ) {
449 ch = (Uint32)W1;
452 if ( W1 > 0xDBFF ) {
474 ch = (((Uint32)(W1 & 0x3FF) << 10) |
481 Uint16 W1, W2;
485 W1 = ((Uint16)p[1] << 8) |
489 if ( W1 < 0xD800 || W1 > 0xDFFF )
    [all...]
  /external/chromium_org/third_party/libyuv/util/
ssim.cc 66 W1 = MAKE_WEIGHT(1),
230 const __m128i w1 = _mm_unpacklo_epi8(v1, zero); \
232 const __m128i ww1 = _mm_mullo_epi16(w1, (WEIGHT).values_.m_); \
238 xy = _mm_add_epi32(xy, _mm_madd_epi16(ww0, w1)); \
239 yy = _mm_add_epi32(yy, _mm_madd_epi16(ww1, w1)); \
249 LOAD_LINE_PAIR(1, W1);
253 LOAD_LINE_PAIR(5, W1);
  /external/chromium_org/third_party/opus/src/src/
mlp_train.c 117 double *W0, *W1;
133 W1 = net->weights[1];
152 double sum = W1[i*(hiddenDim+1)];
154 sum += W1[i*(hiddenDim+1)+j+1]*hidden[j];
174 grad += error[j]*W1[j*(hiddenDim+1)+i+1];
232 double *W0, *W1, *best_W0, *best_W1;
254 W1 = net->weights[1];
273 memcpy(W1_old, W1, W1_size*sizeof(double));
274 memcpy(W1_old2, W1, W1_size*sizeof(double));
334 best_W1[i] = W1[i]
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 416 CvMat W1 = cvMat(3,9,CV_64F,_W1), W2 = cvMat(3,3,CV_64F,_W2);
428 cvMatMul( &dr3dR3, &dR3dR1, &W1 );
429 cvMatMul( &W1, &dR1dr1, &W2 );
435 cvMatMul( &dr3dR3, &dR3dR2, &W1 );
436 cvMatMul( &W1, &dR2dr2, &W2 );
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 82 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
87 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /art/runtime/arch/arm64/
registers_arm64.h 76 W1 = 1,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 634 ECFieldElement W1 = X1.multiply(C), W2 = X2.multiply(C);
635 ECFieldElement A1 = W1.subtract(W2).multiply(Y1);
637 X3 = dy.square().subtract(W1).subtract(W2);
638 Y3 = W1.subtract(X3).multiply(dy).subtract(A1);
    [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 1469 double x1,y1,w1,x2,y2,w2; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 260 #define W1(x) ((USHORT)(x.ExceptionInformation[0]))
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 427 milliseconds