Home
last modified time | relevance | path

Searched refs:color_diff0 (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp178 vfloat4 color_diff0 = color0 - orig_color0; in realign_weights_undecimated() local
183 vfloat4 color_diff_down0 = color_diff0 + color_offset0 * weight_down_vec.lane<0>(); in realign_weights_undecimated()
188 vfloat4 color_diff_up0 = color_diff0 + color_offset0 * weight_up_vec.lane<0>(); in realign_weights_undecimated()
193 float error_base0 = dot_s(color_diff0 * color_diff0, error_weight); in realign_weights_undecimated()

Completed in 3 milliseconds