/third_party/ffmpeg/libavfilter/ |
D | motion_estimation.c | 46 int width, int height, int x_min, int x_max, int y_min, int y_max) in ff_me_init_context() 82 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_esa() local 101 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_tss() local 132 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_tdls() local 164 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_ntss() local 217 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_fss() local 249 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_ds() local 304 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_hexbs() local 337 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_epzs() local 378 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_umh() local
|
D | motion_estimation.h | 52 int x_max; member
|
D | vf_minterpolate.c | 290 int x_max = me_ctx->x_max - me_ctx->mb_size / 2; in get_sbad_ob() local 316 int x_max = me_ctx->x_max - me_ctx->mb_size / 2; in get_sad_ob() local 905 int x_max = width - x - 1; in bidirectional_obmc() local 1002 int x_max = width - x - 1; in var_size_bmc() local 1052 int x_max = width - x - 1; in bilateral_obmc() local
|
D | vf_hysteresis.c | 183 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis8() local 232 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis16() local
|
D | vf_drawtext.c | 1299 int x_min = 32000, x_max = -32000; in draw_text() local
|
/third_party/mesa3d/src/intel/common/ |
D | intel_guardband.h | 27 intel_calculate_guardband_size(uint32_t x_min, uint32_t x_max, in intel_calculate_guardband_size()
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.c | 1014 gint32 x, x_count G_GNUC_UNUSED, x_end, x_max, x_max_16; in rfb_decoder_hextile_encoding() local
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 1155 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
|
D | sfwoff2.c | 664 FT_Int x_max = 0; in compute_bbox() local
|
/third_party/ffmpeg/libavutil/ |
D | eval.c | 267 double x_max = eval_expr(p, e->param[1]); in eval_expr() local
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_filter.c | 224 int x_max = ((x0 + width ) >> s->ps.sps->log2_min_pu_size); in restore_tqb_pixels() local
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 3584 uint32_t x_min = 0, x_max = fb_size_max; in cmd_buffer_emit_viewport() local 3734 uint32_t x_max = MIN2(s->offset.x + s->extent.width - 1, in cmd_buffer_emit_scissor() local
|