/third_party/mesa3d/src/intel/common/ |
H A D | intel_guardband.h | 27 intel_calculate_guardband_size(uint32_t x_min, uint32_t x_max, in intel_calculate_guardband_size() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | motion_estimation.h | 52 int x_max; member
|
H A D | motion_estimation.c | 83 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 D | vf_hysteresis.c | 178 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 D | vf_drawtext.c | 1396 int x_min = 32000, x_max = -32000; in draw_text() local
|
H A D | vf_minterpolate.c | 281 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 D | hs2p.c | 2505 double x_max, y_max, x, y, temp; in sane_control_option() local
|
H A D | bh.c | 3623 double left, x_max, y_max, x, y; in sane_control_option() local
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcolr.c | 1155 FT_Int x_min, x_max, y_min, y_max; in FT_LOCAL_DEF() local
|
H A D | sfwoff2.c | 664 FT_Int x_max = 0; in compute_bbox() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_filter.c | 233 int x_max = ((x0 + width ) >> s->ps.sps->log2_min_pu_size); in restore_tqb_pixels() local
|
/third_party/ffmpeg/libavutil/ |
H A D | eval.c | 267 double x_max = eval_expr(p, e->param[1]); in eval_expr() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A 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
|