Home
last modified time | relevance | path

Searched refs:lengthFilterRatio (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.5/build/libraries/prc/common/src/
Dprc_algo_fine.c34 int lengthFilterRatio, int iStroke, void *buffer);
114 int lengthFilterThreshold, lengthFilterRatio; in PRC_GetRecognizedEntriesEx_Fine() local
137 lengthFilterRatio = PRC_LENGTH_FILTER_DEFAULT_RATIO_FINE; in PRC_GetRecognizedEntriesEx_Fine()
142 lengthFilterRatio = param->lengthFilterRatio; in PRC_GetRecognizedEntriesEx_Fine()
179 lengthFilterThreshold, lengthFilterRatio, iStroke, in PRC_GetRecognizedEntriesEx_Fine()
251 int lengthFilterRatio, int iStroke, void *buffer) in PRCi_CalcStrokeDistance_Fine() argument
343 if (inputStrokeLength * lengthFilterRatio < protoStrokeLength in PRCi_CalcStrokeDistance_Fine()
344 || protoStrokeLength * lengthFilterRatio < inputStrokeLength) in PRCi_CalcStrokeDistance_Fine()
Dprc_algo_superfine.c34 int lengthFilterRatio, int iStroke, void *buffer);
120 int lengthFilterThreshold, lengthFilterRatio; in PRC_GetRecognizedEntriesEx_Superfine() local
143 lengthFilterRatio = PRC_LENGTH_FILTER_DEFAULT_RATIO_SUPERFINE; in PRC_GetRecognizedEntriesEx_Superfine()
148 lengthFilterRatio = param->lengthFilterRatio; in PRC_GetRecognizedEntriesEx_Superfine()
186 lengthFilterRatio, iStroke, buffer); in PRC_GetRecognizedEntriesEx_Superfine()
280 int lengthFilterRatio, int iStroke, void *buffer) in PRCi_CalcStrokeDistance_Superfine() argument
388 if (inputStrokeLength * lengthFilterRatio < protoStrokeLength in PRCi_CalcStrokeDistance_Superfine()
389 || protoStrokeLength * lengthFilterRatio < inputStrokeLength) in PRCi_CalcStrokeDistance_Superfine()
/TwlSDK-5.5/include/nitro/prc/
Dalgo_fine.h73 int lengthFilterRatio; member
Dalgo_superfine.h73 int lengthFilterRatio; member