Home | History | Annotate | Download | only in enc

Lines Matching defs:y_0

930     const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS;
938 for (j = y_0; j < y_1; ++j) {