Searched refs:sumScore (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_fine.c | 254 #define sumScore_(x,y) (*(sumScore + (x) * maxPointCount + (y))) in PRCi_CalcStrokeDistance_Fine() 261 int *sumScore; //[STROKE_PACKED_POINT_MAX][STROKE_PACKED_POINT_MAX]; in PRCi_CalcStrokeDistance_Fine() local 313 PRCi_ALLOC_ARRAY(sumScore, int, maxPointCount * maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Fine()
|
| D | prc_algo_superfine.c | 283 #define sumScore_(x,y) (*(sumScore + (x) * maxPointCount + (y))) in PRCi_CalcStrokeDistance_Superfine() 290 int *sumScore; //[STROKE_PACKED_POINT_MAX][STROKE_PACKED_POINT_MAX]; in PRCi_CalcStrokeDistance_Superfine() local 350 PRCi_ALLOC_ARRAY(sumScore, int, maxPointCount * maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
|