Searched refs:RESULT_NUM (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/demos/prc/characterRecognition-2/src/ |
| D | main.c | 27 #define RESULT_NUM 3 macro 350 PRCPrototypeEntry *results[RESULT_NUM]; in NitroMain() 351 fx32 scores[RESULT_NUM]; in NitroMain() 424 (void)PRC_GetRecognizedEntriesEx_Light(results, scores, RESULT_NUM, in NitroMain() 437 RESULT_NUM, in NitroMain() 449 (void)PRC_GetRecognizedEntriesEx_Fine(results, scores, RESULT_NUM, in NitroMain() 467 RESULT_NUM, in NitroMain() 801 for (iResult = 0; iResult < RESULT_NUM; iResult++) in PrintRecognitionResult()
|
| /TwlSDK-5.1.0/build/demos/prc/characterRecognition-1/src/ |
| D | main.c | 24 #define RESULT_NUM 5 macro 62 PRCPrototypeEntry *results[RESULT_NUM]; 63 fx32 scores[RESULT_NUM]; 533 for (iResult = 0; iResult < RESULT_NUM; iResult++) in PrintRecognitionResult() 700 (void)PRC_GetRecognizedEntriesEx(obj->results, obj->scores, RESULT_NUM, in RecognizePattern() 716 for (i = 0; i < RESULT_NUM; i++) in RecognizePattern()
|