Searched refs:weight_weight_sum (Results 1 – 1 of 1) sorted by relevance
1112 vfloat4 weight_weight_sum, in compute_rgbo_vector() argument1119 float P = weight_weight_sum.lane<0>(); in compute_rgbo_vector()1120 float Q = weight_weight_sum.lane<1>(); in compute_rgbo_vector()1121 float R = weight_weight_sum.lane<2>(); in compute_rgbo_vector()1288 vfloat4 weight_weight_sum = vfloat4(weight_weight_sum_s) * color_weight; in recompute_ideal_colors_1plane() local1357 vfloat4 rgbovec = compute_rgbo_vector(rgba_weight_sum, weight_weight_sum, rgbq_sum, psum); in recompute_ideal_colors_1plane()1477 vfloat4 weight_weight_sum = vfloat4(1e-17f); in recompute_ideal_colors_2planes() local1520 weight_weight_sum += (color_weight * color_idx); in recompute_ideal_colors_2planes()1638 rgbo_vector = compute_rgbo_vector(rgba_weight_sum, weight_weight_sum, rgbq_sum, psum); in recompute_ideal_colors_2planes()