Home
last modified time | relevance | path

Searched refs:maxStrokeCount (Results 1 – 12 of 12) 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() argument
190 return PRC_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Standard()
210 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Standard() argument
212 return PRC_InitInputPattern_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern_Standard()
234 int maxStrokeCount, const PRCInputPatternParam_Standard *param) in PRC_InitInputPatternEx_Standard() argument
236 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Standard()
257 int maxStrokeCount,
275 int maxStrokeCount, const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognitionBufferSize_Standard() argument
277 return PRC_GetRecognitionBufferSizeEx_Standard(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Standard()
491 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize() argument
[all …]
Dalgo_fine.h192 static inline u32 PRC_GetInputPatternBufferSize_Fine(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Fine() argument
194 return PRC_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Fine()
214 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Fine() argument
216 return PRC_InitInputPattern_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern_Fine()
238 int maxStrokeCount, const PRCInputPatternParam_Fine *param) in PRC_InitInputPatternEx_Fine() argument
240 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Fine()
261 int maxStrokeCount,
279 int maxStrokeCount, const PRCPrototypeDB_Fine *protoDB) in PRC_GetRecognitionBufferSize_Fine() argument
281 return PRC_GetRecognitionBufferSizeEx_Fine(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Fine()
492 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize() argument
[all …]
Dalgo_superfine.h193 static inline u32 PRC_GetInputPatternBufferSize_Superfine(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Superfine() argument
195 return PRC_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Superfine()
215 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Superfine() argument
217 return PRC_InitInputPattern_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern_Superfine()
239 int maxStrokeCount, const PRCInputPatternParam_Superfine *param) in PRC_InitInputPatternEx_Superfine() argument
241 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Superfine()
262 int maxStrokeCount,
280 int maxStrokeCount, const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognitionBufferSize_Superfine() argument
282 return PRC_GetRecognitionBufferSizeEx_Superfine(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Superfine()
496 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize() argument
[all …]
Dalgo_light.h187 static inline u32 PRC_GetInputPatternBufferSize_Light(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Light() argument
189 return PRC_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Light()
209 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Light() argument
211 return PRC_InitInputPattern_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern_Light()
233 int maxStrokeCount, const PRCInputPatternParam_Light *param) in PRC_InitInputPatternEx_Light() argument
235 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Light()
256 int maxStrokeCount,
274 int maxStrokeCount, const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognitionBufferSize_Light() argument
276 return PRC_GetRecognitionBufferSizeEx_Light(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Light()
489 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize() argument
[all …]
Dresample.h59 int maxStrokeCount,
81 int maxStrokeCount,
103 int maxStrokeCount,
125 int maxStrokeCount,
Dalgo_common.h194 int maxStrokeCount; member
317 u32 PRC_GetInputPatternBufferSize_Common(int maxPointCount, int maxStrokeCount);
341 int maxStrokeCount, const PRCInputPatternParam_Common *param);
360 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Common() argument
362 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, 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() argument
112 (void)maxStrokeCount; in PRC_ResampleStrokes_None()
164 int maxStrokeCount, in PRC_ResampleStrokes_Distance() argument
177 SDK_ASSERT(maxStrokeCount > 0); in PRC_ResampleStrokes_Distance()
236 if (strokeCount >= maxStrokeCount) in PRC_ResampleStrokes_Distance()
285 int maxStrokeCount, in PRC_ResampleStrokes_Angle() argument
300 SDK_ASSERT(maxStrokeCount > 0); in PRC_ResampleStrokes_Angle()
401 if (strokeCount >= maxStrokeCount) in PRC_ResampleStrokes_Angle()
450 int maxStrokeCount, in PRC_ResampleStrokes_Recursive() argument
479 if (selectedPointNum + 3 > maxPointCount || strokeCount > maxStrokeCount) in PRC_ResampleStrokes_Recursive()
Dprc_algo_common.c30 int *maxStrokeCount,
56 int maxStrokeCount, const PRCInputPatternParam_Common *param);
91 int maxPointCount, maxStrokeCount; in PRC_GetPrototypeDBBufferSizeEx_Common() local
96 &patternCount, &maxPointCount, &maxStrokeCount, in PRC_GetPrototypeDBBufferSizeEx_Common()
137 &protoDB->maxStrokeCount, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Common()
181 u32 PRC_GetInputPatternBufferSize_Common(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Common() argument
183 return PRCi_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Common()
207 int maxStrokeCount, const PRCInputPatternParam_Common *param) in PRC_InitInputPatternEx_Common() argument
215 bufferSize = PRCi_SetPatternBufferInfo_Common(&WAInfo, buffer, maxPointCount, maxStrokeCount); in PRC_InitInputPatternEx_Common()
218 PRCi_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount)), in PRC_InitInputPatternEx_Common()
[all …]
Dprc_algo_light.c48 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx_Light() argument
53 (void)maxStrokeCount; in PRC_GetRecognitionBufferSizeEx_Light()
Dprc_algo_standard.c64 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx_Standard() argument
69 (void)maxStrokeCount; in PRC_GetRecognitionBufferSizeEx_Standard()
Dprc_algo_fine.c59 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx_Fine() argument
65 (void)maxStrokeCount; in PRC_GetRecognitionBufferSizeEx_Fine()
Dprc_algo_superfine.c59 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx_Superfine() argument
65 (void)maxStrokeCount; in PRC_GetRecognitionBufferSizeEx_Superfine()