Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp237 int uqw_up = (prev_and_next >> 8) & 0xFF; in realign_weights_undecimated() local
242 float weight_up = static_cast<float>(uqw_up - uqw); in realign_weights_undecimated()
263 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_up); in realign_weights_undecimated()
343 int uqw_up = (prev_and_next >> 8) & 0xFF; in realign_weights_undecimated() local
348 float weight_up = static_cast<float>(uqw_up - uqw); in realign_weights_undecimated()
369 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_up); in realign_weights_undecimated()
478 float uqw_up = static_cast<float>((prev_and_next >> 8) & 0xFF); in realign_weights_decimated() local
481 float uqw_diff_up = uqw_up - uqw_base; in realign_weights_decimated()
532 uq_weightsf[we_idx] = uqw_up; in realign_weights_decimated()
533 dec_weights_uquant[we_idx] = static_cast<uint8_t>(uqw_up); in realign_weights_decimated()
[all...]

Completed in 3 milliseconds