Home
last modified time | relevance | path

Searched defs:x_max (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dmotion_estimation.c46 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
Dmotion_estimation.h52 int x_max; member
Dvf_minterpolate.c290 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
Dvf_hysteresis.c183 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
Dvf_drawtext.c1299 int x_min = 32000, x_max = -32000; in draw_text() local
/third_party/mesa3d/src/intel/common/
Dintel_guardband.h27 intel_calculate_guardband_size(uint32_t x_min, uint32_t x_max, in intel_calculate_guardband_size()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Drfbdecoder.c1014 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/
Dttcolr.c1155 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
Dsfwoff2.c664 FT_Int x_max = 0; in compute_bbox() local
/third_party/ffmpeg/libavutil/
Deval.c267 double x_max = eval_expr(p, e->param[1]); in eval_expr() local
/third_party/ffmpeg/libavcodec/
Dhevc_filter.c224 int x_max = ((x0 + width ) >> s->ps.sps->log2_min_pu_size); in restore_tqb_pixels() local
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c3584 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