| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_light.c | 83 fx32 *resultScores, in PRC_GetRecognizedEntriesEx_Light() argument 98 SDK_ASSERT(resultScores); in PRC_GetRecognizedEntriesEx_Light() 106 resultScores[i] = FX32_ONE * 32768; in PRC_GetRecognizedEntriesEx_Light() 265 if (resultScores[numRanking - 1] > wholeScore) in PRC_GetRecognizedEntriesEx_Light() 267 resultScores[numRanking - 1] = wholeScore; in PRC_GetRecognizedEntriesEx_Light() 271 if (resultScores[i] > resultScores[i + 1]) in PRC_GetRecognizedEntriesEx_Light() 275 tmpScore = resultScores[i]; in PRC_GetRecognizedEntriesEx_Light() 276 resultScores[i] = resultScores[i + 1]; in PRC_GetRecognizedEntriesEx_Light() 277 resultScores[i + 1] = tmpScore; in PRC_GetRecognizedEntriesEx_Light() 284 border = resultScores[numRanking - 1]; in PRC_GetRecognizedEntriesEx_Light() [all …]
|
| D | prc_algo_standard.c | 99 fx32 *resultScores, in PRC_GetRecognizedEntriesEx_Standard() argument 116 SDK_ASSERT(resultScores); in PRC_GetRecognizedEntriesEx_Standard() 124 resultScores[i] = 0; in PRC_GetRecognizedEntriesEx_Standard() 272 if (resultScores[numRanking - 1] < wholeScore) in PRC_GetRecognizedEntriesEx_Standard() 274 resultScores[numRanking - 1] = wholeScore; in PRC_GetRecognizedEntriesEx_Standard() 278 if (resultScores[i] < resultScores[i + 1]) in PRC_GetRecognizedEntriesEx_Standard() 282 tmpScore = resultScores[i]; in PRC_GetRecognizedEntriesEx_Standard() 283 resultScores[i] = resultScores[i + 1]; in PRC_GetRecognizedEntriesEx_Standard() 284 resultScores[i + 1] = tmpScore; in PRC_GetRecognizedEntriesEx_Standard()
|
| D | prc_algo_fine.c | 103 fx32 *resultScores, in PRC_GetRecognizedEntriesEx_Fine() argument 117 SDK_ASSERT(resultScores); in PRC_GetRecognizedEntriesEx_Fine() 125 resultScores[i] = 0; in PRC_GetRecognizedEntriesEx_Fine() 199 if (resultScores[numRanking - 1] < wholeScore) in PRC_GetRecognizedEntriesEx_Fine() 201 resultScores[numRanking - 1] = wholeScore; in PRC_GetRecognizedEntriesEx_Fine() 205 if (resultScores[i] < resultScores[i + 1]) in PRC_GetRecognizedEntriesEx_Fine() 209 tmpScore = resultScores[i]; in PRC_GetRecognizedEntriesEx_Fine() 210 resultScores[i] = resultScores[i + 1]; in PRC_GetRecognizedEntriesEx_Fine() 211 resultScores[i + 1] = tmpScore; in PRC_GetRecognizedEntriesEx_Fine()
|
| D | prc_algo_superfine.c | 109 fx32 *resultScores, in PRC_GetRecognizedEntriesEx_Superfine() argument 123 SDK_ASSERT(resultScores); in PRC_GetRecognizedEntriesEx_Superfine() 131 resultScores[i] = 0; in PRC_GetRecognizedEntriesEx_Superfine() 204 if (resultScores[numRanking - 1] < wholeScore) in PRC_GetRecognizedEntriesEx_Superfine() 206 resultScores[numRanking - 1] = wholeScore; in PRC_GetRecognizedEntriesEx_Superfine() 210 if (resultScores[i] < resultScores[i + 1]) in PRC_GetRecognizedEntriesEx_Superfine() 214 tmpScore = resultScores[i]; in PRC_GetRecognizedEntriesEx_Superfine() 215 resultScores[i] = resultScores[i + 1]; in PRC_GetRecognizedEntriesEx_Superfine() 216 resultScores[i + 1] = tmpScore; in PRC_GetRecognizedEntriesEx_Superfine()
|
| /TwlSDK-5.1.0/include/nitro/prc/ |
| D | algo_standard.h | 305 fx32 *resultScores, 332 fx32 *resultScores, in PRC_GetRecognizedEntries_Standard() argument 338 return PRC_GetRecognizedEntriesEx_Standard(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries_Standard() 548 fx32 *resultScores, in PRC_GetRecognizedEntries() argument 552 return PRC_GetRecognizedEntries_Standard(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries() 558 fx32 *resultScores, in PRC_GetRecognizedEntriesEx() argument 565 return PRC_GetRecognizedEntriesEx_Standard(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntriesEx()
|
| D | algo_fine.h | 309 fx32 *resultScores, 336 fx32 *resultScores, in PRC_GetRecognizedEntries_Fine() argument 341 return PRC_GetRecognizedEntriesEx_Fine(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries_Fine() 549 fx32 *resultScores, in PRC_GetRecognizedEntries() argument 553 return PRC_GetRecognizedEntries_Fine(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries() 559 fx32 *resultScores, in PRC_GetRecognizedEntriesEx() argument 566 return PRC_GetRecognizedEntriesEx_Fine(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntriesEx()
|
| D | algo_superfine.h | 310 fx32 *resultScores, 337 fx32 *resultScores, in PRC_GetRecognizedEntries_Superfine() argument 343 return PRC_GetRecognizedEntriesEx_Superfine(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries_Superfine() 553 fx32 *resultScores, in PRC_GetRecognizedEntries() argument 557 return PRC_GetRecognizedEntries_Superfine(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries() 563 fx32 *resultScores, in PRC_GetRecognizedEntriesEx() argument 570 return PRC_GetRecognizedEntriesEx_Superfine(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntriesEx()
|
| D | algo_light.h | 304 fx32 *resultScores, 331 fx32 *resultScores, in PRC_GetRecognizedEntries_Light() argument 337 return PRC_GetRecognizedEntriesEx_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries_Light() 546 fx32 *resultScores, in PRC_GetRecognizedEntries() argument 550 return PRC_GetRecognizedEntries_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries() 556 fx32 *resultScores, in PRC_GetRecognizedEntriesEx() argument 563 return PRC_GetRecognizedEntriesEx_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntriesEx()
|