Searched refs:one_over_weight_sum (Results 1 – 1 of 1) sorted by relevance
119 const float one_over_weight_sum = 1.0f / weight_sum; in GetWeightsAndIndices() local120 out->weight_0 *= one_over_weight_sum; in GetWeightsAndIndices()121 out->weight_1 *= one_over_weight_sum; in GetWeightsAndIndices()122 out->weight_2 *= one_over_weight_sum; in GetWeightsAndIndices()123 out->weight_3 *= one_over_weight_sum; in GetWeightsAndIndices()