Home
last modified time | relevance | path

Searched refs:yend (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dv210x.c46 uint16_t *ydst, *udst, *vdst, *yend; in decode_frame() local
64 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()
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()
Dvp3.c1793 int ystart, int yend) in apply_loop_filter() argument
1807 for (y = ystart; y < yend; y++) { in apply_loop_filter()
/third_party/boost/boost/graph/detail/
Dset_adaptor.hpp39 xend = x.end(), yend = y.end(); in set_lex_order() local
40 for (; xi != xend && yi != yend; ++xi, ++yi) in set_lex_order()
48 return (yi == yend) ? 0 : -1; in set_lex_order()
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dread.hpp476 std::ptrdiff_t yend = this->_settings._dim.y; in read_palette_image_rle() local
481 yend = -1; in read_palette_image_rle()
530 if( y == yend ) in read_palette_image_rle()
571 if( yinc > 0 ? y > yend : y < yend ) in read_palette_image_rle()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp397 int yend = floor ((double) (p_row + 1) * m_cellheight); in calculateMotionPercentInCell() local
401 int cellh = yend - ybegin; in calculateMotionPercentInCell()
406 for (int i = ybegin; i < yend; i++) { in calculateMotionPercentInCell()