Home
last modified time | relevance | path

Searched refs:end_x (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dbbox.c31 int end_x; \
45 for (end_x = w - 1; end_x >= start_x; end_x--) \
47 if ((data[y * linesize + end_x] > min_val)) \
73 bbox->x2 = end_x; \
Dmotion_estimation.c382 int end_x, end_y; in ff_me_search_umh() local
406 end_x = FFMIN(mv[0] + 2, x_max); in ff_me_search_umh()
409 for (x = FFMAX(x_min, mv[0] - 2); x <= end_x; x++) in ff_me_search_umh()
Dvf_minterpolate.c994 int end_x = start_x + (1 << (n - 1)); in var_size_bmc() local
1000 for (x = start_x; x < end_x; x++) { in var_size_bmc()
/third_party/ffmpeg/libavcodec/
Dvideodsp_template.c30 int start_y, start_x, end_y, end_x; in FUNC() local
58 end_x = FFMIN(block_w, w-src_x); in FUNC()
60 av_assert2(start_x < end_x && block_w); in FUNC()
62 w = end_x - start_x; in FUNC()
96 for (x = end_x; x < block_w; x++) { in FUNC()
97 bufp[x] = bufp[end_x - 1]; in FUNC()
Darbc.c57 int end_y = start_y + 4, end_x = start_x + 4; in fill_tile4() local
60 for (int k = start_x; k < end_x; k++) { in fill_tile4()
95 int end_y = start_y + tile_height, end_x = start_x + tile_width; in fill_tileX() local
101 for (int k = start_x; k < end_x; k += step_w) { in fill_tileX()
Dvp9recon.c227 int end_x = FFMIN(2 * (s->cols - col), w4); in intra_recon() local
237 for (x = 0; x < end_x; x += step1d, ptr += 4 * step1d * bytesperpixel, in intra_recon()
260 end_x >>= s->ss_h; in intra_recon()
268 for (x = 0; x < end_x; x += uvstep1d, ptr += 4 * uvstep1d * bytesperpixel, in intra_recon()
605 int end_x = FFMIN(2 * (s->cols - col), w4); in inter_recon() local
614 for (x = 0; x < end_x; x += step1d, in inter_recon()
626 end_x >>= s->ss_h; in inter_recon()
633 for (x = 0; x < end_x; x += uvstep1d, in inter_recon()
Drasc.c249 int type, start_x, start_y, end_x, end_y, mov_x, mov_y; in decode_move() local
256 end_x = bytestream2_get_le16(&mc); in decode_move()
263 end_x >= avctx->width || end_y >= avctx->height || in decode_move()
268 if (start_x >= end_x || start_y >= end_y) in decode_move()
271 w = end_x - start_x; in decode_move()
Dvp9block.c973 int end_x = FFMIN(2 * (s->cols - col), w4); in decode_coeffs() local
1001 MERGE(a, end_x, step, rd); \ in decode_coeffs()
1006 for (x = 0; x < end_x; x += step, n += step * step) { \ in decode_coeffs()
1053 SPLAT(a, end_x, step, end_x == w4); \ in decode_coeffs()
1081 for (x = 0; x < end_x; x += step, n += step * step) { \ in decode_coeffs()
1100 end_x >>= s->ss_h; in decode_coeffs()
Dh264_slice.c2460 static void loop_filter(const H264Context *h, H264SliceContext *sl, int start_x, int end_x) in loop_filter() argument
2473 for (mb_x = start_x; mb_x < end_x; mb_x++) in loop_filter()
2524 sl->mb_x = end_x; in loop_filter()
/third_party/ffmpeg/libavcodec/x86/
Dvideodsp_init.c160 x86_reg start_y, start_x, end_y, end_x, src_y_add = 0, p; in emulated_edge_mc() local
187 end_x = FFMIN(block_w, w-src_x); in emulated_edge_mc()
188 av_assert2(start_x < end_x && block_w > 0); in emulated_edge_mc()
193 w = end_x - start_x; in emulated_edge_mc()
213 p = block_w - end_x; in emulated_edge_mc()
216 hfix_tbl[(p - 1) >> 1](dst + end_x - (p & 1), dst_stride, in emulated_edge_mc()
219 h_extend_var(dst + end_x - (p & 1), dst_stride, in emulated_edge_mc()
/third_party/boost/boost/math/interpolators/
Dbarycentric_rational.hpp43 …barycentric_rational(InputIterator1 start_x, InputIterator1 end_x, InputIterator2 start_y, size_t …
80 barycentric_rational<Real>::barycentric_rational(InputIterator1 start_x, InputIterator1 end_x, Inpu… in barycentric_rational() argument
81 …: m_imp(std::make_shared<detail::barycentric_rational_imp<Real>>(start_x, end_x, start_y, approxim… in barycentric_rational()
/third_party/weston/ivi-shell/
Divi-layout-transition.c296 int32_t end_x; member
328 (mrv->end_x - mrv->start_x) * current; in transition_move_resize_view_user_frame()
355 int32_t end_x, int32_t end_y, in create_move_resize_view_transition() argument
389 data->end_x = end_x; in create_move_resize_view_transition()
427 data->end_x = dest_x; in ivi_layout_transition_move_resize_view()
674 int32_t end_x; member
688 (data->end_x - data->start_x) * current; in transition_move_layer_user_frame()
721 int32_t end_x, int32_t end_y, in create_move_layer_transition() argument
754 data->end_x = end_x; in create_move_layer_transition()
/third_party/boost/boost/math/interpolators/detail/
Dbarycentric_rational_detail.hpp26 …barycentric_rational_imp(InputIterator1 start_x, InputIterator1 end_x, InputIterator2 start_y, siz…
58 …mp<Real>::barycentric_rational_imp(InputIterator1 start_x, InputIterator1 end_x, InputIterator2 st… in barycentric_rational_imp() argument
60 std::ptrdiff_t n = std::distance(start_x, end_x); in barycentric_rational_imp()
70 for(unsigned i = 0; start_x != end_x; ++start_x, ++start_y, ++i) in barycentric_rational_imp()
/third_party/flutter/engine/flutter/lib/ui/painting/
Dgradient.cc116 double end_x, in initTwoPointConical() argument
137 SkPoint::Make(end_x, end_y), end_radius, in initTwoPointConical()
Dgradient.h61 double end_x,
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py275 end_x, end_y = self.get_line_screen_position(end_line)
288 map(int, lerp(start_x, end_x, steps=11)),
295 x=end_x, y=end_y)
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp3415 int end_x = 0; in verify() local
3429 end_x = single_rt_width - 3; /* skip the corner */ in verify()
3444 end_x = start_x; in verify()
3459 end_x = single_rt_width - 6; /* skip the corners */ in verify()
3474 end_x = start_x; in verify()
3490 int dx = (end_x != start_x) ? 1 : 0; in verify()
3492 int n_pixels = (end_x - start_x) + (end_y - start_y); in verify()
/third_party/boost/libs/math/doc/interpolators/
Dbarycentric_rational_interpolation.qbk22 …barycentric_rational(InputIterator1 start_x, InputIterator1 end_x, InputIterator2 start_y, size_t …
/third_party/weston/clients/
Dterminal.c2631 int start_x, end_x; in recompute_selection() local
2652 end_x = terminal->selection_end_x; in recompute_selection()
2657 end_x = terminal->selection_start_x; in recompute_selection()
2698 if (terminal->dragging == SELECT_CHAR && end_x < x) in recompute_selection()
2701 end_x < x && wordsep(data[col].ch)) in recompute_selection()
/third_party/ffmpeg/libavfilter/opencl/
Ddeshake.cl384 int end_x = min(loc_i.x + 32, (int)get_image_dim(grayscale).x - 1);
387 for (int i = loc_i.x; i < end_x; ++i) {
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch67059 +void NWebInputHandler::CheckSlideNavigation(int16_t start_x, int16_t end_x) {
67067 + if (start_x < kEdgeWidth && (end_x - start_x) > kTriggerDistance) {
67074 + (start_x - end_x) > kTriggerDistance) {
67135 + void CheckSlideNavigation(int16_t start_x, int16_t end_x);