• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:l1y

79     int l0x, l1x, l0y, l1y;
121 l1y = l0y + (j & 2);
127 BLK(ctx->cur, l1x, l1y) = val;
128 BLK(ctx->cur, l1x + 1, l1y) = val;
129 BLK(ctx->cur, l1x, l1y + 1) = val;
130 BLK(ctx->cur, l1x + 1, l1y + 1) = val;
135 if ((l1x-mx) + 320*(l1y-my) < 0 || (l1x-mx) + 320*(l1y-my) > 320*199 - 2) {
139 BLK(ctx->cur, l1x, l1y) = BLK(ctx->cur, l1x - mx, l1y - my);
140 BLK(ctx->cur, l1x + 1, l1y) =
141 BLK(ctx->cur, l1x + 1 - mx, l1y - my);
142 BLK(ctx->cur, l1x, l1y + 1) =
143 BLK(ctx->cur, l1x - mx, l1y + 1 - my);
144 BLK(ctx->cur, l1x + 1, l1y + 1) =
145 BLK(ctx->cur, l1x + 1 - mx, l1y + 1 - my);
148 BLK(ctx->cur, l1x, l1y) = bytestream2_get_byte(&ctx->g);
149 BLK(ctx->cur, l1x + 1, l1y) = bytestream2_get_byte(&ctx->g);
150 BLK(ctx->cur, l1x, l1y + 1) = bytestream2_get_byte(&ctx->g);
151 BLK(ctx->cur, l1x + 1, l1y + 1) = bytestream2_get_byte(&ctx->g);
168 int l0x, l1x, l0y, l1y;
221 l1y = l0y + (j & 2);
227 BLK(ctx->cur, l1x, l1y) = val;
228 BLK(ctx->cur, l1x + 1, l1y) = val;
229 BLK(ctx->cur, l1x, l1y + 1) = val;
230 BLK(ctx->cur, l1x + 1, l1y + 1) = val;
235 if ((l1x+mx) + 320*(l1y+my) < 0 || (l1x+mx) + 320*(l1y+my) > 320*199 - 2) {
239 BLK(ctx->cur, l1x, l1y) = BLK(ctx->prev, l1x + mx, l1y + my);
240 BLK(ctx->cur, l1x + 1, l1y) =
241 BLK(ctx->prev, l1x + 1 + mx, l1y + my);
242 BLK(ctx->cur, l1x, l1y + 1) =
243 BLK(ctx->prev, l1x + mx, l1y + 1 + my);
244 BLK(ctx->cur, l1x + 1, l1y + 1) =
245 BLK(ctx->prev, l1x + 1 + mx, l1y + 1 + my);
248 BLK(ctx->cur, l1x, l1y) = bytestream2_get_byte(&ctx->g);
249 BLK(ctx->cur, l1x + 1, l1y) = bytestream2_get_byte(&ctx->g);
250 BLK(ctx->cur, l1x, l1y + 1) = bytestream2_get_byte(&ctx->g);
251 BLK(ctx->cur, l1x + 1, l1y + 1) = bytestream2_get_byte(&ctx->g);