Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp215 vmask4 check_result_down = (error_down_vec < error_base_vec) & (uqw_vec > vint4::zero()); in realign_weights_undecimated() local
216 check_result_down = check_result_down & (~check_result_up); in realign_weights_undecimated()
218 if (popcount(check_result_up | check_result_down) != 0) in realign_weights_undecimated()
221 uqw_vec = select(uqw_vec, uqw_down_vec, check_result_down); in realign_weights_undecimated()

Completed in 4 milliseconds