Searched refs:nMatches (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_superfine.c | 282 #define nMatches_(x,y) (*(nMatches + (x) * maxPointCount + (y))) in PRCi_CalcStrokeDistance_Superfine() 289 int *nMatches; //[STROKE_PACKED_POINT_MAX][STROKE_PACKED_POINT_MAX]; in PRCi_CalcStrokeDistance_Superfine() local 349 PRCi_ALLOC_ARRAY(nMatches, int, maxPointCount * maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Superfine() 544 int nMatches; in PRCi_CalcStrokeDistance_Superfine() local 613 nMatches = 0; in PRCi_CalcStrokeDistance_Superfine() 614 inputMatch[nMatches] = 0; in PRCi_CalcStrokeDistance_Superfine() 615 protoMatch[nMatches] = 0; in PRCi_CalcStrokeDistance_Superfine() 616 nMatches++; in PRCi_CalcStrokeDistance_Superfine() 621 inputMatch[nMatches] = iInput; in PRCi_CalcStrokeDistance_Superfine() 622 protoMatch[nMatches] = inputPair[iInput]; in PRCi_CalcStrokeDistance_Superfine() [all …]
|
| D | prc_algo_fine.c | 253 #define nMatches_(x,y) (*(nMatches + (x) * maxPointCount + (y))) in PRCi_CalcStrokeDistance_Fine() 260 int *nMatches; //[STROKE_PACKED_POINT_MAX][STROKE_PACKED_POINT_MAX]; in PRCi_CalcStrokeDistance_Fine() local 312 PRCi_ALLOC_ARRAY(nMatches, int, maxPointCount * maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Fine()
|