diff options
author | 2013-02-21 20:22:28 -0800 | |
---|---|---|
committer | 2013-02-21 20:22:28 -0800 | |
commit | 6ff234ba70ded3feacdc3357c89e28fa00ec5575 (patch) | |
tree | 44e4a2a367c82b114b9360830f59673fdbd6e177 | |
parent | 8375f4f2c584b62c0d0cf528aba37188111c218b (diff) | |
parent | c95d005c8aae0f55135efdba5564c58f83219f62 (diff) | |
download | latinime-6ff234ba70ded3feacdc3357c89e28fa00ec5575.tar.gz latinime-6ff234ba70ded3feacdc3357c89e28fa00ec5575.tar.xz latinime-6ff234ba70ded3feacdc3357c89e28fa00ec5575.zip |
am c95d005c: Merge "Use common incremental decoder output scale."
* commit 'c95d005c8aae0f55135efdba5564c58f83219f62':
Use common incremental decoder output scale.
-rw-r--r-- | native/jni/src/defines.h | 1 |
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 |