Home
last modified time | relevance | path

Searched refs:yend (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dv210x.c45 uint16_t *ydst, *udst, *vdst, *yend; in decode_frame() local
63 yend = ydst + width; in decode_frame()
76 if (ydst >= yend) { in decode_frame()
80 yend = ydst + width; in decode_frame()
92 if (ydst >= yend) { in decode_frame()
96 yend = ydst + width; in decode_frame()
107 if (ydst >= yend) { in decode_frame()
111 yend = ydst + width; in decode_frame()
H A Dmotion_est_template.c950 const int yend= FFMIN(s->mb_height, s->mb_y + count + 1); in epzs_motion_search_internal() local
953 for(mb_y=ystart; mb_y<yend; mb_y++){ in epzs_motion_search_internal()
H A Dvp3.c1797 int ystart, int yend) in apply_loop_filter()
1811 for (y = ystart; y < yend; y++) { in apply_loop_filter()
1796 apply_loop_filter(Vp3DecodeContext *s, int plane, int ystart, int yend) apply_loop_filter() argument
/kernel/linux/linux-5.10/drivers/video/console/
H A Dnewport_con.c69 int xend, int yend, int ci) in newport_render_background()
80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff); in newport_render_background()
134 int yend, int ci) in newport_clear_screen()
146 npregs->go.xyendi = (xend << 16) | yend; in newport_clear_screen()
149 static inline void newport_clear_lines(int ystart, int yend, int ci) in newport_clear_lines() argument
152 yend = ((yend << 4) + topscan + 15) & 0x3ff; in newport_clear_lines()
153 newport_clear_screen(0, ystart, 1280 + 63, yend, ci); in newport_clear_lines()
354 int yend = (((sy + height) << 4) + topscan - 1) & 0x3ff; in newport_clear() local
359 if (ystart < yend) { in newport_clear()
68 newport_render_background(int xstart, int ystart, int xend, int yend, int ci) newport_render_background() argument
133 newport_clear_screen(int xstart, int ystart, int xend, int yend, int ci) newport_clear_screen() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/console/
H A Dnewport_con.c69 int xend, int yend, int ci) in newport_render_background()
80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff); in newport_render_background()
134 int yend, int ci) in newport_clear_screen()
146 npregs->go.xyendi = (xend << 16) | yend; in newport_clear_screen()
149 static inline void newport_clear_lines(int ystart, int yend, int ci) in newport_clear_lines() argument
152 yend = ((yend << 4) + topscan + 15) & 0x3ff; in newport_clear_lines()
153 newport_clear_screen(0, ystart, 1280 + 63, yend, ci); in newport_clear_lines()
354 int yend = (((sy + height) << 4) + topscan - 1) & 0x3ff; in newport_clear() local
359 if (ystart < yend) { in newport_clear()
68 newport_render_background(int xstart, int ystart, int xend, int yend, int ci) newport_render_background() argument
133 newport_clear_screen(int xstart, int ystart, int xend, int yend, int ci) newport_clear_screen() argument
[all...]
/third_party/cups-filters/cupsfilters/
H A Dcmyk.c1773 int yend; /* End value */ in cupsCMYKSetCurve() local
1789 for (xstart = xend = 0, ystart = yend = 0; in cupsCMYKSetCurve()
1791 num_xypoints --, xypoints += 2, xstart = xend, ystart = yend) in cupsCMYKSetCurve()
1794 yend = (int)(CUPS_MAX_LUT * xypoints[0] + 0.5); in cupsCMYKSetCurve()
1796 ydelta = yend - ystart; in cupsCMYKSetCurve()
1807 cmyk->channels[channel][i] = yend; in cupsCMYKSetCurve()
/third_party/backends/backend/
H A Drts88xx_lib.h94 SANE_Int yend, SANE_Int xstart,
H A Drts88xx_lib.c706 SANE_Int yend, SANE_Int xstart, SANE_Int xend) in sanei_rts88xx_set_scan_area()
713 regs[END_LINE] = LOBYTE (yend); in sanei_rts88xx_set_scan_area()
714 regs[END_LINE + 1] = HIBYTE (yend); in sanei_rts88xx_set_scan_area()
705 sanei_rts88xx_set_scan_area(SANE_Byte * regs, SANE_Int ystart, SANE_Int yend, SANE_Int xstart, SANE_Int xend) sanei_rts88xx_set_scan_area() argument
H A Dlexmark_low.c1041 int i, bpl, yend; in low_simple_scan() local
1050 yend = yoffset + lines; in low_simple_scan()
1054 yend *= 2; in low_simple_scan()
1055 regs[0x62] = LOBYTE (yend); in low_simple_scan()
1056 regs[0x63] = HIBYTE (yend); in low_simple_scan()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dov519.c3906 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local
3952 yend = ystart + gspca_dev->pixfmt.height; in mode_init_ov_sensor_regs()
3960 (((yend >> 1) & 3) << 2) | ((ystart >> 1) & 3), in mode_init_ov_sensor_regs()
3965 i2c_w(sd, 0x1a, yend >> 3); in mode_init_ov_sensor_regs()
4024 yend = 494; in mode_init_ov_sensor_regs()
4029 yend = 490; in mode_init_ov_sensor_regs()
4042 i2c_w(sd, OV7670_R1A_VSTOP, yend >> 2); in mode_init_ov_sensor_regs()
4044 v = (v & 0xc0) | ((yend & 0x3) << 2) | (ystart & 0x03); in mode_init_ov_sensor_regs()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dov519.c3906 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local
3952 yend = ystart + gspca_dev->pixfmt.height; in mode_init_ov_sensor_regs()
3960 (((yend >> 1) & 3) << 2) | ((ystart >> 1) & 3), in mode_init_ov_sensor_regs()
3965 i2c_w(sd, 0x1a, yend >> 3); in mode_init_ov_sensor_regs()
4024 yend = 494; in mode_init_ov_sensor_regs()
4029 yend = 490; in mode_init_ov_sensor_regs()
4042 i2c_w(sd, OV7670_R1A_VSTOP, yend >> 2); in mode_init_ov_sensor_regs()
4044 v = (v & 0xc0) | ((yend & 0x3) << 2) | (ystart & 0x03); in mode_init_ov_sensor_regs()

Completed in 26 milliseconds