Lines Matching defs:offset
138 * offset, and then compute the resulting error. The cut errors indicate the error that results from
192 vfloat offset = loada(offsets + sp);
194 offset = (vfloat)vnegq_f32(offset.m);
200 maxidx = round((vfloat)vaddq_f32(rcp_stepsize.m, offset.m));
201 minidx = round(offset);
205 maxidx = round((vfloat)vfmaq_n_f32(offset.m, rcp_stepsize.m, max_weight));
206 minidx = round((vfloat)vfmaq_n_f32(offset.m, rcp_stepsize.m, min_weight));
211 vfloat sval = (vfloat)vfmaq_n_f32(offset.m, rcp_stepsize.m, *(dec_weight_ideal_value + j));
273 vfloat offset = loada(offsets + sp);
277 vfloat sval = load1(dec_weight_ideal_value + j) * rcp_stepsize - offset;