| /TwlSDK-5.1.0/include/nitro/prc/ |
| D | algo_standard.h | 140 PRC_InitPrototypeDB_Standard(PRCPrototypeDB_Standard *protoDB, in PRC_InitPrototypeDB_Standard() argument 143 return PRC_InitPrototypeDB_Common(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB_Standard() 166 PRC_InitPrototypeDBEx_Standard(PRCPrototypeDB_Standard *protoDB, in PRC_InitPrototypeDBEx_Standard() argument 173 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Standard() 258 const PRCPrototypeDB_Standard *protoDB, 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() 309 const PRCPrototypeDB_Standard *protoDB, 336 const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognizedEntries_Standard() argument 339 input, protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntries_Standard() [all …]
|
| D | algo_fine.h | 145 PRC_InitPrototypeDB_Fine(PRCPrototypeDB_Fine *protoDB, in PRC_InitPrototypeDB_Fine() argument 148 return PRC_InitPrototypeDB_Common(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB_Fine() 171 PRC_InitPrototypeDBEx_Fine(PRCPrototypeDB_Fine *protoDB, in PRC_InitPrototypeDBEx_Fine() argument 177 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Fine() 262 const PRCPrototypeDB_Fine *protoDB, 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() 313 const PRCPrototypeDB_Fine *protoDB, 339 const PRCInputPattern_Fine *input, const PRCPrototypeDB_Fine *protoDB) in PRC_GetRecognizedEntries_Fine() argument 342 protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntries_Fine() [all …]
|
| D | algo_superfine.h | 145 PRC_InitPrototypeDB_Superfine(PRCPrototypeDB_Superfine *protoDB, in PRC_InitPrototypeDB_Superfine() argument 148 return PRC_InitPrototypeDB_Common(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB_Superfine() 171 PRC_InitPrototypeDBEx_Superfine(PRCPrototypeDB_Superfine *protoDB, in PRC_InitPrototypeDBEx_Superfine() argument 178 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Superfine() 263 const PRCPrototypeDB_Superfine *protoDB, 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() 314 const PRCPrototypeDB_Superfine *protoDB, 341 const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognizedEntries_Superfine() argument 344 input, protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntries_Superfine() [all …]
|
| D | algo_light.h | 140 PRC_InitPrototypeDB_Light(PRCPrototypeDB_Light *protoDB, in PRC_InitPrototypeDB_Light() argument 143 return PRC_InitPrototypeDB_Common(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB_Light() 166 PRC_InitPrototypeDBEx_Light(PRCPrototypeDB_Light *protoDB, in PRC_InitPrototypeDBEx_Light() argument 172 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Light() 257 const PRCPrototypeDB_Light *protoDB, 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() 308 const PRCPrototypeDB_Light *protoDB, 335 const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognizedEntries_Light() argument 338 protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntries_Light() [all …]
|
| D | algo_common.h | 279 PRC_InitPrototypeDBEx_Common(PRCPrototypeDB_Common *protoDB, 300 PRC_InitPrototypeDB_Common(PRCPrototypeDB_Common *protoDB, in PRC_InitPrototypeDB_Common() argument 303 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, PRC_KIND_ALL, FALSE, NULL); in PRC_InitPrototypeDB_Common()
|
| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_common.c | 43 PRCi_ExtractPrototypeList_Common(PRCPrototypeDB_Common *protoDB, 122 PRC_InitPrototypeDBEx_Common(PRCPrototypeDB_Common *protoDB, in PRC_InitPrototypeDBEx_Common() argument 130 SDK_ASSERT(protoDB); in PRC_InitPrototypeDBEx_Common() 135 PRCi_CountPrototypeList_Common(&protoDB->wholePointCount, &protoDB->wholeStrokeCount, in PRC_InitPrototypeDBEx_Common() 136 &protoDB->patternCount, &protoDB->maxPointCount, in PRC_InitPrototypeDBEx_Common() 137 &protoDB->maxStrokeCount, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Common() 141 protoDB->wholePointCount, in PRC_InitPrototypeDBEx_Common() 142 protoDB->wholeStrokeCount, in PRC_InitPrototypeDBEx_Common() 143 protoDB->patternCount); in PRC_InitPrototypeDBEx_Common() 150 protoDB->patterns = WAInfo.patterns; in PRC_InitPrototypeDBEx_Common() [all …]
|
| D | prc_algo_standard.c | 65 const PRCPrototypeDB_Standard *protoDB, in PRC_GetRecognitionBufferSizeEx_Standard() argument 70 (void)protoDB; in PRC_GetRecognitionBufferSizeEx_Standard() 103 const PRCPrototypeDB_Standard *protoDB, in PRC_GetRecognizedEntriesEx_Standard() argument 118 SDK_ASSERT(protoDB); in PRC_GetRecognizedEntriesEx_Standard() 127 normalizeSize = protoDB->normalizeSize; in PRC_GetRecognizedEntriesEx_Standard() 141 proto = protoDB->patterns; in PRC_GetRecognizedEntriesEx_Standard() 143 for (iPattern = 0; iPattern < protoDB->patternCount; iPattern++, proto++) in PRC_GetRecognizedEntriesEx_Standard()
|
| D | prc_algo_light.c | 49 const PRCPrototypeDB_Light *protoDB, in PRC_GetRecognitionBufferSizeEx_Light() argument 54 (void)protoDB; in PRC_GetRecognitionBufferSizeEx_Light() 87 const PRCPrototypeDB_Light *protoDB, in PRC_GetRecognizedEntriesEx_Light() argument 100 SDK_ASSERT(protoDB); in PRC_GetRecognizedEntriesEx_Light() 120 proto = protoDB->patterns; in PRC_GetRecognizedEntriesEx_Light() 122 for (iPattern = 0; iPattern < protoDB->patternCount; iPattern++, proto++) in PRC_GetRecognizedEntriesEx_Light()
|
| D | prc_algo_fine.c | 60 const PRCPrototypeDB_Fine *protoDB, in PRC_GetRecognitionBufferSizeEx_Fine() argument 68 if (maxPointCount < protoDB->maxPointCount) in PRC_GetRecognitionBufferSizeEx_Fine() 70 maxPointCount = protoDB->maxPointCount; in PRC_GetRecognitionBufferSizeEx_Fine() 107 const PRCPrototypeDB_Fine *protoDB, in PRC_GetRecognizedEntriesEx_Fine() argument 119 SDK_ASSERT(protoDB); in PRC_GetRecognizedEntriesEx_Fine() 128 normalizeSize = protoDB->normalizeSize; in PRC_GetRecognizedEntriesEx_Fine() 152 proto = protoDB->patterns; in PRC_GetRecognizedEntriesEx_Fine() 154 for (iPattern = 0; iPattern < protoDB->patternCount; iPattern++, proto++) in PRC_GetRecognizedEntriesEx_Fine()
|
| D | prc_algo_superfine.c | 60 const PRCPrototypeDB_Superfine *protoDB, in PRC_GetRecognitionBufferSizeEx_Superfine() argument 68 if (maxPointCount < protoDB->maxPointCount) in PRC_GetRecognitionBufferSizeEx_Superfine() 70 maxPointCount = protoDB->maxPointCount; in PRC_GetRecognitionBufferSizeEx_Superfine() 113 const PRCPrototypeDB_Superfine *protoDB, in PRC_GetRecognizedEntriesEx_Superfine() argument 125 SDK_ASSERT(protoDB); in PRC_GetRecognizedEntriesEx_Superfine() 134 normalizeSize = protoDB->normalizeSize; in PRC_GetRecognizedEntriesEx_Superfine() 158 proto = protoDB->patterns; in PRC_GetRecognizedEntriesEx_Superfine() 160 for (iPattern = 0; iPattern < protoDB->patternCount; iPattern++, proto++) in PRC_GetRecognizedEntriesEx_Superfine()
|
| /TwlSDK-5.1.0/build/demos/prc/characterRecognition-2/src/ |
| D | main.c | 80 PRCPrototypeDB_Common protoDB; in NitroMain() local 116 if (!PRC_InitPrototypeDB_Common(&protoDB, prototypeListBuffer, &PrototypeList)) in NitroMain() 122 normalizeSize = protoDB.normalizeSize; in NitroMain() 143 &protoDB); in NitroMain() 148 &protoDB); in NitroMain() 154 &protoDB); in NitroMain() 160 &protoDB); in NitroMain() 267 dictIndex = protoDB.patternCount - 1; in NitroMain() 279 if (dictIndex >= protoDB.patternCount) in NitroMain() 426 &inputPattern, &protoDB, in NitroMain() [all …]
|