Searched refs:yend (Results 1 – 5 of 5) sorted by relevance
46 uint16_t *ydst, *udst, *vdst, *yend; in decode_frame() local64 yend = ydst + width; in decode_frame()77 if (ydst >= yend) { in decode_frame()81 yend = ydst + width; in decode_frame()93 if (ydst >= yend) { in decode_frame()97 yend = ydst + width; in decode_frame()108 if (ydst >= yend) { in decode_frame()112 yend = ydst + width; in decode_frame()
950 const int yend= FFMIN(s->mb_height, s->mb_y + count + 1); in epzs_motion_search_internal() local953 for(mb_y=ystart; mb_y<yend; mb_y++){ in epzs_motion_search_internal()
1793 int ystart, int yend) in apply_loop_filter() argument1807 for (y = ystart; y < yend; y++) { in apply_loop_filter()
1773 int yend; /* End value */ in cupsCMYKSetCurve() local1789 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()
397 int yend = floor ((double) (p_row + 1) * m_cellheight); in calculateMotionPercentInCell() local401 int cellh = yend - ybegin; in calculateMotionPercentInCell()406 for (int i = ybegin; i < yend; i++) { in calculateMotionPercentInCell()