Lines Matching full:space_weight
115 "__constant float * space_weight, __constant int * space_ofs)\n"
140 "float w = space_weight[k] * native_exp((float)(diff * diff * gauss_color_coeff));\n"
151 "__constant float * space_weight, __constant int * space_ofs)\n"
165 "float4 w = space_weight[k] * native_exp((val - val0) * (val - val0) * gauss_color_coeff);\n"