v_base
if (in[1] < v_base || in[1] >= v_base + v_count)
v_index = in[1] - v_base;
v = v_base + (s_index % n_count) / t_count;