Lines Matching refs:l1x

81     int l0x, l1x, l0y, l1y;
122 l1x = l0x + (j & 1) * 2;
129 BLK(ctx->cur, l1x, l1y) = val;
130 BLK(ctx->cur, l1x + 1, l1y) = val;
131 BLK(ctx->cur, l1x, l1y + 1) = val;
132 BLK(ctx->cur, l1x + 1, l1y + 1) = val;
137 if ((l1x-mx) + 320*(l1y-my) < 0 || (l1x-mx) + 320*(l1y-my) > 320*199 - 2) {
141 BLK(ctx->cur, l1x, l1y) = BLK(ctx->cur, l1x - mx, l1y - my);
142 BLK(ctx->cur, l1x + 1, l1y) =
143 BLK(ctx->cur, l1x + 1 - mx, l1y - my);
144 BLK(ctx->cur, l1x, l1y + 1) =
145 BLK(ctx->cur, l1x - mx, l1y + 1 - my);
146 BLK(ctx->cur, l1x + 1, l1y + 1) =
147 BLK(ctx->cur, l1x + 1 - mx, l1y + 1 - my);
150 BLK(ctx->cur, l1x, l1y) = bytestream2_get_byte(&ctx->g);
151 BLK(ctx->cur, l1x + 1, l1y) = bytestream2_get_byte(&ctx->g);
152 BLK(ctx->cur, l1x, l1y + 1) = bytestream2_get_byte(&ctx->g);
153 BLK(ctx->cur, l1x + 1, l1y + 1) = bytestream2_get_byte(&ctx->g);
170 int l0x, l1x, l0y, l1y;
222 l1x = l0x + (j & 1) * 2;
229 BLK(ctx->cur, l1x, l1y) = val;
230 BLK(ctx->cur, l1x + 1, l1y) = val;
231 BLK(ctx->cur, l1x, l1y + 1) = val;
232 BLK(ctx->cur, l1x + 1, l1y + 1) = val;
237 if ((l1x+mx) + 320*(l1y+my) < 0 || (l1x+mx) + 320*(l1y+my) > 320*199 - 2) {
241 BLK(ctx->cur, l1x, l1y) = BLK(ctx->prev, l1x + mx, l1y + my);
242 BLK(ctx->cur, l1x + 1, l1y) =
243 BLK(ctx->prev, l1x + 1 + mx, l1y + my);
244 BLK(ctx->cur, l1x, l1y + 1) =
245 BLK(ctx->prev, l1x + mx, l1y + 1 + my);
246 BLK(ctx->cur, l1x + 1, l1y + 1) =
247 BLK(ctx->prev, l1x + 1 + mx, l1y + 1 + my);
250 BLK(ctx->cur, l1x, l1y) = bytestream2_get_byte(&ctx->g);
251 BLK(ctx->cur, l1x + 1, l1y) = bytestream2_get_byte(&ctx->g);
252 BLK(ctx->cur, l1x, l1y + 1) = bytestream2_get_byte(&ctx->g);
253 BLK(ctx->cur, l1x + 1, l1y + 1) = bytestream2_get_byte(&ctx->g);