Home
last modified time | relevance | path

Searched defs:maxStrokeCount (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_standard.h188 static inline u32 PRC_GetInputPatternBufferSize_Standard(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Standard()
210 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Standard()
234 int maxStrokeCount, const PRCInputPatternParam_Standard *param) in PRC_InitInputPatternEx_Standard()
275 int maxStrokeCount, const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognitionBufferSize_Standard()
491 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize()
498 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern()
507 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx()
515 int maxStrokeCount, const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognitionBufferSize()
522 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx()
Dalgo_fine.h192 static inline u32 PRC_GetInputPatternBufferSize_Fine(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Fine()
214 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Fine()
238 int maxStrokeCount, const PRCInputPatternParam_Fine *param) in PRC_InitInputPatternEx_Fine()
279 int maxStrokeCount, const PRCPrototypeDB_Fine *protoDB) in PRC_GetRecognitionBufferSize_Fine()
492 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize()
499 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern()
508 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx()
516 int maxStrokeCount, const PRCPrototypeDB_Fine *protoDB) in PRC_GetRecognitionBufferSize()
523 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx()
Dalgo_superfine.h193 static inline u32 PRC_GetInputPatternBufferSize_Superfine(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Superfine()
215 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Superfine()
239 int maxStrokeCount, const PRCInputPatternParam_Superfine *param) in PRC_InitInputPatternEx_Superfine()
280 int maxStrokeCount, const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognitionBufferSize_Superfine()
496 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize()
503 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern()
512 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx()
520 int maxStrokeCount, const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognitionBufferSize()
527 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx()
Dalgo_light.h187 static inline u32 PRC_GetInputPatternBufferSize_Light(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Light()
209 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Light()
233 int maxStrokeCount, const PRCInputPatternParam_Light *param) in PRC_InitInputPatternEx_Light()
274 int maxStrokeCount, const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognitionBufferSize_Light()
489 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize()
496 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern()
505 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx()
513 int maxStrokeCount, const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognitionBufferSize()
520 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx()
Dalgo_common.h194 int maxStrokeCount; member
360 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Common()
/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_resample.c106 int maxStrokeCount, const PRCStrokes *strokes, int threshold, void *buffer) in PRC_ResampleStrokes_None()
164 int maxStrokeCount, in PRC_ResampleStrokes_Distance()
285 int maxStrokeCount, in PRC_ResampleStrokes_Angle()
450 int maxStrokeCount, in PRC_ResampleStrokes_Recursive()
Dprc_algo_common.c91 int maxPointCount, maxStrokeCount; in PRC_GetPrototypeDBBufferSizeEx_Common() local
181 u32 PRC_GetInputPatternBufferSize_Common(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Common()
207 int maxStrokeCount, const PRCInputPatternParam_Common *param) in PRC_InitInputPatternEx_Common()
322 int *maxStrokeCount, in PRCi_CountPrototypeList_Common()
554 int maxStrokeCount, const PRCInputPatternParam_Common *param) in PRCi_ExtractInputPattern_Common()
Dprc_algo_light.c48 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx_Light()
Dprc_algo_standard.c64 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx_Standard()
Dprc_algo_fine.c59 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx_Fine()
Dprc_algo_superfine.c59 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx_Superfine()