Searched refs:inputLocalLength (Results 1 – 1 of 1) sorted by relevance
642 fx32 inputLocalLength, protoLocalLength; in PRCi_CalcStrokeDistance_Superfine() local654 inputLocalLength = 0; in PRCi_CalcStrokeDistance_Superfine()658 inputLocalLength += inputLengths[iInput]; in PRCi_CalcStrokeDistance_Superfine()664 if (inputLocalLength == 0 && protoLocalLength == 0) in PRCi_CalcStrokeDistance_Superfine()673 if (inputLocalLength == 0) in PRCi_CalcStrokeDistance_Superfine()675 inputLocalLength = inputCurrentLength = 1; in PRCi_CalcStrokeDistance_Superfine()684 FX_Div(inputCurrentLength, inputLocalLength); in PRCi_CalcStrokeDistance_Superfine()690 OS_TPrintf("length: %d, %d\n", inputLocalLength, protoLocalLength); in PRCi_CalcStrokeDistance_Superfine()726 FX_DivAsync(inputCurrentLength, inputLocalLength); in PRCi_CalcStrokeDistance_Superfine()787 weight = FX_Div(inputLocalLength, inputStrokeLength); in PRCi_CalcStrokeDistance_Superfine()[all …]