Searched refs:strokeRatio (Results 1 – 2 of 2) sorted by relevance
177 fx16 strokeRatio; in PRC_GetRecognizedEntriesEx_Light() local191 …strokeRatio = protoData->strokeRatios[iStroke]; // If here do inputData->, then the relative weigh… in PRC_GetRecognizedEntriesEx_Light()194 if (strokeRatio == FX32_ONE) in PRC_GetRecognizedEntriesEx_Light()198 else if (strokeRatio >= FX32_ONE / 2) in PRC_GetRecognizedEntriesEx_Light()202 else if (strokeRatio >= FX32_ONE / 3) in PRC_GetRecognizedEntriesEx_Light()251 wholeScore += FX_Mul(score, strokeRatio); in PRC_GetRecognizedEntriesEx_Light()
175 fx16 strokeRatio; in PRC_GetRecognizedEntriesEx_Standard() local247 strokeRatio = protoData->strokeRatios[iStroke]; in PRC_GetRecognizedEntriesEx_Standard()248 if (strokeRatio < inputData->strokeRatios[iStroke]) in PRC_GetRecognizedEntriesEx_Standard()250 strokeRatio = inputData->strokeRatios[iStroke]; in PRC_GetRecognizedEntriesEx_Standard()253 wholeScore += FX_Mul(strokeScore, strokeRatio); in PRC_GetRecognizedEntriesEx_Standard()254 wholeWeight += strokeRatio; in PRC_GetRecognizedEntriesEx_Standard()