Lines Matching defs:off1
1041 int off1, off2, inc, wh, i, j;
1050 off1 = width / 8; /* only middle 3/4 */
1051 off2 = width - off1;
1052 n = width - 2 * off1;
1053 src = dist_map + off1; /* first row */
1061 off1 = height / 8; /* only middle 3/4 */
1062 off2 = height - off1;
1063 n = height - 2 * off1;
1064 src = dist_map + (off1 * width); /* first column */
1074 for (i = off1; i < off2; i++)