Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp181 vfloat4 color_diff3 = color3 - orig_color3; in realign_weights_undecimated() local
186 vfloat4 color_diff_down3 = color_diff3 + color_offset3 * weight_down_vec.lane<3>(); in realign_weights_undecimated()
191 vfloat4 color_diff_up3 = color_diff3 + color_offset3 * weight_up_vec.lane<3>(); in realign_weights_undecimated()
196 float error_base3 = dot_s(color_diff3 * color_diff3, error_weight); in realign_weights_undecimated()

Completed in 3 milliseconds