Lines Matching defs:uqw
233 int uqw = dec_weights_uquant[texel];
235 uint32_t prev_and_next = qat.prev_next_values[uqw];
240 float weight_base = static_cast<float>(uqw);
241 float weight_down = static_cast<float>(uqw_down - uqw);
242 float weight_up = static_cast<float>(uqw_up - uqw);
261 if ((error_up < error_base) && (error_up < error_down) && (uqw < 64))
266 else if ((error_down < error_base) && (uqw > 0))
339 int uqw = dec_weights_uquant[texel];
341 uint32_t prev_and_next = qat.prev_next_values[uqw];
346 float weight_base = static_cast<float>(uqw);
347 float weight_down = static_cast<float>(uqw_down - uqw);
348 float weight_up = static_cast<float>(uqw_up - uqw);
367 if ((error_up < error_base) && (error_up < error_down) && (uqw < 64))
372 else if ((error_down < error_base) && (uqw > 0))
473 int uqw = dec_weights_uquant[we_idx];
474 uint32_t prev_and_next = qat.prev_next_values[uqw];
530 if ((error_up < error_base) && (error_up < error_down) && (uqw < 64))
536 else if ((error_down < error_base) && (uqw > 0))