Home
last modified time | relevance | path

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

/third_party/boost/boost/math/distributions/
Darcsine.hpp84 …inline bool check_x_minmax(const char* function, const RealType& x_min, const RealType& x_max, Rea… in check_x_minmax()
116 …inline bool check_x(const char* function, const RealType& x_min, const RealType& x_max, const Real… in check_x()
140 …inline bool check_dist(const char* function, const RealType& x_min, const RealType& x_max, RealTyp… in check_dist()
148 …ool check_dist_and_x(const char* function, const RealType& x_min, const RealType& x_max, RealType … in check_dist_and_x()
155 … check_dist_and_prob(const char* function, const RealType& x_min, const RealType& x_max, RealType … in check_dist_and_prob()
170 arcsine_distribution(RealType x_min = 0, RealType x_max = 1) : m_x_min(x_min), m_x_max(x_max) in arcsine_distribution()
185 RealType x_max() const in x_max() function in boost::math::arcsine_distribution
218 RealType x_max = dist.x_max(); in mean() local
237 RealType x_max = dist.x_max(); in variance() local
265 RealType x_max = dist.x_max(); in median() local
[all …]
/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/mindspore/mindspore/ops/_grad/
Dgrad_quant_ops.py31 def bprop(x, x_min, x_max, out, dout): argument
44 def bprop(x, x_min, x_max, out, dout): argument
57 def bprop(x, x_min, x_max, out, dout): argument
73 def bprop(x, x_min, x_max, out, dout): argument
168 def bprop(x, x_min, x_max, out, dout): argument
178 def bprop(x, x_min, x_max, out, dout): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dresize_cubic_op.cc97 int x_max = static_cast<int>((center + threshold + 0.5)); in calc_coeff() local
154 int x_max = regions[xx * 2 + 1]; in ImagingHorizontalInterp() local
/third_party/mesa3d/src/intel/vulkan/
Dgfx7_cmd_buffer.c85 uint32_t x_max = s->offset.x + s->extent.width - 1; in gfx7_cmd_buffer_emit_scissor() local
/third_party/freetype/src/sfnt/
Dttcolr.c308 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
Dsfwoff2.c675 FT_Int x_max = 0; in compute_bbox() local
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c309 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse.c251 int x_max = 0, y_max = 0; local
/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/boost/libs/numeric/odeint/examples/
Dmolecular_dynamics_cells.cpp119 double x_max , y_max , cell_size; member
/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