Home
last modified time | relevance | path

Searched refs:numRanking (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_light.c84 int numRanking, in PRC_GetRecognizedEntriesEx_Light() argument
101 SDK_ASSERT(numRanking > 0); in PRC_GetRecognizedEntriesEx_Light()
103 for (i = 0; i < numRanking; i++) in PRC_GetRecognizedEntriesEx_Light()
265 if (resultScores[numRanking - 1] > wholeScore) in PRC_GetRecognizedEntriesEx_Light()
267 resultScores[numRanking - 1] = wholeScore; in PRC_GetRecognizedEntriesEx_Light()
268 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Light()
269 for (i = numRanking - 2; i >= 0; i--) in PRC_GetRecognizedEntriesEx_Light()
284 border = resultScores[numRanking - 1]; in PRC_GetRecognizedEntriesEx_Light()
292 for (iRank = 0; iRank < numRanking; iRank++) in PRC_GetRecognizedEntriesEx_Light()
Dprc_algo_standard.c100 int numRanking, in PRC_GetRecognizedEntriesEx_Standard() argument
119 SDK_ASSERT(numRanking > 0); in PRC_GetRecognizedEntriesEx_Standard()
121 for (i = 0; i < numRanking; i++) in PRC_GetRecognizedEntriesEx_Standard()
272 if (resultScores[numRanking - 1] < wholeScore) in PRC_GetRecognizedEntriesEx_Standard()
274 resultScores[numRanking - 1] = wholeScore; in PRC_GetRecognizedEntriesEx_Standard()
275 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Standard()
276 for (i = numRanking - 2; i >= 0; i--) in PRC_GetRecognizedEntriesEx_Standard()
Dprc_algo_fine.c104 int numRanking, in PRC_GetRecognizedEntriesEx_Fine() argument
120 SDK_ASSERT(numRanking > 0); in PRC_GetRecognizedEntriesEx_Fine()
122 for (i = 0; i < numRanking; i++) in PRC_GetRecognizedEntriesEx_Fine()
199 if (resultScores[numRanking - 1] < wholeScore) in PRC_GetRecognizedEntriesEx_Fine()
201 resultScores[numRanking - 1] = wholeScore; in PRC_GetRecognizedEntriesEx_Fine()
202 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Fine()
203 for (i = numRanking - 2; i >= 0; i--) in PRC_GetRecognizedEntriesEx_Fine()
Dprc_algo_superfine.c110 int numRanking, in PRC_GetRecognizedEntriesEx_Superfine() argument
126 SDK_ASSERT(numRanking > 0); in PRC_GetRecognizedEntriesEx_Superfine()
128 for (i = 0; i < numRanking; i++) in PRC_GetRecognizedEntriesEx_Superfine()
204 if (resultScores[numRanking - 1] < wholeScore) in PRC_GetRecognizedEntriesEx_Superfine()
206 resultScores[numRanking - 1] = wholeScore; in PRC_GetRecognizedEntriesEx_Superfine()
207 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Superfine()
208 for (i = numRanking - 2; i >= 0; i--) in PRC_GetRecognizedEntriesEx_Superfine()
/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_standard.h306 int numRanking,
333 int numRanking, in PRC_GetRecognizedEntries_Standard() argument
338 return PRC_GetRecognizedEntriesEx_Standard(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries_Standard()
549 int numRanking, in PRC_GetRecognizedEntries() argument
552 return PRC_GetRecognizedEntries_Standard(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries()
559 int numRanking, in PRC_GetRecognizedEntriesEx() argument
565 return PRC_GetRecognizedEntriesEx_Standard(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntriesEx()
Dalgo_fine.h310 int numRanking,
337 int numRanking, in PRC_GetRecognizedEntries_Fine() argument
341 return PRC_GetRecognizedEntriesEx_Fine(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries_Fine()
550 int numRanking, in PRC_GetRecognizedEntries() argument
553 return PRC_GetRecognizedEntries_Fine(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries()
560 int numRanking, in PRC_GetRecognizedEntriesEx() argument
566 return PRC_GetRecognizedEntriesEx_Fine(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntriesEx()
Dalgo_superfine.h311 int numRanking,
338 int numRanking, in PRC_GetRecognizedEntries_Superfine() argument
343 return PRC_GetRecognizedEntriesEx_Superfine(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries_Superfine()
554 int numRanking, in PRC_GetRecognizedEntries() argument
557 return PRC_GetRecognizedEntries_Superfine(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries()
564 int numRanking, in PRC_GetRecognizedEntriesEx() argument
570 return PRC_GetRecognizedEntriesEx_Superfine(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntriesEx()
Dalgo_light.h305 int numRanking,
332 int numRanking, in PRC_GetRecognizedEntries_Light() argument
337 return PRC_GetRecognizedEntriesEx_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries_Light()
547 int numRanking, in PRC_GetRecognizedEntries() argument
550 return PRC_GetRecognizedEntries_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries()
557 int numRanking, in PRC_GetRecognizedEntriesEx() argument
563 return PRC_GetRecognizedEntriesEx_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntriesEx()