Lines Matching defs:dec_weights_uquant
112 uint8_t* dec_weights_uquant = scb.weights;
134 int uqw0 = dec_weights_uquant[texel];
135 int uqw1 = dec_weights_uquant[texel + 1];
136 int uqw2 = dec_weights_uquant[texel + 2];
137 int uqw3 = dec_weights_uquant[texel + 3];
223 dec_weights_uquant[texel] = uqw_vec.lane<0>();
224 dec_weights_uquant[texel + 1] = uqw_vec.lane<1>();
225 dec_weights_uquant[texel + 2] = uqw_vec.lane<2>(); // channel 2
226 dec_weights_uquant[texel + 3] = uqw_vec.lane<3>(); // channel 3
233 int uqw = dec_weights_uquant[texel];
263 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_up);
268 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_down);
274 dec_weights_uquant += WEIGHTS_PLANE2_OFFSET;
319 uint8_t* dec_weights_uquant = scb.weights;
339 int uqw = dec_weights_uquant[texel];
369 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_up);
374 dec_weights_uquant[texel] = static_cast<uint8_t>(uqw_down);
380 dec_weights_uquant += WEIGHTS_PLANE2_OFFSET;
445 uint8_t* dec_weights_uquant = scb.weights;
465 vint unquant_value(dec_weights_uquant + we_idx);
473 int uqw = dec_weights_uquant[we_idx];
533 dec_weights_uquant[we_idx] = static_cast<uint8_t>(uqw_up);
539 dec_weights_uquant[we_idx] = static_cast<uint8_t>(uqw_down);
545 dec_weights_uquant += WEIGHTS_PLANE2_OFFSET;
598 uint8_t* dec_weights_uquant = tmpbuf.dec_weights_uquant;
691 dec_weights_uquant + BLOCK_MAX_WEIGHTS * i,
743 uint8_t* u8_weight_src = dec_weights_uquant + BLOCK_MAX_WEIGHTS * bm_packed_index;
962 uint8_t* dec_weights_uquant = tmpbuf.dec_weights_uquant;
1064 dec_weights_uquant + BLOCK_MAX_WEIGHTS * i,
1073 dec_weights_uquant + BLOCK_MAX_WEIGHTS * i + WEIGHTS_PLANE2_OFFSET,
1132 uint8_t* u8_weight1_src = dec_weights_uquant + BLOCK_MAX_WEIGHTS * bm_packed_index;
1133 uint8_t* u8_weight2_src = dec_weights_uquant + BLOCK_MAX_WEIGHTS * bm_packed_index + WEIGHTS_PLANE2_OFFSET;