HomeSort by relevance Sort by last modified time
    Searched refs:word2 (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 91 uint32 pred_word, word1, word2; local
119 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */
121 pred_word = word1 | (word2 << 24); /* b5 b4 b3 b2 */
125 word2 >>= 8; /* 0 b8 b7 b6 */
126 pred_word = word2 | (word1 << 24); /* b9 b8 b7 b6 */
141 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */
143 pred_word = word1 | (word2 << 16); /* b6 b5 b4 b3 */
147 word2 >>= 16; /* 0 0 b8 b7 */
148 pred_word = word2 | (word1 << 16); /* b10 b9 b8 b7 */
164 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 *
191 uint32 word1, word2, word3, word12; local
520 uint32 word1, word2, word3, word12, word22; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryBigramList.java 49 public void addBigram(String word1, String word2) {
50 addBigram(word1, word2, FORGETTING_CURVE_INITIAL_VALUE);
56 public void addBigram(String word1, String word2, byte fcValue) {
58 Log.d(TAG, "--- add bigram: " + word1 + ", " + word2 + ", " + fcValue);
67 if (!map.containsKey(word2)) {
69 map.put(word2, fcValue);
76 public void updateBigram(String word1, String word2, byte fcValue) {
78 Log.d(TAG, "--- update bigram: " + word1 + ", " + word2 + ", " + fcValue);
86 if (!map.containsKey(word2)) {
89 map.put(word2, fcValue)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 358 ULong pred_word, word1, word2; local
389 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */
391 pred_word = word1 | (word2 << 24); /* b5 b4 b3 b2 */
395 word2 >>= 8; /* 0 b8 b7 b6 */
396 pred_word = word2 | (word1 << 24); /* b9 b8 b7 b6 */
411 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */
413 pred_word = word1 | (word2 << 16); /* b6 b5 b4 b3 */
417 word2 >>= 16; /* 0 0 b8 b7 */
418 pred_word = word2 | (word1 << 16); /* b10 b9 b8 b7 */
433 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 *
458 ULong word1, word2, word3, word12; local
783 ULong word1, word2, word3, word12, word22; local
    [all...]
  /external/stlport/test/unit/
setdiff_test.cpp 75 const char* word2 = "LMNOPQRSTUVWXYZ"; local
78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
126 const char* word2 = "LMNOPQRSTUVWXYZ"; local
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
setinter_test.cpp 69 const char* word2 = "LMNOPQRSTUVWXYZ"; local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 72 const char* word2 = "LMNOPQRSTUVWXYZ"; local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
swap_test.cpp 58 char word2[] = "Hello"; local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
61 CPPUNIT_ASSERT(!strcmp(word2, "World"));
  /ndk/tests/device/test-gnustl-full/unit/
setdiff_test.cpp 75 const char* word2 = "LMNOPQRSTUVWXYZ"; local
78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
126 const char* word2 = "LMNOPQRSTUVWXYZ"; local
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
setinter_test.cpp 69 const char* word2 = "LMNOPQRSTUVWXYZ"; local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 72 const char* word2 = "LMNOPQRSTUVWXYZ"; local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
swap_test.cpp 58 char word2[] = "Hello"; local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
61 CPPUNIT_ASSERT(!strcmp(word2, "World"));
  /ndk/tests/device/test-stlport/unit/
setdiff_test.cpp 75 const char* word2 = "LMNOPQRSTUVWXYZ"; local
78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
126 const char* word2 = "LMNOPQRSTUVWXYZ"; local
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
setinter_test.cpp 69 const char* word2 = "LMNOPQRSTUVWXYZ"; local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 72 const char* word2 = "LMNOPQRSTUVWXYZ"; local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
swap_test.cpp 58 char word2[] = "Hello"; local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
61 CPPUNIT_ASSERT(!strcmp(word2, "World"));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserHistoryDictIOUtils.java 62 public void setBigram(final String word1, final String word2, final int frequency);
67 public int getFrequency(final String word1, final String word2);
102 for (final String word2 : word1Bigrams.keySet()) {
103 final int freq = dict.getFrequency(word1, word2);
110 Log.d(TAG, "add unigram: " + word2 + "," + Integer.toString(freq));
113 + "," + word2 + "," + Integer.toString(freq));
118 fusionDict.add(word2, freq, null, false /* isNotAWord */);
123 fusionDict.setBigram(word1, word2, freq);
125 bigrams.updateBigram(word1, word2, (byte)freq);
169 final String word2 = unigrams.get(attr.mAddress) local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 71 public int compare(WnnWord word1, WnnWord word2) {
72 return word1.stroke.compareTo(word2.stroke);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java 68 public int compare(WnnWord word1, WnnWord word2) {
69 return word1.stroke.compareTo(word2.stroke);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
bigram_dictionary.h 32 int getBigramProbability(const int *word1, int length1, const int *word2, int length2) const;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
UserHistoryDictIOUtilsTests.java 60 public int getFrequency(String word1, String word2) {
74 private void addBigram(final String word1, final String word2,
77 addWord(word2, addedWords);
78 addedWords.get(word1).add(word2);
81 private void addBigramToBigramList(final String word1, final String word2,
85 bigramList.addBigram(word1, word2);
87 addBigram(word1, word2, addedWords);
205 public void setBigram(final String word1, final String word2, final int frequency) {
206 Log.d(TAG, "in: setBigram: " + word1 + "," + word2 + "," + frequency);
207 resultList.addBigram(word1, word2, (byte)frequency)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 115 ;// M_LOAD_XINT $pSrc, $srcStep, $offset, $word0, $word1, $word2, $word3
129 ;// $word0, $word1, $word2, $word3
137 ;// | Offset | Aligned Ptr | word0 | word1 | word2 | word3 |
151 ;// Note: {$word0, $word1, $word2, $word3} should be registers with ascending
155 M_LOAD_XINT $pSrc, $srcStep, $offset, $word0, $word1, $word2, $word3
157 LDM $pSrc, {$word0, $word1, $word2}
159 LDM $pSrc, {$word0, $word2, $word3}
169 ;// M_EXT_XINT $offset, $word0, $word1, $word2, $word3
175 ;// $word0, $word1, $word2, $word3
181 ;// | Offset | Aligned Ptr | word0 | word1 | word2 | word3
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 260 UInt word2; member in struct:__anon29384::__anon29385::__anon29387
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.cc 157 uint32 word0, word1, word2; local
174 word2 = UnalignedLoad32(word_ptr + 8) & kWordMask0[bytecount & 3];
175 word2 = word2 ^ (word2 << 2);
176 return (word0 ^ prepost) + word1 + word2;
  /external/chromium/base/i18n/
break_iterator_unittest.cc 69 const string16 word2(str.substr(11, 5));
80 EXPECT_EQ(word2, iter.GetString());
177 const string16 word2(str.substr(11, 5));
185 EXPECT_EQ(word2, iter.GetString());
  /external/chromium_org/base/i18n/
break_iterator_unittest.cc 72 const string16 word2(str.substr(11, 5));
83 EXPECT_EQ(word2, iter.GetString());
180 const string16 word2(str.substr(11, 5));
188 EXPECT_EQ(word2, iter.GetString());

Completed in 1015 milliseconds

1 2