Searched refs:lengthFilterThreshold (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_fine.c | 33 int lengthFilterThreshold, 114 int lengthFilterThreshold, lengthFilterRatio; in PRC_GetRecognizedEntriesEx_Fine() local 136 lengthFilterThreshold = PRC_LENGTH_FILTER_DEFAULT_THRESHOLD_FINE; in PRC_GetRecognizedEntriesEx_Fine() 141 lengthFilterThreshold = param->lengthFilterThreshold; in PRC_GetRecognizedEntriesEx_Fine() 179 lengthFilterThreshold, lengthFilterRatio, iStroke, in PRC_GetRecognizedEntriesEx_Fine() 250 int lengthFilterThreshold, in PRCi_CalcStrokeDistance_Fine() argument 341 if (inputStrokeLength > lengthFilterThreshold || protoStrokeLength > lengthFilterThreshold) in PRCi_CalcStrokeDistance_Fine()
|
| D | prc_algo_superfine.c | 33 int lengthFilterThreshold, 120 int lengthFilterThreshold, lengthFilterRatio; in PRC_GetRecognizedEntriesEx_Superfine() local 142 lengthFilterThreshold = PRC_LENGTH_FILTER_DEFAULT_THRESHOLD_SUPERFINE; in PRC_GetRecognizedEntriesEx_Superfine() 147 lengthFilterThreshold = param->lengthFilterThreshold; in PRC_GetRecognizedEntriesEx_Superfine() 185 normalizeSize, lengthFilterThreshold, in PRC_GetRecognizedEntriesEx_Superfine() 279 int lengthFilterThreshold, in PRCi_CalcStrokeDistance_Superfine() argument 386 if (inputStrokeLength > lengthFilterThreshold || protoStrokeLength > lengthFilterThreshold) in PRCi_CalcStrokeDistance_Superfine()
|
| /TwlSDK-5.1.0/include/nitro/prc/ |
| D | algo_fine.h | 72 int lengthFilterThreshold; member
|
| D | algo_superfine.h | 72 int lengthFilterThreshold; member
|