PREV_INDEX
#define PREV_INDEX ((vs_i == 0) ? 1 : 0) /* Opposite of CUR_INDEX */
#define PREV_INDEX(index, step, limit) ((index) >= (step) ? \