Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp236 int uqw_down = prev_and_next & 0xFF; in realign_weights_undecimated() local
241 float weight_down = static_cast<float>(uqw_down - uqw); in realign_weights_undecimated()
268 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_down); in realign_weights_undecimated()
342 int uqw_down = prev_and_next & 0xFF; in realign_weights_undecimated() local
347 float weight_down = static_cast<float>(uqw_down - uqw); in realign_weights_undecimated()
374 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_down); in realign_weights_undecimated()
477 float uqw_down = static_cast<float>(prev_and_next & 0xFF); in realign_weights_decimated() local
480 float uqw_diff_down = uqw_down - uqw_base; in realign_weights_decimated()
538 uq_weightsf[we_idx] = uqw_down; in realign_weights_decimated()
539 dec_weights_uquant[we_idx] = static_cast<uint8_t>(uqw_down); in realign_weights_decimated()
[all...]

Completed in 3 milliseconds