Searched refs:inputStrokeLength (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_superfine.c | 311 fx32 protoStrokeLength, inputStrokeLength; in PRCi_CalcStrokeDistance_Superfine() local 375 inputStrokeLength = inputData->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() 392 OS_Printf("Skipped because of length filter %d <=> %d\n", FX_Whole(inputStrokeLength), in PRCi_CalcStrokeDistance_Superfine() 787 weight = FX_Div(inputLocalLength, inputStrokeLength); in PRCi_CalcStrokeDistance_Superfine() 796 inputStrokeLength, inputLocalLength, protoStrokeLength, protoLocalLength); in PRCi_CalcStrokeDistance_Superfine()
|
| D | prc_algo_fine.c | 275 fx32 protoStrokeLength, inputStrokeLength; in PRCi_CalcStrokeDistance_Fine() local 332 inputStrokeLength = inputData->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() 347 OS_Printf("Skipped because of length filter %d <=> %d\n", FX_Whole(inputStrokeLength), in PRCi_CalcStrokeDistance_Fine()
|