| /TwlSDK-5.1.0/include/nitro/prc/ |
| D | types.h | 91 typedef struct PRCPrototypeEntry struct 102 PRCPrototypeEntry; argument 109 const PRCPrototypeEntry *entries;
|
| D | algo_standard.h | 304 PRC_GetRecognizedEntriesEx_Standard(PRCPrototypeEntry **resultEntries, 331 PRC_GetRecognizedEntries_Standard(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries_Standard() 360 PRC_GetRecognizedEntryEx_Standard(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntryEx_Standard() 387 PRC_GetRecognizedEntry_Standard(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntry_Standard() 530 PRC_GetRecognizedEntry(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntry() 537 PRC_GetRecognizedEntryEx(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntryEx() 547 PRC_GetRecognizedEntries(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries() 557 PRC_GetRecognizedEntriesEx(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx()
|
| D | algo_fine.h | 308 PRC_GetRecognizedEntriesEx_Fine(PRCPrototypeEntry **resultEntries, 335 PRC_GetRecognizedEntries_Fine(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries_Fine() 363 PRC_GetRecognizedEntryEx_Fine(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntryEx_Fine() 390 PRC_GetRecognizedEntry_Fine(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntry_Fine() 531 PRC_GetRecognizedEntry(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntry() 538 PRC_GetRecognizedEntryEx(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntryEx() 548 PRC_GetRecognizedEntries(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries() 558 PRC_GetRecognizedEntriesEx(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx()
|
| D | algo_superfine.h | 309 PRC_GetRecognizedEntriesEx_Superfine(PRCPrototypeEntry **resultEntries, 336 PRC_GetRecognizedEntries_Superfine(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries_Superfine() 365 PRC_GetRecognizedEntryEx_Superfine(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntryEx_Superfine() 392 PRC_GetRecognizedEntry_Superfine(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntry_Superfine() 535 PRC_GetRecognizedEntry(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntry() 542 PRC_GetRecognizedEntryEx(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntryEx() 552 PRC_GetRecognizedEntries(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries() 562 PRC_GetRecognizedEntriesEx(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx()
|
| D | algo_light.h | 303 PRC_GetRecognizedEntriesEx_Light(PRCPrototypeEntry **resultEntries, 330 PRC_GetRecognizedEntries_Light(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries_Light() 359 PRC_GetRecognizedEntryEx_Light(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntryEx_Light() 386 PRC_GetRecognizedEntry_Light(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntry_Light() 528 PRC_GetRecognizedEntry(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntry() 535 PRC_GetRecognizedEntryEx(PRCPrototypeEntry **resultEntry, in PRC_GetRecognizedEntryEx() 545 PRC_GetRecognizedEntries(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries() 555 PRC_GetRecognizedEntriesEx(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx()
|
| D | common.h | 72 const PRCPrototypeList *prototypeList, const PRCPrototypeEntry *entry); 99 static inline int PRC_GetEntryCode(const PRCPrototypeEntry *entry) in PRC_GetEntryCode() 113 static inline void *PRC_GetEntryData(const PRCPrototypeEntry *entry) in PRC_GetEntryData()
|
| D | algo_common.h | 131 const PRCPrototypeEntry *entry;
|
| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_light.c | 82 PRC_GetRecognizedEntriesEx_Light(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx_Light() 268 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Light() 274 PRCPrototypeEntry *tmpEntry; in PRC_GetRecognizedEntriesEx_Light()
|
| D | prc_algo_standard.c | 98 PRC_GetRecognizedEntriesEx_Standard(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx_Standard() 275 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Standard() 281 PRCPrototypeEntry *tmpEntry; in PRC_GetRecognizedEntriesEx_Standard()
|
| D | prc.c | 68 const PRCPrototypeList *prototypeList, const PRCPrototypeEntry *entry) in PRC_GetEntryStrokes()
|
| D | prc_algo_fine.c | 102 PRC_GetRecognizedEntriesEx_Fine(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx_Fine() 202 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Fine() 208 PRCPrototypeEntry *tmpEntry; in PRC_GetRecognizedEntriesEx_Fine()
|
| D | prc_algo_superfine.c | 108 PRC_GetRecognizedEntriesEx_Superfine(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx_Superfine() 207 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Superfine() 213 PRCPrototypeEntry *tmpEntry; in PRC_GetRecognizedEntriesEx_Superfine()
|
| D | prc_algo_common.c | 329 const PRCPrototypeEntry *entry; in PRCi_CountPrototypeList_Common() 440 const PRCPrototypeEntry *entry; in PRCi_ExtractPrototypeList_Common()
|
| /TwlSDK-5.1.0/build/demos/prc/characterRecognition-1/src/ |
| D | main.c | 51 static void PrintRecognitionResult(PRCPrototypeEntry **result, fx32 *scores); 62 PRCPrototypeEntry *results[RESULT_NUM]; 96 ((PRCPrototypeEntry *)&PrototypeList.entries[iEntry])->data = (void *)iEntry; in NitroMain() 242 PRCPrototypeEntry **results = queue[queueHead].results; in NitroMain() 518 void PrintRecognitionResult(PRCPrototypeEntry **results, fx32 *scores) in PrintRecognitionResult()
|
| /TwlSDK-5.1.0/build/demos/prc/characterRecognition-2/src/ |
| D | main.c | 53 static void PrintRecognitionResult(const char *name, PRCPrototypeEntry **result, fx32 *scores); 104 ((PRCPrototypeEntry *)&PrototypeList.entries[iEntry])->data = (void *)iEntry; in NitroMain() 350 PRCPrototypeEntry *results[RESULT_NUM]; in NitroMain() 784 void PrintRecognitionResult(const char *name, PRCPrototypeEntry **results, fx32 *scores) in PrintRecognitionResult()
|
| /TwlSDK-5.1.0/build/demos/prc/patterns/src/ |
| D | patterns.c | 1661 PRCPrototypeEntry PrototypeListEntries[PDIC_PATTERN_NUM] =
|