Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_superfine.c299 int *protoMatch; //[STROKE_PACKED_POINT_MAX+2]; in PRCi_CalcStrokeDistance_Superfine() local
359 PRCi_ALLOC_ARRAY(protoMatch, int, maxPointCount + 2, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
615 protoMatch[nMatches] = 0; in PRCi_CalcStrokeDistance_Superfine()
622 protoMatch[nMatches] = inputPair[iInput]; in PRCi_CalcStrokeDistance_Superfine()
627 protoMatch[nMatches] = protoSize - 1; in PRCi_CalcStrokeDistance_Superfine()
634 OS_Printf(" <%d> v <%d>\n", inputMatch[iMatch], protoMatch[iMatch]); in PRCi_CalcStrokeDistance_Superfine()
651 OS_Printf(" [%d, %d] - [%d, %d]\n", inputMatch[iMatch], protoMatch[iMatch], in PRCi_CalcStrokeDistance_Superfine()
652 inputMatch[iMatch + 1], protoMatch[iMatch + 1]); in PRCi_CalcStrokeDistance_Superfine()
660 for (iProto = protoMatch[iMatch] + 1; iProto <= protoMatch[iMatch + 1]; iProto++) in PRCi_CalcStrokeDistance_Superfine()
670 iProto = protoMatch[iMatch] + 1; in PRCi_CalcStrokeDistance_Superfine()
[all …]