Home | History | Annotate | Download | only in enc

Lines Matching defs:x_1

934       const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1;
940 for (i = x_0; i < x_1; ++i) {