/third_party/ffmpeg/libavfilter/ |
D | bbox.c | 31 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; \
|
D | motion_estimation.c | 382 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()
|
D | vf_minterpolate.c | 994 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/ |
D | videodsp_template.c | 30 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()
|
D | arbc.c | 57 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()
|
D | vp9recon.c | 227 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()
|
D | rasc.c | 249 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()
|
D | vp9block.c | 973 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()
|
D | h264_slice.c | 2460 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/ |
D | videodsp_init.c | 160 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/ |
D | barycentric_rational.hpp | 43 …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/ |
D | ivi-layout-transition.c | 296 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/ |
D | barycentric_rational_detail.hpp | 26 …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/ |
D | gradient.cc | 116 double end_x, in initTwoPointConical() argument 137 SkPoint::Make(end_x, end_y), end_radius, in initTwoPointConical()
|
D | gradient.h | 61 double end_x,
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 275 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/ |
D | esextcGeometryShaderRendering.cpp | 3415 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/ |
D | barycentric_rational_interpolation.qbk | 22 …barycentric_rational(InputIterator1 start_x, InputIterator1 end_x, InputIterator2 start_y, size_t …
|
/third_party/weston/clients/ |
D | terminal.c | 2631 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/ |
D | deshake.cl | 384 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/ |
D | 0003-3.2-Beta3-1115.patch | 67059 +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);
|