Searched refs:yoffset (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbethsoftvideo.c70 int yoffset; local
84 yoffset = bytestream_get_le16(&buf);
85 if(yoffset >= avctx->height)
87 dst += vid->frame.linesize[0] * yoffset;
H A Deacmv.c64 int xoffset, int yoffset,
72 j+yoffset>=0 && j+yoffset<height) {
73 dst[j*dst_stride + i] = src[(j+yoffset)*src_stride + i+xoffset];
98 int yoffset = ((*raw >> 4)) - 7; local
101 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
106 int yoffset = ((buf[i] >> 4)) - 7; local
109 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
61 cmv_motcomp(unsigned char *dst, int dst_stride, const unsigned char *src, int src_stride, int x, int y, int xoffset, int yoffset, int width, int height) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djccoefct.c149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
155 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
156 yoffset++) {
175 ypos = yoffset * compptr->DCT_v_scaled_size;
176 /* ypos == (yoffset+yindex) * DCTSIZE */
179 yoffset+yindex < compptr->last_row_height) {
209 coef->MCU_vert_offset = yoffset;
349 int blkn, ci, xindex, yindex, yoffset; local
368 for (yoffset
[all...]
H A Djctrans.c277 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
294 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
295 yoffset++) {
307 yindex+yoffset < compptr->last_row_height) {
309 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
332 coef->MCU_vert_offset = yoffset;
H A Djdcoefct.c153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
160 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
161 yoffset++) {
169 coef->MCU_vert_offset = yoffset;
190 yoffset * compptr->DCT_v_scaled_size;
194 yoffset+yindex < compptr->last_row_height) {
248 int blkn, ci, xindex, yindex, yoffset; local
268 for (yoffset = coef->MCU_vert_offset; yoffset < coe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A D68328fb.c152 var->yoffset = info->var.yoffset;
181 if (var->yres_virtual < var->yoffset + var->yres)
182 var->yres_virtual = var->yoffset + var->yres;
370 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
377 if (var->yoffset < 0
378 || var->yoffset >= info->var.yres_virtual
383 var->yoffset + var->yres > info->var.yres_virtual)
387 info->var.yoffset = var->yoffset;
[all...]
H A Dvfb.c134 var->yoffset = info->var.yoffset;
163 if (var->yres_virtual < var->yoffset + var->yres)
164 var->yres_virtual = var->yoffset + var->yres;
343 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
350 if (var->yoffset < 0
351 || var->yoffset >= info->var.yres_virtual
356 var->yoffset + var->yres > info->var.yres_virtual)
360 info->var.yoffset = var->yoffset;
[all...]
H A Dcontrolfb.c61 int xoffset, yoffset; member in struct:fb_par_control
243 static inline void set_screen_start(int xoffset, int yoffset, argument
249 par->yoffset = yoffset;
251 par->yoffset * par->pitch + (par->xoffset << par->cmode));
269 var->yoffset+par->yres > par->vyres)
272 set_screen_start(xoffset, var->yoffset, p);
502 * check if only xoffset or yoffset differs.
506 p->par.yoffset != par->yoffset)
[all...]
H A Dhgafb.c247 static void hga_pan(unsigned int xoffset, unsigned int yoffset) argument
252 base = (yoffset / 8) * 90 + xoffset;
396 * @var:contains new xoffset, yoffset and vmode values
399 * This function looks only at xoffset, yoffset and the %FB_VMODE_YWRAP
409 if (var->yoffset < 0 ||
410 var->yoffset >= info->var.yres_virtual ||
415 || var->yoffset + var->yres > info->var.yres_virtual
416 || var->yoffset % 8)
420 hga_pan(var->xoffset, var->yoffset);
H A Dg364fb.c139 info->var.yoffset);
148 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
153 if (var->xoffset || var->yoffset + var->yres > var->yres_virtual)
156 *(unsigned int *) TOP_REG = var->yoffset * var->xres;
H A Dhitfb.c165 int yoffset = var->yoffset; local
170 fb_writew((yoffset*info->fix.line_length)>>10, HD64461_LCDCBAR);
265 var->yoffset = 0;
H A Datafb.c362 * xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
690 if (var->yoffset + yres > yres_virtual && yres_virtual)
693 par->screen_base = screen_base + var->yoffset * linelen;
782 var->yoffset = (par->screen_base - screen_base) / linelen;
784 var->yoffset = 0;
951 xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
1370 if (var->yoffset + yres > yres_virtual && yres_virtual)
1373 par->screen_base = screen_base + var->yoffset * linelen;
1541 var->yoffset = (par->screen_base - screen_base) / linelen;
1543 var->yoffset
2476 int yoffset = var->yoffset; local
[all...]
H A Damifb.c690 __s16 yoffset; member in struct:fb_cursorstate
722 int yoffset; /* vmode */ member in struct:amifb_par
1307 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
1314 if (var->yoffset < 0 ||
1315 var->yoffset >= info->var.yres_virtual || var->xoffset)
1323 var->yoffset+info->var.yres > info->var.yres_virtual)
1328 info->var.yoffset = var->yoffset;
2877 par->yoffset = var->yoffset;
[all...]
H A Dpvr2fb.c414 par->disp_start = info->fix.smem_start + (line_length * var->yoffset) * line_length;
449 if (var->xoffset || var->yoffset < 0 ||
450 var->yoffset >= var->yres_virtual) {
451 var->xoffset = var->yoffset = 0;
454 var->yoffset > var->yres_virtual - var->yres ||
455 var->xoffset < 0 || var->yoffset < 0)
456 var->xoffset = var->yoffset = 0;
459 var->xoffset = var->yoffset = 0;
H A Darcfb.c209 if ((var->vmode & FB_VMODE_YWRAP) && (var->yoffset < 64)
212 ks108_set_start_line(par, i, var->yoffset);
214 info->var.yoffset = var->yoffset;
H A Dvga16fb.c213 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 2;
216 pos = (info->var.xres_virtual * (var->yoffset / fh) + xoffset) >> 3;
220 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 3;
341 u32 vxres, xoffset, vyres, yoffset; local
425 yoffset = var->yoffset;
434 if (yoffset + yres > vyres)
435 yoffset = vyres - yres;
441 var->yoffset = yoffset;
[all...]
H A Dfbmem.c743 int yoffset = var->yoffset; local
746 if (var->yoffset > 0) {
748 if (!fix->ywrapstep || (var->yoffset % fix->ywrapstep))
752 } else if (!fix->ypanstep || (var->yoffset % fix->ypanstep))
761 yoffset < 0 || var->yoffset + yres > info->var.yres_virtual ||
768 info->var.yoffset = var->yoffset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon_ud.c243 region.dy = info->var.yoffset;
421 int xoffset, yoffset; local
427 yoffset = vyres - info->var.yres - ops->var.yoffset;
428 if (yoffset < 0)
429 yoffset += vyres;
431 ops->var.yoffset = yoffset;
434 ops->var.yoffset = info->var.yoffset;
[all...]
H A Dfbcon_ccw.c206 region.dy = info->var.yoffset;
397 u32 yoffset; local
401 yoffset = (vyres - info->var.yres) - ops->var.xoffset;
402 ops->var.xoffset = ops->var.yoffset;
403 ops->var.yoffset = yoffset;
406 ops->var.yoffset = info->var.yoffset;
H A Dfbcon_cw.c190 region.dy = info->var.yoffset + rs;
198 region.dy = info->var.yoffset;
385 xoffset = vxres - (info->var.xres + ops->var.yoffset);
386 ops->var.yoffset = ops->var.xoffset;
390 ops->var.yoffset = info->var.yoffset;
H A Dtileblit.c126 ops->var.yoffset = info->var.yoffset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-risc.c124 unsigned int yoffset, unsigned int ybpl,
135 int topfield = (0 == yoffset);
183 while (yoffset && yoffset >= sg_dma_len(ysg)) {
184 yoffset -= sg_dma_len(ysg);
198 if (yoffset + ylen > sg_dma_len(ysg))
199 ylen = sg_dma_len(ysg) - yoffset;
218 *(rp++)=cpu_to_le32(sg_dma_address(ysg)+yoffset);
219 yoffset += ylen;
227 yoffset
122 bttv_risc_planar(struct bttv *btv, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int yoffset, unsigned int ybpl, unsigned int ypadding, unsigned int ylines, unsigned int uoffset, unsigned int voffset, unsigned int hshift, unsigned int vshift, unsigned int cpadding) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Daty128fb.c383 u32 xoffset, yoffset; member in struct:aty128_crtc
1000 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; local
1013 yoffset = var->yoffset;
1041 if (vyres < yres + yoffset)
1042 vyres = yres + yoffset;
1116 crtc->yoffset = yoffset;
1230 var->yoffset = crtc->yoffset;
1579 u32 xoffset, yoffset; local
[all...]
H A Datyfb_base.c759 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp; local
771 yoffset = var->yoffset;
783 if (vyres < yres + yoffset)
784 vyres = yres + yoffset;
962 crtc->yoffset = yoffset;
964 crtc->off_pitch = ((yoffset*vxres+xoffset)*bpp/64) | (vxres<<19);
1479 u32 yoffset = info->var.yoffset; local
1630 u32 xres, yres, xoffset, yoffset; local
1892 u32 yoffset; member in struct:__anon7163
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_crtc2.c179 m2info->fbcon.var.yoffset = var->yoffset;
182 pos = m2info->fbcon.var.yoffset * linelen + m2info->fbcon.var.xoffset * pixelsize;
221 if (var->yoffset + var->yres > var->yres_virtual)
222 var->yoffset = var->yres_virtual - var->yres;
352 pos = (m2info->fbcon.var.yoffset * m2info->fbcon.var.xres_virtual + m2info->fbcon.var.xoffset) * m2info->fbcon.var.bits_per_pixel >> 3;

Completed in 244 milliseconds

1234