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

  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
idct.h 76 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
dct.h 39 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 76 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
  /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/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.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...]

Completed in 511 milliseconds