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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 76 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.h 39 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
  /external/openfst/src/include/fst/
expectation-weight.h 59 typedef X2 W2;
110 uint64 props2 = W2::Properties();
random-weight.h 189 typedef typename G2::Weight W2;
197 W2 w2 = generator2_(); local
198 return Weight(w1, w2);
215 typedef typename G2::Weight W2;
216 typedef LexicographicWeight<W1, W2> Weight;
226 return Weight(W1::Zero(), W2::Zero());
229 W2 w2 = generator2_(); local
230 return Weight(w1, w2);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 52 char W2 = (char)(0xDC00 | (U & 0x3FF));
54 ch = W2;
136 char W2 = ch;
143 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 128 typedef typename G2::Weight W2;
129 typedef ProductWeight<W1, W2> Weight;
136 W2 w2 = generator2_(); local
137 return Weight(w1, w2);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_iconv.c 440 Uint16 W1, W2;
463 W2 = ((Uint16)p[0] << 8) |
467 if ( W2 < 0xDC00 || W2 > 0xDFFF ) {
475 (Uint32)(W2 & 0x3FF)) + 0x10000;
481 Uint16 W1, W2;
504 W2 = ((Uint16)p[1] << 8) |
508 if ( W2 < 0xDC00 || W2 > 0xDFFF ) {
516 (Uint32)(W2 & 0x3FF)) + 0x10000
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 416 CvMat W1 = cvMat(3,9,CV_64F,_W1), W2 = cvMat(3,3,CV_64F,_W2);
429 cvMatMul( &W1, &dR1dr1, &W2 );
430 cvConvert( &W2, dr3dr1 );
436 cvMatMul( &W1, &dR2dr2, &W2 );
437 cvConvert( &W2, dr3dr2 );
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 159 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
164 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,

Completed in 466 milliseconds