Home
last modified time | relevance | path

Searched defs:x_max (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/intel/common/
H A Dintel_guardband.h27 intel_calculate_guardband_size(uint32_t x_min, uint32_t x_max, in intel_calculate_guardband_size() argument
/third_party/ffmpeg/libavfilter/
H A Dmotion_estimation.h52 int x_max; member
H A Dmotion_estimation.c83 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_esa() local
102 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_tss() local
133 int x_max in ff_me_search_tdls() local
46 ff_me_init_context(AVMotionEstContext *me_ctx, int mb_size, int search_param, int width, int height, int x_min, int x_max, int y_min, int y_max) ff_me_init_context() argument
165 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); ff_me_search_ntss() local
218 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); ff_me_search_fss() local
250 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); ff_me_search_ds() local
305 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); ff_me_search_hexbs() local
338 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); ff_me_search_epzs() local
379 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); ff_me_search_umh() local
[all...]
H A Dvf_hysteresis.c178 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis8() local
227 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis16() local
H A Dvf_drawtext.c1396 int x_min = 32000, x_max = -32000; in draw_text() local
H A Dvf_minterpolate.c281 int x_max = me_ctx->x_max - me_ctx->mb_size / 2; in get_sbad_ob() local
307 int x_max = me_ctx->x_max in get_sad_ob() local
896 int x_max = width - x - 1; bidirectional_obmc() local
993 int x_max = width - x - 1; var_size_bmc() local
1043 int x_max = width - x - 1; bilateral_obmc() local
[all...]
/third_party/backends/backend/
H A Dhs2p.c2505 double x_max, y_max, x, y, temp; in sane_control_option() local
H A Dbh.c3623 double left, x_max, y_max, x, y; in sane_control_option() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcolr.c1155 FT_Int x_min, x_max, y_min, y_max; in FT_LOCAL_DEF() local
H A Dsfwoff2.c664 FT_Int x_max = 0; in compute_bbox() local
/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c233 int x_max = ((x0 + width ) >> s->ps.sps->log2_min_pu_size); in restore_tqb_pixels() local
/third_party/ffmpeg/libavutil/
H A Deval.c267 double x_max = eval_expr(p, e->param[1]); in eval_expr() local
/third_party/mesa3d/src/intel/vulkan/
H A 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

Completed in 29 milliseconds