Searched refs:yoff (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Ddiffseq.h51 NOTE_INSERT(ctxt, yoff) Record the insertion of the object yvec[yoff].
146 diag (OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim, bool find_minimal, argument
154 const OFFSET dmax = xlim - yoff; /* Maximum valid diagonal. */
155 const OFFSET fmid = xoff - yoff; /* Center diagonal of top-down search. */
224 xoff < x && yoff < y && EQUAL (xv[x - 1], yv[y - 1]);
266 && yoff + SNAKE_LIMIT <= y && y < ylim)
302 && yoff < y && y <= ylim - SNAKE_LIMIT)
361 if (y < yoff)
363 x = yoff
408 compareseq(OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim, bool find_minimal, struct context *ctxt) argument
[all...]
H A Dfstrcmp.c71 #define NOTE_INSERT(ctxt, yoff) ctxt->yvec_edit_count++
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Ddiffseq.h51 NOTE_INSERT(ctxt, yoff) Record the insertion of the object yvec[yoff].
146 diag (OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim, bool find_minimal, argument
154 const OFFSET dmax = xlim - yoff; /* Maximum valid diagonal. */
155 const OFFSET fmid = xoff - yoff; /* Center diagonal of top-down search. */
224 xoff < x && yoff < y && EQUAL (xv[x - 1], yv[y - 1]);
266 && yoff + SNAKE_LIMIT <= y && y < ylim)
302 && yoff < y && y <= ylim - SNAKE_LIMIT)
361 if (y < yoff)
363 x = yoff
408 compareseq(OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim, bool find_minimal, struct context *ctxt) argument
[all...]
H A Dfstrcmp.c71 #define NOTE_INSERT(ctxt, yoff) ctxt->yvec_edit_count++
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dps3fb.h40 __u32 yoff; /* margine y */ member in struct:ps3fb_ioctl_res
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_cursor.c71 u16 xoff, yoff; local
97 yoff = -y;
100 yoff = 0;
114 aty_st_le32(CUR_OFFSET, (info->fix.smem_len >> 3) + (yoff << 1), par);
116 ((u32) (64 - h + yoff) << 16) | xoff, par);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzr36016.h42 __u16 yoff; member in struct:zr36016
H A Dzr36016.c268 zr36016_writei(ptr, ZR016I_NAY_HI, ptr->yoff >> 8);
269 zr36016_writei(ptr, ZR016I_NAY_LO, ptr->yoff & 0xFF);
330 ptr->yoff = norm->VStart + cap->y;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dps3fb.c152 u32 yoff; member in struct:ps3fb_res_table
293 #define Y_OFF(i) (ps3fb_res[i].yoff) /* top/bottom margin (pixel) */
330 y = y - 2 * ps3fb_res[i].yoff;
778 res.yoff = ps3fb_res[i].yoff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drv34.c618 * @param yoff vertical offset from the start of the current block
628 const int xoff, const int yoff, int mv_off,
673 src_y = s->mb_y * 16 + yoff + my;
675 uvsrc_y = s->mb_y * 8 + (yoff >> 1) + umy;
694 Y = s->dest[0] + xoff + yoff *s->linesize;
695 U = s->dest[1] + (xoff>>1) + (yoff>>1)*s->uvlinesize;
696 V = s->dest[2] + (xoff>>1) + (yoff>>1)*s->uvlinesize;
714 const int xoff, const int yoff, int mv_off,
717 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30,
627 rv34_mc(RV34DecContext *r, const int block_type, const int xoff, const int yoff, int mv_off, const int width, const int height, int dir, const int thirdpel, qpel_mc_func (*qpel_mc)[16], h264_chroma_mc_func (*chroma_mc)) argument
713 rv34_mc_1mv(RV34DecContext *r, const int block_type, const int xoff, const int yoff, int mv_off, const int width, const int height, int dir) argument

Completed in 89 milliseconds