Searched refs:y2 (Results 1 - 25 of 47) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dsfp-machine.h75 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) ({ \
76 unsigned int __r2 = (x2) + (y2); \
101 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) ({ \
102 unsigned int __r2 = (x2) - (y2); \
127 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dsfp-machine.h78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
86 "rI" ((USItype)(y2)), \
93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
101 "rI" ((USItype)(y2)), \
108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
123 "rI" ((USItype)(y2)), \
133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
148 "rI" ((USItype)(y2)), \
158 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drtjpeg.c105 uint8_t *y1 = f->data[0], *y2 = f->data[0] + 8 * f->linesize[0]; local
117 c->dsp->idct_put(y2, f->linesize[0], block);
118 y2 += 8;
120 c->dsp->idct_put(y2, f->linesize[0], block);
121 y2 += 8;
130 y2 += 2 * 8 * (f->linesize[0] - w);
H A Dxl.c51 int y0, y1, y2, y3 = 0, c0 = 0, c1 = 0; local
86 y2 = y1 + xl_table[val & 0x1F];
88 y3 = y2 + xl_table[val & 0x1F];
102 Y[j + 2] = y2 << 1;
H A Dcinepak.c42 uint8_t y0, y1, y2, y3; member in struct:__anon503
51 uint16_t x2, y2; member in struct:__anon504
102 codebook[i].y2 = *data++;
113 codebook[i].y2 = *data++;
136 for (y=strip->y1; y < strip->y2; y+=4) {
190 s->frame.data[0][iy[2] + 0] = codebook->y2;
191 s->frame.data[0][iy[2] + 1] = codebook->y2;
192 s->frame.data[0][iy[3] + 0] = codebook->y2;
193 s->frame.data[0][iy[3] + 1] = codebook->y2;
215 s->frame.data[0][iy[1] + 0] = codebook->y2;
[all...]
H A Ddvdsubdec.c166 int cmd_pos, pos, cmd, x1, y1, x2, y2, offset1, offset2, next_cmd_pos; local
204 x1 = y1 = x2 = y2 = 0;
253 y2 = ((buf[pos + 4] & 0x0f) << 8) | buf[pos + 5];
257 av_log(NULL, AV_LOG_INFO, "x1=%d x2=%d y1=%d y2=%d\n",
258 x1, x2, y1, y2);
317 h = y2 - y1;
394 int y1, y2, x1, x2, y, w, h, i; local
415 y2 = s->rects[0]->h - 1;
416 while (y2 > 0 && is_transp(s->rects[0]->pict.data[0] + y2 *
[all...]
H A Ddvdsubenc.c174 int y2 = h->rects[object_id]->y + h->rects[object_id]->h - 1; local
181 // y1 y2 -> 6 nibbles
183 *q++ = (h->rects[object_id]->y << 4) | ((y2 >> 8) & 0xf);
184 *q++ = y2;
H A D4xm.c597 int x, y, x2, y2; local
618 for(y2=0; y2<16; y2++){
620 int index= 2*(x2>>2) + 8*(y2>>2);
621 dst[y2*stride+x2]= color[(bits>>index)&3];
H A Dmotion_est_template.c741 int x,y,x2,y2, i, j, d; local
756 for(y2=FFMAX(y-dia_size/2+1, ymin); y2<=FFMIN(y+dia_size/2-1,ymax); y2+=2){
757 CHECK_MV(x, y2);
762 for(y2=FFMAX(y-2, ymin); y2<=FFMIN(y+2,ymax); y2++){
764 CHECK_MV(x2, y2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dhgafb.c469 u_int rows, y1, y2; local
475 y2 = area->dy;
479 dest = rowaddr(info, y2) + (area->dx >> 3);
482 y2++;
486 y2 = area->dy + area->height - 1;
490 dest = rowaddr(info, y2) + (area->dx >> 3);
493 y2--;
H A Dtridentfb.c219 static void blade_copy_rect(__u32 x1,__u32 y1,__u32 x2,__u32 y2,__u32 w,__u32 h) argument
225 d1 = point(x2,y2);
226 d2 = point(x2+w-1,y2+h-1);
228 if ((y1 > y2) || ((y1 == y2) && (x1 > x2)))
331 static void xp_copy_rect(__u32 x1,__u32 y1,__u32 x2,__u32 y2,__u32 w,__u32 h) argument
338 if ((x1 < x2) && (y1 == y2)) {
347 if (y1 < y2) {
350 y2_tmp = y2 + h - 1;
353 y2_tmp = y2;
418 image_copy_rect(__u32 x1,__u32 y1,__u32 x2,__u32 y2,__u32 w,__u32 h) argument
[all...]
H A Datafb.c2524 int x2, y2; local
2535 y2 = rect->dy + rect->height;
2537 y2 = y2 < info->var.yres_virtual ? y2 : info->var.yres_virtual;
2539 height = y2 - rect->dy;
2560 int x2, y2; local
2566 y2 = area->dy + area->height;
2570 y2 = y2 < inf
2604 int x2, y2; local
[all...]
H A Dvga16fb.c930 int x, x2, y2, vxres, vyres, width, height, line_ofs; local
943 y2 = rect->dy + rect->height;
945 y2 = y2 < vyres ? y2 : vyres;
952 height = y2 - rect->dy;
1061 int x, x2, y2, old_dx, old_dy, vxres, vyres; local
1082 y2 = area->dy + area->height;
1086 y2 = y2 < vyre
[all...]
H A Damifb.c1941 int dst_idx, x2, y2; local
1953 y2 = rect->dy + rect->height;
1955 y2 = y2 < info->var.yres_virtual ? y2 : info->var.yres_virtual;
1957 height = y2 - rect->dy;
2019 int x2, y2; local
2027 y2 = area->dy + area->height;
2031 y2 = y2 < inf
2108 int x2, y2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_smpl.c680 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
708 y2 = BN_CTX_get(ctx);
759 if (!BN_GF2m_add(y2, x1, x2)) goto err;
760 if (!group->meth->field_mul(group, y2, y2, s, ctx)) goto err;
761 if (!BN_GF2m_add(y2, y2, x2)) goto err;
762 if (!BN_GF2m_add(y2, y2, y1)) goto err;
764 if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ct
811 BIGNUM *lh, *y2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
525 r2 = x2 + y2 + _c2; \
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
539 r2 = x2 + y2; \
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
557 r2 = x2 - y2 - _c2; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
571 r2 = x2 - y2; \
580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \
584 __FP_FRAC_SUB_3 (x2, x1, x0, _t2, _t1, _t0, y2, y
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dop-4.h197 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
200 r2 = x2 + y2 + (r1 < x1), \
205 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
208 r2 = x2 - y2 - (r1 > x1), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_state.c64 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch);
504 u32 height = box->y2 - box->y1;
507 box->x1, box->y1, box->x2, box->y2);
602 u32 height = box->y2 - box->y1;
606 box->x1, box->y1, box->x2, box->y2);
729 u32 y2; local
733 y2 = length / 64;
750 MGA_FXBNDRY, (63 << 16) | 0, MGA_YDSTLEN + MGA_EXEC, y2);
800 int h = pbox[i].y2 - pbox[i].y1;
H A Di915_irq.c179 int y2 = min(rect->y2, bottom); local
181 if (y1 >= y2)
189 OUT_RING((y2 << 16) | rect->x2);
H A Di830_dma.c925 pbox->y1 > pbox->y2 ||
926 pbox->x2 > dev_priv->w || pbox->y2 > dev_priv->h)
935 OUT_RING((pbox->y2 << 16) | pbox->x2);
947 OUT_RING((pbox->y2 << 16) | pbox->x2);
959 OUT_RING((pbox->y2 << 16) | pbox->x2);
1007 pbox->y1 > pbox->y2 ||
1008 pbox->x2 > dev_priv->w || pbox->y2 > dev_priv->h)
1012 pbox->x1, pbox->y1, pbox->x2, pbox->y2);
1018 OUT_RING((pbox->y2 << 16) | pbox->x2);
1149 OUT_RING(box[i].x2 | (box[i].y2 << 1
[all...]
H A Di810_dma.c703 unsigned int height = pbox->y2 - y;
707 pbox->y1 > pbox->y2 ||
708 pbox->x2 > dev_priv->w || pbox->y2 > dev_priv->h)
766 unsigned int h = pbox->y2 - pbox->y1;
771 pbox->y1 > pbox->y2 ||
772 pbox->x2 > dev_priv->w || pbox->y2 > dev_priv->h)
839 1) | ((box[i].y2 - 1) << 16));
H A Di915_dma.c411 if (box.y2 <= box.y1 || box.x2 <= box.x1 || box.y2 <= 0 || box.x2 <= 0) {
413 box.x1, box.y1, box.x2, box.y2);
421 OUT_RING(((box.x2 - 1) & 0xffff) | ((box.y2 - 1) << 16));
429 OUT_RING(((box.x2 - 1) & 0xffff) | ((box.y2 - 1) << 16));
H A Dr300_cmdbuf.c89 box.y2 =
90 (box.y2 +
96 (box.y2 << R300_CLIPRECT_Y_SHIFT));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9966.c164 static int w9966_setup(struct w9966_dev* cam, int x1, int y1, int x2, int y2, int w, int h);
438 static int w9966_setup(struct w9966_dev* cam, int x1, int y1, int x2, int y2, int w, int h) argument
473 w9966_calcscale(h, W9966_WND_MIN_Y, W9966_WND_MAX_Y, &y1, &y2, &scale_y) != 0
478 w, h, x1, x2, y1, y2, scale_x&~0x80, scale_y&~0x80
494 regs[0x0a] = (y2 & 0x0ff); // Y-end (8 low bits)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl363 my($x1,$y1,$x2,$y2)=$w->bbox('foo');
365 my$maxlabelheight=$y2-$y1;
384 ($x1,$y1,$x2,$y2)=$w->bbox('ylabel');
427 ($x1,$y1,$x2,$y2)=$w->bbox('foo');

Completed in 170 milliseconds

12