Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_fine.c253 #define nMatches_(x,y) (*(nMatches + (x) * maxPointCount + (y))) in PRCi_CalcStrokeDistance_Fine() macro
397 nMatches_(0, 0) = 1; in PRCi_CalcStrokeDistance_Fine()
407 nMatches_(iInput, 0) = nMatches_(iInput - 1, 0) + 1; in PRCi_CalcStrokeDistance_Fine()
420 nMatches_(0, iProto) = nMatches_(0, iProto - 1) + 1; in PRCi_CalcStrokeDistance_Fine()
438 nMax = nMatches_(iInput - 1, iProto - 1) + 1; in PRCi_CalcStrokeDistance_Fine()
441 n = nMatches_(iInput, iProto - 1) + 1; in PRCi_CalcStrokeDistance_Fine()
450 n = nMatches_(iInput - 1, iProto) + 1; in PRCi_CalcStrokeDistance_Fine()
459 nMatches_(iInput, iProto) = nMax; in PRCi_CalcStrokeDistance_Fine()
476 nMatches_(0, 0) = 1; in PRCi_CalcStrokeDistance_Fine()
487 nMatches_(0, iProto) = nMatches_(0, iProto - 1) + 1; in PRCi_CalcStrokeDistance_Fine()
[all …]
Dprc_algo_superfine.c282 #define nMatches_(x,y) (*(nMatches + (x) * maxPointCount + (y))) in PRCi_CalcStrokeDistance_Superfine() macro
441 nMatches_(0, 0) = 1; in PRCi_CalcStrokeDistance_Superfine()
451 nMatches_(iInput, 0) = nMatches_(iInput - 1, 0) + 1; in PRCi_CalcStrokeDistance_Superfine()
464 nMatches_(0, iProto) = nMatches_(0, iProto - 1) + 1; in PRCi_CalcStrokeDistance_Superfine()
482 nMax = nMatches_(iInput - 1, iProto - 1) + 1; in PRCi_CalcStrokeDistance_Superfine()
485 n = nMatches_(iInput, iProto - 1) + 1; in PRCi_CalcStrokeDistance_Superfine()
494 n = nMatches_(iInput - 1, iProto) + 1; in PRCi_CalcStrokeDistance_Superfine()
503 nMatches_(iInput, iProto) = nMax; in PRCi_CalcStrokeDistance_Superfine()
524 sumScore_(iInput, iProto) / nMatches_(iInput, iProto) / normalizeSize); in PRCi_CalcStrokeDistance_Superfine()
537 nMatches_(inputSize - 1, protoSize - 1)); in PRCi_CalcStrokeDistance_Superfine()