Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_superfine.c545 fx32 weightedScore, totalWeight; in PRCi_CalcStrokeDistance_Superfine() local
639 totalWeight = 0; in PRCi_CalcStrokeDistance_Superfine()
797 totalWeight += weight; in PRCi_CalcStrokeDistance_Superfine()
799 SDK_ASSERTMSG(totalWeight != 0, "nMatches: %d", nMatches); in PRCi_CalcStrokeDistance_Superfine()
804 *weight = FX_Mul(totalWeight, ratio); in PRCi_CalcStrokeDistance_Superfine()