thermal: virtualtemp: update threshold for swithcing to legacy
For mmWAVE test cases, legacy equation is under predicting heavily resulting in virtua-skin switching to vt legacy even though the model output was more accurate. This change increases the threshold to address the same Bug: 338284524 Test: Build and boot on device Change-Id: I1c7a14a1d9042a2370c30490969d29294fc95f79 Signed-off-by: Sayanna Chandula <sayanna@google.com>
This commit is contained in:
parent
ef1f5d317a
commit
640f2f6672
3 changed files with 3 additions and 3 deletions
|
@ -282,7 +282,7 @@
|
|||
"Formula": "COUNT_THRESHOLD",
|
||||
"StepRatio": 0.2,
|
||||
"Combination": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF", "VIRTUAL-SKIN-LEGACY-MODEL-DIFF"],
|
||||
"Coefficient": [7000, 7000],
|
||||
"Coefficient": [10000, 7000],
|
||||
"Multiplier": 1,
|
||||
"PassiveDelay": 7000
|
||||
},
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
"Formula": "COUNT_THRESHOLD",
|
||||
"StepRatio": 0.2,
|
||||
"Combination": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF", "VIRTUAL-SKIN-LEGACY-MODEL-DIFF"],
|
||||
"Coefficient": [7000, 7000],
|
||||
"Coefficient": [10000, 7000],
|
||||
"Multiplier": 1,
|
||||
"PassiveDelay": 7000
|
||||
},
|
||||
|
|
|
@ -261,7 +261,7 @@
|
|||
"Formula": "COUNT_THRESHOLD",
|
||||
"StepRatio": 0.2,
|
||||
"Combination": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF", "VIRTUAL-SKIN-LEGACY-MODEL-DIFF"],
|
||||
"Coefficient": [7000, 7000],
|
||||
"Coefficient": [10000, 7000],
|
||||
"Multiplier": 1,
|
||||
"PassiveDelay": 7000
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue