Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp258 float error_up = dot_s(color_diff_up * color_diff_up, error_weight); in realign_weights_undecimated() local
261 if ((error_up < error_base) && (error_up < error_down) && (uqw < 64)) in realign_weights_undecimated()
364 float error_up = dot_s(color_diff_up * color_diff_up, error_weight); in realign_weights_undecimated() local
367 if ((error_up < error_base) && (error_up < error_down) && (uqw < 64)) in realign_weights_undecimated()
527 float error_up = hadd_s(error_upv * error_weight); in realign_weights_decimated() local
530 if ((error_up < error_base) && (error_up < error_down) && (uqw < 64)) in realign_weights_decimated()

Completed in 3 milliseconds