HomeSort by relevance Sort by last modified time
    Searched refs:tempWord (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.cpp 249 Word16 tempWord;
257 tempWord =
266 tempWord,
318 tempWord =
327 tempWord,
632 Word16 tempWord;
657 /* tempWord =
662 tempWord = ((Word32) index * 5) << 1;
664 /* tempWord =
666 tempWord,
    [all...]
c4_17pf.cpp 233 Word16 tempWord;
241 tempWord =
250 tempWord,
297 tempWord = T0 - L_CODE;
299 if (tempWord < 0)
303 tempWord =
312 tempWord,
c3_14pf.cpp 222 Word16 tempWord;
231 tempWord =
240 tempWord,
291 tempWord =
300 tempWord,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LanguageModelParam.java 91 final String tempWord = tokens.get(i);
92 if (StringUtils.isEmptyStringOrWhiteSpaces(tempWord)) {
95 Log.d(TAG, "--- isEmptyStringOrWhiteSpaces: \"" + tempWord + "\"");
100 tempWord, spacingAndPunctuations)) {
103 + tempWord + "\"");
110 Log.d(TAG, "--- word: \"" + tempWord + "\"");
114 prevWordsInfo, tempWord, timestamp, dictionaryFacilitator,
121 new PrevWordsInfo.WordInfo(tempWord));
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 137 UINT tempWord;
186 tempWord = 0xFFFFFFFF;
192 *pCodewordBitfield++ = tempWord;
196 /* prepare last tempWord */
198 tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD-1-remainingCodewordsInSet)); /* set a zero at bit number (NUMBER_OF_BIT_IN_WORD-1-i) in tempWord */
200 *pCodewordBitfield++ = tempWord;
201 tempWord = 0x00000000;
225 /* derive tempWord with bitwise and *
    [all...]

Completed in 105 milliseconds