/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
product-weight.h | 28 // Product semiring: W1 * W2 29 template<class W1, class W2> 32 typedef ProductWeight<typename W1::ReverseWeight, typename W2::ReverseWeight> 37 ProductWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {} 39 static const ProductWeight<W1, W2> &Zero() { 40 static const ProductWeight<W1, W2> zero(W1::Zero(), W2::Zero()); 44 static const ProductWeight<W1, W2> &One() 163 W2 w2 = W2::Zero(); local 164 strm >> w2; local [all...] |
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.12/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...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/ |
Strings.java | 50 char W2 = (char)(0xDC00 | (U & 0x3FF)); 52 ch = W2; 108 char W2 = ch; 115 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000;
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
idct.cpp | 196 r2 = (r1 - (W2 + W6) * r2); 197 r3 = (r1 + (W2 - W6) * r3); 287 r2 = (r1 - (W2 + W6) * r2) >> 3; 288 r3 = (r1 + (W2 - W6) * r3) >> 3; 419 r2 = (r1 - (W2 + W6) * r2); 420 r3 = (r1 + (W2 - W6) * r3); 508 r2 = (r1 - (W2 + W6) * r2) >> 3; 509 r3 = (r1 + (W2 - W6) * r3) >> 3;
|
idct.h | 76 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
|
block_idct.cpp | 569 x2 = (x1 - (W2 + W6) * x2) >> 3; 570 x3 = (x1 + (W2 - W6) * x3) >> 3; 681 x2 = (x1 - (W2 + W6) * x2) >> 3; 682 x3 = (x1 + (W2 - W6) * x3) >> 3; 880 x2 = x1 - (W2 + W6) * x2; 881 x3 = x1 + (W2 - W6) * x3;
|
idct_vca.cpp | 216 x2 = (W2 * x2 + 4) >> 3; 272 x2 = W2 * x2; 325 x2 = (W2 * x2 + 4) >> 3; 386 x2 = W2 * x2; 535 x2 = (W2 * x2 + 4) >> 3; 608 x2 = (W2 * x2 + 4) >> 3;
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct.cpp | 196 r2 = (r1 - (W2 + W6) * r2); 197 r3 = (r1 + (W2 - W6) * r3); 287 r2 = (r1 - (W2 + W6) * r2) >> 3; 288 r3 = (r1 + (W2 - W6) * r3) >> 3; 419 r2 = (r1 - (W2 + W6) * r2); 420 r3 = (r1 + (W2 - W6) * r3); 508 r2 = (r1 - (W2 + W6) * r2) >> 3; 509 r3 = (r1 + (W2 - W6) * r3) >> 3;
|
idct.h | 76 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
|
block_idct.cpp | 568 x2 = (x1 - (W2 + W6) * x2) >> 3; 569 x3 = (x1 + (W2 - W6) * x3) >> 3; 680 x2 = (x1 - (W2 + W6) * x2) >> 3; 681 x3 = (x1 + (W2 - W6) * x3) >> 3; 879 x2 = x1 - (W2 + W6) * x2; 880 x3 = x1 + (W2 - W6) * x3;
|
idct_vca.cpp | 211 x2 = (W2 * x2 + 4) >> 3; 267 x2 = W2 * x2; 320 x2 = (W2 * x2 + 4) >> 3; 381 x2 = W2 * x2; 527 x2 = (W2 * x2 + 4) >> 3; 600 x2 = (W2 * x2 + 4) >> 3;
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
fastidct.cpp | 116 x2 = W2 * x2; 151 x2 = W2 * x2; 216 x2 = W2 * x2; 285 x2 = x1 - (W2 + W6) * x2; 286 x3 = x1 + (W2 - W6) * x3; 455 x2 = (W2 * x2 + 4) >> 3; 525 x2 = (W2 * x2 + 4) >> 3; 652 x2 = (W2 * x2 + 4) >> 3; 787 x2 = (x1 - (W2 + W6) * x2) >> 3; 788 x3 = (x1 + (W2 - W6) * x3) >> 3 [all...] |
dct.h | 39 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
|
/external/opencore/protocols/rtp_payload_parser/util/output/ |
pv_rtp.bin | [all...] |