Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp242 float weight_up = static_cast<float>(uqw_up - uqw); in realign_weights_undecimated() local
254 vfloat4 color_diff_up = color_diff + color_offset * weight_up; in realign_weights_undecimated()
348 float weight_up = static_cast<float>(uqw_up - uqw); in realign_weights_undecimated() local
360 vfloat4 color_diff_up = color_diff + color_offset * weight_up; in realign_weights_undecimated()
504 // float weight_up = astc::flt_rd(weight_base + 0.5f + uqw_diff_up * tw_base) - weight; in realign_weights_decimated()
506 float weight_up = weight_base + uqw_diff_up * tw_base - weight_base; in realign_weights_decimated() local
517 vfloat4 color_up_diff = color_diff + color_offset * weight_up; in realign_weights_decimated()

Completed in 4 milliseconds