Home
last modified time | relevance | path

Searched refs:protoStrokeLength (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_superfine.c311 fx32 protoStrokeLength, inputStrokeLength; in PRCi_CalcStrokeDistance_Superfine() local
374 protoStrokeLength = protoData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Superfine()
386 if (inputStrokeLength > lengthFilterThreshold || protoStrokeLength > lengthFilterThreshold) in PRCi_CalcStrokeDistance_Superfine()
388 if (inputStrokeLength * lengthFilterRatio < protoStrokeLength in PRCi_CalcStrokeDistance_Superfine()
389 || protoStrokeLength * lengthFilterRatio < inputStrokeLength) in PRCi_CalcStrokeDistance_Superfine()
393 FX_Whole(protoStrokeLength)); in PRCi_CalcStrokeDistance_Superfine()
788 tmp = FX_Div(protoLocalLength, protoStrokeLength); in PRCi_CalcStrokeDistance_Superfine()
796 inputStrokeLength, inputLocalLength, protoStrokeLength, protoLocalLength); in PRCi_CalcStrokeDistance_Superfine()
Dprc_algo_fine.c275 fx32 protoStrokeLength, inputStrokeLength; in PRCi_CalcStrokeDistance_Fine() local
331 protoStrokeLength = protoData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Fine()
341 if (inputStrokeLength > lengthFilterThreshold || protoStrokeLength > lengthFilterThreshold) in PRCi_CalcStrokeDistance_Fine()
343 if (inputStrokeLength * lengthFilterRatio < protoStrokeLength in PRCi_CalcStrokeDistance_Fine()
344 || protoStrokeLength * lengthFilterRatio < inputStrokeLength) in PRCi_CalcStrokeDistance_Fine()
348 FX_Whole(protoStrokeLength)); in PRCi_CalcStrokeDistance_Fine()