aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src
diff options
context:
space:
mode:
authorTom Ouyang <ouyang@google.com>2013-02-22 04:19:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-02-22 04:19:34 +0000
commitc95d005c8aae0f55135efdba5564c58f83219f62 (patch)
tree702b76618dc1a5513477a2d938c55dfe587be86d /native/jni/src
parent07050549b1f91a787fadb553cc834f9833617041 (diff)
parent31f7ece4701989467457b5c7d1974e4ac0aeaa98 (diff)
downloadlatinime-c95d005c8aae0f55135efdba5564c58f83219f62.tar.gz
latinime-c95d005c8aae0f55135efdba5564c58f83219f62.tar.xz
latinime-c95d005c8aae0f55135efdba5564c58f83219f62.zip
Merge "Use common incremental decoder output scale."
Diffstat (limited to 'native/jni/src')
-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 a4edf9139..28fe1fe37 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -287,6 +287,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