Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dmotion_estimation.c43 if (x >= x_min && x <= x_max && y >= y_min && y <= y_max)\
47 int width, int height, int x_min, int x_max, int y_min, int y_max) in ff_me_init_context()
55 me_ctx->x_max = x_max; in ff_me_init_context()
83 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_esa() local
91 for (x = x_min; x <= x_max; x++) in ff_me_search_esa()
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
183 x_max = posx < w - 1 ? posx + 1 : posx; in hysteresis8()
188 for (xx = x_min; xx <= x_max; xx++) { in hysteresis8()
227 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis16() local
232 x_max = posx < w - 1 ? posx + 1 : posx; in hysteresis16()
237 for (xx = x_min; xx <= x_max; xx++) { in hysteresis16()
H A Dmotion_estimation.h52 int x_max; member
65 int width, int height, int x_min, int x_max, int y_min, int y_max);
H A Dvf_minterpolate.c260 x = av_clip(x, me_ctx->x_min, me_ctx->x_max); in get_sbad()
262 mv_x = av_clip(x_mv - x, -FFMIN(x - me_ctx->x_min, me_ctx->x_max - x), FFMIN(x - me_ctx->x_min, me_ctx->x_max - x)); in get_sbad()
281 int x_max = me_ctx->x_max - me_ctx->mb_size / 2; in get_sbad_ob() local
289 x = av_clip(x, x_min, x_max); in get_sbad_ob()
291 mv_x = av_clip(x_mv - x, -FFMIN(x - x_min, x_max - x), FFMIN(x - x_min, x_max - x)); in get_sbad_ob()
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...]
H A Dvf_drawtext.c1396 int x_min = 32000, x_max = -32000; in draw_text() local
1484 x_max = FFMAX(glyph->bbox.xMax, x_max); in draw_text()
1487 s->max_glyph_w = x_max - x_min; in draw_text()
/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
74 if (GFX_VER == 6 && (x_min & 1 || x_max & 1 || y_min & 1 || y_max & 1)) { in intel_calculate_guardband_size()
85 const float ss_ra_xmax = MAX3(x_max, m30 + m00, m30 - m00); in intel_calculate_guardband_size()
/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
1159 x_max = FT_MAX( dstSlot->bitmap_left + (FT_Int)dstSlot->bitmap.width, in FT_LOCAL_DEF()
1167 x_max != dstSlot->bitmap_left + (FT_Int)dstSlot->bitmap.width || in FT_LOCAL_DEF()
1173 FT_UInt width = (FT_UInt)( x_max - x_min ); in FT_LOCAL_DEF()
H A Dsfwoff2.c664 FT_Int x_max = 0; in compute_bbox() local
677 x_max = points[0].x; in compute_bbox()
689 x_max = FT_MAX( x, x_max ); in compute_bbox()
699 WRITE_SHORT( pointer, x_max ); in compute_bbox()
/third_party/ffmpeg/libavutil/
H A Deval.c267 double x_max = eval_expr(p, e->param[1]); in eval_expr() local
270 p->var[0] = ff_reverse[i&255]*x_max/255; in eval_expr()
272 p->var[0] = x_max*pow(0.9, i-255); in eval_expr()
/third_party/backends/backend/
H A Dhs2p.c2505 double x_max, y_max, x, y, temp; in sane_control_option() local
2507 x_max = SANE_UNFIX (s->hw->info.x_range.max); in sane_control_option()
2511 x = (paper_sizes[paper_id].width <= 0.0) ? x_max : in sane_control_option()
2523 y_max = x_max; in sane_control_option()
2524 x_max = temp; in sane_control_option()
2532 s->val[OPT_BR_X].w = SANE_FIX (MIN (x, x_max)); in sane_control_option()
H A Dbh.c3623 double left, x_max, y_max, x, y; in sane_control_option() local
3625 x_max = SANE_UNFIX(s->hw->info.x_range.max); in sane_control_option()
3628 x = (paper_sizes[paper_id].width <= 0.0) ? x_max : in sane_control_option()
3642 left = (x_max - x) / 2.0; in sane_control_option()
3652 s->val[OPT_BR_X].w = SANE_FIX(MIN(x + left, x_max)); in sane_control_option()
/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
3591 x_max = MIN2(x_min, gfx->render_area.offset.x + in cmd_buffer_emit_viewport()
3614 x_max = MIN2(x_min, scissor->offset.x + scissor->extent.width); in cmd_buffer_emit_viewport()
3623 if (x_min > 0 || x_max < fb_size_max || in cmd_buffer_emit_viewport()
3625 intel_calculate_guardband_size(x_min, x_max, y_min, y_max, in cmd_buffer_emit_viewport()
3734 uint32_t x_max = MIN2(s->offset.x + s->extent.width - 1, in cmd_buffer_emit_scissor() local
3744 x_max = clamp_int64((uint64_t) x_max, 0, in cmd_buffer_emit_scissor()
3753 .ScissorRectangleXMax = x_max in cmd_buffer_emit_scissor()
/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
237 for (x = x_min; x < x_max; x++) { in restore_tqb_pixels()

Completed in 30 milliseconds