Lines Matching refs:uqw_up
237 int uqw_up = (prev_and_next >> 8) & 0xFF;
242 float weight_up = static_cast<float>(uqw_up - uqw);
263 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_up);
343 int uqw_up = (prev_and_next >> 8) & 0xFF;
348 float weight_up = static_cast<float>(uqw_up - uqw);
369 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_up);
478 float uqw_up = static_cast<float>((prev_and_next >> 8) & 0xFF);
481 float uqw_diff_up = uqw_up - uqw_base;
532 uq_weightsf[we_idx] = uqw_up;
533 dec_weights_uquant[we_idx] = static_cast<uint8_t>(uqw_up);