Searched refs:yend (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | v210x.c | 45 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 D | motion_est_template.c | 950 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 D | vp3.c | 1797 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
|
/third_party/cups-filters/cupsfilters/ |
H A D | cmyk.c | 1773 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 D | rts88xx_lib.c | 706 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 D | rts88xx_lib.h | 94 SANE_Int yend, SANE_Int xstart,
|
H A D | lexmark_low.c | 1041 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()
|
Completed in 15 milliseconds