Searched refs:angleScore (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_fine.c | 605 int localScore, angleScore; in PRCi_CalcStrokeDistance_Fine() local 614 angleScore = angleScores_(iInput, iProto) + angleScores_(iInput + 1, iProto + 1); in PRCi_CalcStrokeDistance_Fine() 618 localScore * 512 / angleScore / normalizeSize, angleScore * 2, in PRCi_CalcStrokeDistance_Fine() 625 angleScore = angleScores_(iInput, iProto) + angleScores_(iInput + 1, iProto + 1); in PRCi_CalcStrokeDistance_Fine() 627 localScore / normalizeSize, localScore * 512 / angleScore / normalizeSize, in PRCi_CalcStrokeDistance_Fine() 628 angleScore * 2); in PRCi_CalcStrokeDistance_Fine()
|
| D | prc_algo_superfine.c | 510 int localScore, angleScore; in PRCi_CalcStrokeDistance_Superfine() local 519 angleScore = angleScores_(iInput, iProto) + angleScores_(iInput + 1, iProto + 1); in PRCi_CalcStrokeDistance_Superfine() 523 localScore * 512 / angleScore / normalizeSize, angleScore * 2, in PRCi_CalcStrokeDistance_Superfine() 530 angleScore = angleScores_(iInput, iProto) + angleScores_(iInput + 1, iProto + 1); in PRCi_CalcStrokeDistance_Superfine() 532 localScore / normalizeSize, localScore * 512 / angleScore / normalizeSize, in PRCi_CalcStrokeDistance_Superfine() 533 angleScore * 2); in PRCi_CalcStrokeDistance_Superfine()
|