Home | History | Annotate | Download | only in enc

Lines Matching refs:y_1

931     const int y_1 = (y + RADIUS + 1 >= h) ? h : y + RADIUS + 1;
938 for (j = y_0; j < y_1; ++j) {