Lines Matching refs:weight
29 fx32 *weight,
180 fx32 score, weight; in PRC_GetRecognizedEntriesEx_Superfine() local
184 PRCi_CalcStrokeDistance_Superfine(&score, &weight, inputData, protoData, in PRC_GetRecognizedEntriesEx_Superfine()
189 wholeWeight += weight; in PRC_GetRecognizedEntriesEx_Superfine()
275 fx32 *weight, in PRCi_CalcStrokeDistance_Superfine() argument
379 *weight = FX32_ONE; in PRCi_CalcStrokeDistance_Superfine()
646 fx32 weight, tmp; in PRCi_CalcStrokeDistance_Superfine() local
787 weight = FX_Div(inputLocalLength, inputStrokeLength); in PRCi_CalcStrokeDistance_Superfine()
789 if (weight < tmp) in PRCi_CalcStrokeDistance_Superfine()
791 weight = tmp; in PRCi_CalcStrokeDistance_Superfine()
793 weightedScore += FX_Mul(localScore / 256, weight); in PRCi_CalcStrokeDistance_Superfine()
794 SDK_ASSERTMSG(weight != 0, in PRCi_CalcStrokeDistance_Superfine()
797 totalWeight += weight; in PRCi_CalcStrokeDistance_Superfine()
804 *weight = FX_Mul(totalWeight, ratio); in PRCi_CalcStrokeDistance_Superfine()