Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_fine.c256 #define angleScores_(x,y) (*(angleScores + (x) * (maxPointCount+1) + (y))) in PRCi_CalcStrokeDistance_Fine()
263 int *angleScores; //[STROKE_PACKED_POINT_MAX+1][STROKE_PACKED_POINT_MAX+1]; in PRCi_CalcStrokeDistance_Fine() local
315 PRCi_ALLOC_ARRAY(angleScores, in PRCi_CalcStrokeDistance_Fine()
Dprc_algo_superfine.c285 #define angleScores_(x,y) (*(angleScores + (x) * (maxPointCount+1) + (y))) in PRCi_CalcStrokeDistance_Superfine()
292 int *angleScores; //[STROKE_PACKED_POINT_MAX+1][STROKE_PACKED_POINT_MAX+1]; in PRCi_CalcStrokeDistance_Superfine() local
352 PRCi_ALLOC_ARRAY(angleScores, in PRCi_CalcStrokeDistance_Superfine()