Lines Matching defs:vect_w
56 int i, j, x, y, stride, ret, vect_w = 3, vect_h = 3;
102 vect_w = 3;
107 vect_w = 2;
112 vect_w = 2;
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);
132 for (x=0; x<318; x+=vect_w) {
136 vect = &buf[*table++ * (vect_w * vect_h)];
137 for (j=0; j<vect_w; j++) {
138 out[(y + 0) * stride + x + j] = vect[(0 * vect_w) + j];
139 out[(y + 1) * stride + x + j] = vect[(1 * vect_w) + j];
142 vect[(2 * vect_w) + j];