Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:ConsecutiveChain

598   int ConsecutiveChain[64];
603 ConsecutiveChain[i] = -1;
609 if (ConsecutiveChain[i] != -1) {
610 int CurDistance = std::abs(ConsecutiveChain[i] - i);
611 int NewDistance = std::abs(ConsecutiveChain[i] - j);
618 ConsecutiveChain[i] = j;
648 I = ConsecutiveChain[I];