Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_light.c83 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 …]
Dprc_algo_standard.c99 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()
Dprc_algo_fine.c103 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()
Dprc_algo_superfine.c109 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/
Dalgo_standard.h305 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()
Dalgo_fine.h309 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()
Dalgo_superfine.h310 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()
Dalgo_light.h304 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()