Home
last modified time | relevance | path

Searched refs:end_x (Results 1 – 16 of 16) 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.c383 int end_x, end_y; in ff_me_search_umh() local
407 end_x = FFMIN(mv[0] + 2, x_max); in ff_me_search_umh()
410 for (x = FFMAX(x_min, mv[0] - 2); x <= end_x; x++) in ff_me_search_umh()
Dvf_minterpolate.c985 int end_x = start_x + (1 << (n - 1)); in var_size_bmc() local
991 for (x = start_x; x < end_x; x++) { in var_size_bmc()
/third_party/ffmpeg/libavcodec/
Dvideodsp_template.c34 int start_y, start_x, end_y, end_x; in FUNC() local
62 end_x = FFMIN(block_w, w-src_x); in FUNC()
64 av_assert2(start_x < end_x && block_w); in FUNC()
66 w = end_x - start_x; in FUNC()
100 for (x = end_x; x < block_w; x++) { in FUNC()
101 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.c226 int end_x = FFMIN(2 * (s->cols - col), w4); in intra_recon() local
236 for (x = 0; x < end_x; x += step1d, ptr += 4 * step1d * bytesperpixel, in intra_recon()
259 end_x >>= s->ss_h; in intra_recon()
267 for (x = 0; x < end_x; x += uvstep1d, ptr += 4 * uvstep1d * bytesperpixel, in intra_recon()
604 int end_x = FFMIN(2 * (s->cols - col), w4); in inter_recon() local
613 for (x = 0; x < end_x; x += step1d, in inter_recon()
625 end_x >>= s->ss_h; in inter_recon()
632 for (x = 0; x < end_x; x += uvstep1d, in inter_recon()
Drasc.c251 int type, start_x, start_y, end_x, end_y, mov_x, mov_y; in decode_move() local
258 end_x = bytestream2_get_le16(&mc); in decode_move()
265 end_x >= avctx->width || end_y >= avctx->height || in decode_move()
270 if (start_x >= end_x || start_y >= end_y) in decode_move()
273 w = end_x - start_x; in decode_move()
Dvp9block.c971 int end_x = FFMIN(2 * (s->cols - col), w4); in decode_coeffs() local
999 MERGE(a, end_x, step, rd); \ in decode_coeffs()
1004 for (x = 0; x < end_x; x += step, n += step * step) { \ in decode_coeffs()
1051 SPLAT(a, end_x, step, end_x == w4); \ in decode_coeffs()
1079 for (x = 0; x < end_x; x += step, n += step * step) { \ in decode_coeffs()
1098 end_x >>= s->ss_h; in decode_coeffs()
Dh264_slice.c2556 static void loop_filter(const H264Context *h, H264SliceContext *sl, int start_x, int end_x) in loop_filter() argument
2569 for (mb_x = start_x; mb_x < end_x; mb_x++) in loop_filter()
2620 sl->mb_x = end_x; in loop_filter()
/third_party/ffmpeg/libavcodec/x86/
Dvideodsp_init.c126 x86_reg start_y, start_x, end_y, end_x, src_y_add = 0, p; in emulated_edge_mc() local
153 end_x = FFMIN(block_w, w-src_x); in emulated_edge_mc()
154 av_assert2(start_x < end_x && block_w > 0); in emulated_edge_mc()
159 w = end_x - start_x; in emulated_edge_mc()
179 p = block_w - end_x; in emulated_edge_mc()
182 hfix_tbl[(p - 1) >> 1](dst + end_x - (p & 1), dst_stride, in emulated_edge_mc()
185 h_extend_var(dst + end_x - (p & 1), dst_stride, in emulated_edge_mc()
/third_party/astc-encoder/Utils/
Dastc_test_autoextract.cpp176 int end_x = (worst_x_block + 1) * blockdim_x; in main() local
178 if (end_x > ref_dim_x) in main()
180 end_x = ref_dim_x; in main()
188 int outblk_x = end_x - start_x; in main()
Dastc_test_autoextract_hdr.cpp176 int end_x = (worst_x_block + 1) * blockdim_x; in main() local
178 if (end_x > ref_dim_x) in main()
180 end_x = ref_dim_x; in main()
188 int outblk_x = end_x - start_x; in main()
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py276 end_x, end_y = self.get_line_screen_position(end_line)
289 map(int, lerp(start_x, end_x, steps=11)),
296 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/astc-encoder/Source/
Dastcenc_entry.cpp891 int end_x = astc::min(dim_x, start_x + block_x); in compress_image() local
910 for (int ax = start_x; ax < end_x; ax++) in compress_image()
916 ax = end_x; in compress_image()
/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) {