Home
last modified time | relevance | path

Searched refs:tmpScore (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_light.c273 fx32 tmpScore; in PRC_GetRecognizedEntriesEx_Light() local
275 tmpScore = resultScores[i]; in PRC_GetRecognizedEntriesEx_Light()
277 resultScores[i + 1] = tmpScore; in PRC_GetRecognizedEntriesEx_Light()
Dprc_algo_standard.c280 fx32 tmpScore; in PRC_GetRecognizedEntriesEx_Standard() local
282 tmpScore = resultScores[i]; in PRC_GetRecognizedEntriesEx_Standard()
284 resultScores[i + 1] = tmpScore; in PRC_GetRecognizedEntriesEx_Standard()
Dprc_algo_fine.c207 fx32 tmpScore; in PRC_GetRecognizedEntriesEx_Fine() local
209 tmpScore = resultScores[i]; in PRC_GetRecognizedEntriesEx_Fine()
211 resultScores[i + 1] = tmpScore; in PRC_GetRecognizedEntriesEx_Fine()
Dprc_algo_superfine.c212 fx32 tmpScore; in PRC_GetRecognizedEntriesEx_Superfine() local
214 tmpScore = resultScores[i]; in PRC_GetRecognizedEntriesEx_Superfine()
216 resultScores[i + 1] = tmpScore; in PRC_GetRecognizedEntriesEx_Superfine()