Home
last modified time | relevance | path

Searched refs:PRCPrototypeEntry (Results 1 – 16 of 16) sorted by relevance

/TwlSDK-5.1.0/include/nitro/prc/
Dtypes.h91 typedef struct PRCPrototypeEntry struct
102 PRCPrototypeEntry; argument
109 const PRCPrototypeEntry *entries;
Dalgo_standard.h304 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()
Dalgo_fine.h308 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()
Dalgo_superfine.h309 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()
Dalgo_light.h303 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()
Dcommon.h72 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()
Dalgo_common.h131 const PRCPrototypeEntry *entry;
/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_light.c82 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()
Dprc_algo_standard.c98 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()
Dprc.c68 const PRCPrototypeList *prototypeList, const PRCPrototypeEntry *entry) in PRC_GetEntryStrokes()
Dprc_algo_fine.c102 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()
Dprc_algo_superfine.c108 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()
Dprc_algo_common.c329 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/
Dmain.c51 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/
Dmain.c53 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/
Dpatterns.c1661 PRCPrototypeEntry PrototypeListEntries[PDIC_PATTERN_NUM] =