Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp147 vfloat4 weight_base_vec = int_to_float(uqw_vec); in realign_weights_undecimated() local
148 vfloat4 weight_down_vec = int_to_float(uqw_down_vec) - weight_base_vec; in realign_weights_undecimated()
149 vfloat4 weight_up_vec = int_to_float(uqw_up_vec) - weight_base_vec; in realign_weights_undecimated()
166 vfloat4 color0 = color_base0 + color_offset0 * weight_base_vec.lane<0>(); in realign_weights_undecimated()
167 vfloat4 color1 = color_base1 + color_offset1 * weight_base_vec.lane<1>(); in realign_weights_undecimated()
168 vfloat4 color2 = color_base2 + color_offset2 * weight_base_vec.lane<2>(); in realign_weights_undecimated()
169 vfloat4 color3 = color_base3 + color_offset3 * weight_base_vec.lane<3>(); in realign_weights_undecimated()

Completed in 3 milliseconds