Lines Matching defs:vect_h
56 int i, j, x, y, stride, ret, vect_w = 3, vect_h = 3;
103 vect_h = 3;
108 vect_h = 2;
113 vect_h = 3;
120 if (buf_end - buf < 256 * vect_w * vect_h)
122 table = buf + (256 * vect_w * vect_h);
124 int map_size = ((318 / vect_w + 7) / 8) * (198 / vect_h);
131 for (y=0; y<198; y+=vect_h) {
136 vect = &buf[*table++ * (vect_w * vect_h)];
140 if (vect_h == 3)