Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp180 vfloat4 color_diff2 = color2 - orig_color2; in realign_weights_undecimated() local
185 vfloat4 color_diff_down2 = color_diff2 + color_offset2 * weight_down_vec.lane<2>(); in realign_weights_undecimated()
190 vfloat4 color_diff_up2 = color_diff2 + color_offset2 * weight_up_vec.lane<2>(); in realign_weights_undecimated()
195 float error_base2 = dot_s(color_diff2 * color_diff2, error_weight); in realign_weights_undecimated()

Completed in 3 milliseconds