aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Ouyang <ouyang@google.com>2013-02-21 15:42:05 -0800
committerTom Ouyang <ouyang@google.com>2013-02-21 15:42:44 -0800
commit31f7ece4701989467457b5c7d1974e4ac0aeaa98 (patch)
treed32032c6180c4d7d12135797fd94f4a5fa226ed2
parent7739190083f80152a9aa55eb8c76ed156fc277e3 (diff)
downloadlatinime-31f7ece4701989467457b5c7d1974e4ac0aeaa98.tar.gz
latinime-31f7ece4701989467457b5c7d1974e4ac0aeaa98.tar.xz
latinime-31f7ece4701989467457b5c7d1974e4ac0aeaa98.zip
Use common incremental decoder output scale.
Change-Id: Ib6bd7be45be9229a075b6a8feb46c67ec75a9b06
-rw-r--r--native/jni/src/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index a1fdae7a4..6986f160c 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -283,6 +283,7 @@ static inline void prof_out(void) {
#define CALIBRATE_SCORE_BY_TOUCH_COORDINATES true
#define SUGGEST_MULTIPLE_WORDS true
+#define SUGGEST_INTERFACE_OUTPUT_SCALE 1000000.0f
// The following "rate"s are used as a multiplier before dividing by 100, so they are in percent.
#define WORDS_WITH_MISSING_CHARACTER_DEMOTION_RATE 80