Home
last modified time | relevance | path

Searched defs:maxPointCount (Results 1 – 12 of 12) sorted by relevance

/TwlSDK-5.5/include/nitro/prc/
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()
232 int maxPointCount, in PRC_InitInputPatternEx_Light()
273 PRC_GetRecognitionBufferSize_Light(int maxPointCount, 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()
512 PRC_GetRecognitionBufferSize(int maxPointCount, in PRC_GetRecognitionBufferSize()
519 PRC_GetRecognitionBufferSizeEx(int maxPointCount, 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()
237 int maxPointCount, in PRC_InitInputPatternEx_Fine()
278 PRC_GetRecognitionBufferSize_Fine(int maxPointCount, 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()
515 PRC_GetRecognitionBufferSize(int maxPointCount, in PRC_GetRecognitionBufferSize()
522 PRC_GetRecognitionBufferSizeEx(int maxPointCount, 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()
238 int maxPointCount, in PRC_InitInputPatternEx_Superfine()
279 PRC_GetRecognitionBufferSize_Superfine(int maxPointCount, 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()
519 PRC_GetRecognitionBufferSize(int maxPointCount, in PRC_GetRecognitionBufferSize()
526 PRC_GetRecognitionBufferSizeEx(int maxPointCount, in PRC_GetRecognitionBufferSizeEx()
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()
233 int maxPointCount, in PRC_InitInputPatternEx_Standard()
274 PRC_GetRecognitionBufferSize_Standard(int maxPointCount, 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()
514 PRC_GetRecognitionBufferSize(int maxPointCount, in PRC_GetRecognitionBufferSize()
521 PRC_GetRecognitionBufferSizeEx(int maxPointCount, in PRC_GetRecognitionBufferSizeEx()
Dalgo_common.h193 int maxPointCount; member
360 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Common()
/TwlSDK-5.5/build/libraries/prc/common/src/
Dprc_resample.c36 int *pSelectedPointNum, int maxPointCount, const PRCStrokes *strokes) in PRCi_TerminateStrokes()
105 int maxPointCount, in PRC_ResampleStrokes_None()
163 int maxPointCount, in PRC_ResampleStrokes_Distance()
284 int maxPointCount, in PRC_ResampleStrokes_Angle()
449 int maxPointCount, 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()
206 int maxPointCount, in PRC_InitInputPatternEx_Common()
321 int *maxPointCount, in PRCi_CountPrototypeList_Common()
553 int maxPointCount, in PRCi_ExtractInputPattern_Common()
Dprc_algo_light.c47 PRC_GetRecognitionBufferSizeEx_Light(int maxPointCount, in PRC_GetRecognitionBufferSizeEx_Light()
Dprc_algo_fine.c58 PRC_GetRecognitionBufferSizeEx_Fine(int maxPointCount, in PRC_GetRecognitionBufferSizeEx_Fine()
276 int maxPointCount; in PRCi_CalcStrokeDistance_Fine() local
Dprc_algo_standard.c63 PRC_GetRecognitionBufferSizeEx_Standard(int maxPointCount, in PRC_GetRecognitionBufferSizeEx_Standard()
Dprc_algo_superfine.c58 PRC_GetRecognitionBufferSizeEx_Superfine(int maxPointCount, in PRC_GetRecognitionBufferSizeEx_Superfine()
313 int maxPointCount; in PRCi_CalcStrokeDistance_Superfine() local
/TwlSDK-5.5/build/demos/prc/characterRecognition-2/src/
Dmain.c93 int maxPointCount; in NitroMain() local