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

123

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djccoefct.c149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 yoffset+yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset; local
364 for (yoffset
[all...]
H A Djctrans.c284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
301 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
302 yoffset++) {
314 yindex+yoffset < compptr->last_row_height) {
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
339 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_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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dpvr2fb.c133 int yoffset; member in struct:pvr2fb_par
362 var->yoffset = display->var.yoffset;
433 * This call looks only at xoffset, yoffset and the FB_VMODE_YRAP flag
440 if (var->yoffset<0 || var->yoffset >=
446 var->yoffset+fb_display[con].var.yres >
453 fb_display[con].var.yoffset = var->yoffset;
733 par->yoffset
[all...]
H A Dfbgen.c122 oldyoffset = fb_display[con].var.yoffset;
131 oldyoffset != var->yoffset) {
220 * This call looks only at xoffset, yoffset and the
233 int yoffset = var->yoffset; local
238 yoffset < 0 ||
239 yoffset+fb_display[con].var.yres > fb_display[con].var.yres_virtual)
249 fb_display[con].var.yoffset = var->yoffset;
H A Dhgafb.c111 yoffset: 0,
279 static void hga_pan(unsigned int xoffset, unsigned int yoffset) argument
284 base = (yoffset / 8) * 90 + xoffset;
531 * @var:contains new xoffset, yoffset and vmode values
535 * This function looks only at xoffset, yoffset and the %FB_VMODE_YWRAP
545 DPRINTK("pan_disp: con:%d, wrap:%d, xoff:%d, yoff:%d\n", con, var->vmode & FB_VMODE_YWRAP, var->xoffset, var->yoffset);
548 if (var->yoffset < 0 ||
549 var->yoffset >= info->var.yres_virtual ||
554 || var->yoffset + var->yres > info->var.yres_virtual
555 || var->yoffset
[all...]
H A Dg364fb.c146 *(unsigned int *) CURS_POS_REG = ((x * fontwidth(p)) << 12) | ((y * fontheight(p))-p->var.yoffset);
212 *(unsigned int *)TOP_REG = var->yoffset * var->xres;
226 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
231 if (var->xoffset || var->yoffset+var->yres > var->yres_virtual)
234 *(unsigned int *)TOP_REG = var->yoffset * var->xres;
341 fb_var.xoffset = fb_var.yoffset = 0;
424 *(unsigned int *)TOP_REG = var->yoffset * var->xres;
H A Dvga16fb.c111 u32 pos = (var->xres_virtual * var->yoffset + var->xoffset) >> 3;
238 u32 vxres, xoffset, vyres, yoffset; local
293 yoffset = var->yoffset;
302 if (yoffset + yres > vyres)
303 yoffset = vyres - yres;
309 par->var.yoffset = yoffset;
342 pos = yoffset * vxres + (xoffset >> 3);
658 var->yoffset
[all...]
H A Dvfb.c188 var->yoffset = display->var.yoffset;
301 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
308 if (var->yoffset < 0 ||
309 var->yoffset >= fb_display[con].var.yres_virtual ||
315 var->yoffset+fb_display[con].var.yres >
320 fb_display[con].var.yoffset = var->yoffset;
H A Dcontrolfb.c68 int xoffset, yoffset; member in struct:fb_par_control
343 static inline void set_screen_start(int xoffset, int yoffset, argument
349 par->yoffset = yoffset;
351 par->yoffset * par->pitch + (par->xoffset << par->cmode));
369 var->yoffset+par->yres > par->vyres)
372 set_screen_start(xoffset, var->yoffset, p);
486 set_screen_start(var->xoffset, var->yoffset, p);
701 * check if only xoffset or yoffset differs.
705 p->par.yoffset !
[all...]
H A Datafb.c274 * xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
561 if (var->yoffset + yres > yres_virtual && yres_virtual)
564 par->screen_base = screen_base + var->yoffset * linelen;
654 var->yoffset=(par->screen_base - screen_base)/linelen;
656 var->yoffset=0;
849 xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
1277 if (var->yoffset + yres > yres_virtual && yres_virtual)
1280 par->screen_base = screen_base + var->yoffset * linelen;
1441 var->yoffset=(par->screen_base - screen_base)/linelen;
1443 var->yoffset
2573 int yoffset = var->yoffset; local
[all...]
H A Dvesafb.c119 if (var->yoffset > var->yres_virtual)
121 if ((ypan==1) && var->yoffset+var->yres > var->yres_virtual)
124 offset = (var->yoffset * video_linelength + var->xoffset) / 4;
274 if (var->yoffset != vesafb_defined.yoffset)
279 if (var->yoffset)
H A Damifb.c685 int yoffset; /* vmode */ member in struct:amifb_par
1304 var->yoffset = display->var.yoffset;
1367 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
1374 if (var->yoffset<0 || var->yoffset >= fb_display[con].var.yres_virtual || var->xoffset)
1382 var->yoffset+fb_display[con].var.yres > fb_display[con].var.yres_virtual)
1388 fb_display[con].var.yoffset = var->yoffset;
2330 par->yoffset
[all...]
H A Daty128fb.c268 u32 xoffset, yoffset; member in struct:aty128_crtc
812 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; local
826 yoffset = var->yoffset;
854 if (vyres < yres + yoffset)
855 vyres = yres + yoffset;
929 crtc->yoffset = yoffset;
1051 var->yoffset = crtc->yoffset;
1614 u32 xoffset, yoffset; local
[all...]
H A Dq40fb.c100 var->yoffset=0;
141 if(var->yoffset!=0)
H A DS3triofb.c195 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
205 if (var->yoffset > (var->yres_virtual - var->yres))
209 fb_var.yoffset = var->yoffset;
211 base = var->yoffset * fb_fix.line_length + var->xoffset;
503 fb_var.xoffset = fb_var.yoffset = 0;
H A Dacornfb.c626 * Fix yres & yoffset if needed.
632 if (var->yoffset > var->yres_virtual)
633 var->yoffset = var->yres_virtual;
635 if (var->yoffset + var->yres > var->yres_virtual)
636 var->yoffset = var->yres_virtual - var->yres;
695 int off = (var->yoffset * var->xres_virtual *
1104 y_bottom = var->yoffset;
1114 fb_display[con].var.yoffset = var->yoffset;
H A Ddnfb.c184 var->yoffset=0;
217 if(var->yoffset!=0)
H A Depson1355fb.c211 var->yoffset != 0)
311 var->xoffset = var->yoffset = 0;
H A Dtx3912fb.c155 var->yoffset = display->var.yoffset;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb_base.c486 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp; local
498 yoffset = var->yoffset;
530 if (vyres < yres+yoffset)
531 vyres = yres+yoffset;
583 crtc->yoffset = yoffset;
591 crtc->off_pitch = ((yoffset*vxres+xoffset)*bpp/64) | (vxres<<19);
697 var->yoffset = crtc->yoffset;
863 u32 yoffset = par->crtc.yoffset; local
1152 u32 xres, yres, xoffset, yoffset; local
1414 u32 yoffset; member in struct:__anon2848
2818 u32 yres, yoffset, sy, height; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Dfbdev.c286 yoffset: 0,
614 y = y * fontheight(p) - p->var.yoffset;
1373 DPRINTK(" offset: (%d,%d)\n", var->xoffset, var->yoffset);
1466 if (v.yoffset < 0)
1467 v.yoffset = 0;
1469 /* truncate xoffset and yoffset to maximum if too high */
1473 if (v.yoffset > v.yres_virtual - v.yres)
1474 v.yoffset = v.yres_virtual - v.yres - 1;
1588 * `xoffset' and `yoffset' fields of the `var' structure.
1591 * This call looks only at xoffset, yoffset an
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dmatroxfb_crtc2.c183 pos = var->yoffset * linelen + var->xoffset * pixelsize;
228 if (var->yoffset + var->yres > var->yres_virtual)
229 var->yoffset = var->yres_virtual - var->yres;
413 pos = (var->yoffset * var->xres_virtual + var->xoffset) * var->bits_per_pixel >> 3;
502 var->yoffset + fb_display[con].var.yres > fb_display[con].var.yres_virtual)
507 fb_display[con].var.yoffset = var->yoffset;
H A Dmatroxfb_base.c161 pos = var->yoffset / fontheight(disp) * disp->next_line / ACCESS_FBINFO(devflags.textstep) + var->xoffset / (fontwidth(disp)?fontwidth(disp):8);
163 pos = (var->yoffset * var->xres_virtual + var->xoffset) * ACCESS_FBINFO(curr.final_bppShift) / 32;
253 if (var->yoffset < 0 || var->yoffset >= fb_display[con].var.yres_virtual || var->xoffset)
257 var->yoffset+fb_display[con].var.yres > fb_display[con].var.yres_virtual)
263 fb_display[con].var.yoffset = var->yoffset;
475 if (var->yoffset + var->yres > var->yres_virtual)
476 var->yoffset = var->yres_virtual - var->yres;
829 pos = var->yoffset / fontheigh
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dfb.h173 #define FB_VMODE_CONUPDATE 512 /* don't update x/yoffset */
181 __u32 yoffset; /* resolution */ member in struct:fb_var_screeninfo
529 __s16 yoffset; member in struct:fb_cursorstate

Completed in 221 milliseconds

123