Searched refs:tempWord (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | c2_11pf.cpp | 249 Word16 tempWord; in code_2i40_11bits() local 257 tempWord = in code_2i40_11bits() 266 tempWord, in code_2i40_11bits() 318 tempWord = in code_2i40_11bits() 327 tempWord, in code_2i40_11bits() 632 Word16 tempWord; in build_code() local 669 tempWord >>= 1; in build_code() 679 tempWord = track; in build_code() 681 if (tempWord == 0) in build_code() 694 tempWord = k; in build_code() [all …]
|
H A D | c4_17pf.cpp | 233 Word16 tempWord; in code_4i40_17bits() local 241 tempWord = in code_4i40_17bits() 250 tempWord, in code_4i40_17bits() 297 tempWord = T0 - L_CODE; in code_4i40_17bits() 299 if (tempWord < 0) in code_4i40_17bits() 303 tempWord = in code_4i40_17bits() 312 tempWord, in code_4i40_17bits()
|
H A D | c3_14pf.cpp | 222 Word16 tempWord; in code_3i40_14bits() local 231 tempWord = in code_3i40_14bits() 240 tempWord, in code_3i40_14bits() 291 tempWord = in code_3i40_14bits() 300 tempWord, in code_3i40_14bits()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | WordInputEventForPersonalization.java | 64 final String tempWord = tokens.get(i); in createInputEventFrom() local 65 if (StringUtils.isEmptyStringOrWhiteSpaces(tempWord)) { in createInputEventFrom() 68 Log.d(TAG, "--- isEmptyStringOrWhiteSpaces: \"" + tempWord + "\""); in createInputEventFrom() 73 tempWord, spacingAndPunctuations)) { in createInputEventFrom() 76 + tempWord + "\""); in createInputEventFrom() 84 Log.d(TAG, "--- word: \"" + tempWord + "\""); in createInputEventFrom() 88 ngramContext, tempWord, timestamp, locale); in createInputEventFrom() 93 ngramContext = ngramContext.getNextNgramContext(new NgramContext.WordInfo(tempWord)); in createInputEventFrom()
|