/third_party/boost/boost/math/distributions/ |
D | arcsine.hpp | 84 …inline bool check_x_minmax(const char* function, const RealType& x_min, const RealType& x_max, Rea… in check_x_minmax() argument 86 if (x_min >= x_max) in check_x_minmax() 88 …ing msg = "x_max argument is %1%, but must be > x_min = " + lexical_cast<std::string>(x_min) + "!"; 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() argument 125 if ((x < x_min) || (x > x_max)) in check_x() 140 …inline bool check_dist(const char* function, const RealType& x_min, const RealType& x_max, RealTyp… in check_dist() argument 142 return check_x_min(function, x_min, result, pol) in check_dist() 144 && check_x_minmax(function, x_min, x_max, result, pol); in check_dist() 148 …inline bool check_dist_and_x(const char* function, const RealType& x_min, const RealType& x_max, R… in check_dist_and_x() argument 150 return check_dist(function, x_min, x_max, result, pol) in check_dist_and_x() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | motion_estimation.c | 42 if (x >= x_min && x <= x_max && y >= y_min && y <= y_max)\ 46 int width, int height, int x_min, int x_max, int y_min, int y_max) in ff_me_init_context() argument 53 me_ctx->x_min = x_min; in ff_me_init_context() 80 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_esa() local 90 for (x = x_min; x <= x_max; x++) in ff_me_search_esa() 99 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_tss() local 130 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_tdls() local 162 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_ntss() local 215 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_fss() local 247 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_ds() local [all …]
|
D | motion_estimation.h | 51 int x_min; member 65 int width, int height, int x_min, int x_max, int y_min, int y_max);
|
D | vf_hysteresis.c | 183 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis8() local 187 x_min = posx > 0 ? posx - 1 : 0; in hysteresis8() 193 for (xx = x_min; xx <= x_max; xx++) { in hysteresis8() 232 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis16() local 236 x_min = posx > 0 ? posx - 1 : 0; in hysteresis16() 242 for (xx = x_min; xx <= x_max; xx++) { in hysteresis16()
|
D | vf_minterpolate.c | 269 x = av_clip(x, me_ctx->x_min, me_ctx->x_max); in get_sbad() 271 …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… in get_sbad() 289 int x_min = me_ctx->x_min + me_ctx->mb_size / 2; in get_sbad_ob() local 298 x = av_clip(x, x_min, x_max); in get_sbad_ob() 300 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() 315 int x_min = me_ctx->x_min + me_ctx->mb_size / 2; in get_sad_ob() local 324 x = av_clip(x, x_min, x_max); in get_sad_ob() 326 x_mv = av_clip(x_mv, x_min, x_max); in get_sad_ob() 858 pixel_mvs->mvs[pixel_refs->nb][0] = av_clip((mv_x * alpha) / ALPHA_MAX, x_min, x_max);\ 863 …pixel_mvs->mvs[pixel_refs->nb][0] = av_clip(-mv_x * (ALPHA_MAX - alpha) / ALPHA_MAX, x_min, x_max)… [all …]
|
D | vf_drawtext.c | 1297 int x_min = 32000, x_max = -32000; in draw_text() local 1384 x_min = FFMIN(glyph->bbox.xMin, x_min); in draw_text() 1388 s->max_glyph_w = x_max - x_min; in draw_text()
|
/third_party/boost/libs/math/doc/distributions/ |
D | arcsine.qbk | 23 // Constructor from two range parameters, x_min and x_max: 24 arcsine_distribution(RealType x_min, RealType x_max); 27 RealType x_min() const; 37 This is implemented as a generalized version with support from ['x_min] to ['x_max] 38 providing the 'standard arcsine distribution' as default with ['x_min = 0] and ['x_max = 1]. 53 defined on the interval \[['x_min, x_max]\] is given by: 55 [expression f(x; x_min, x_max) = 1 /([pi][sdot][sqrt]((x - x_min)[sdot](x_max - x_min))] 66 centered on ['(x_max - x_min)/2], 69 If random variate ['x] is ['x_min] or ['x_max], then the PDF is infinity. 70 If random variate ['x] is ['x_min] then the CDF is zero. [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 309 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local 312 x_min = FT_MIN( dstSlot->bitmap_left, srcSlot->bitmap_left ); in tt_face_colr_blend_layer() 320 if ( x_min != dstSlot->bitmap_left || in tt_face_colr_blend_layer() 327 FT_UInt width = (FT_UInt)( x_max - x_min ); in tt_face_colr_blend_layer() 343 4 * ( dstSlot->bitmap_left - x_min ); in tt_face_colr_blend_layer() 356 dstSlot->bitmap_left = x_min; in tt_face_colr_blend_layer()
|
/third_party/freetype/src/sfnt/ |
D | ttcolr.c | 308 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local 311 x_min = FT_MIN( dstSlot->bitmap_left, srcSlot->bitmap_left ); in tt_face_colr_blend_layer() 319 if ( x_min != dstSlot->bitmap_left || in tt_face_colr_blend_layer() 326 FT_UInt width = (FT_UInt)( x_max - x_min ); in tt_face_colr_blend_layer() 342 4 * ( dstSlot->bitmap_left - x_min ); in tt_face_colr_blend_layer() 355 dstSlot->bitmap_left = x_min; in tt_face_colr_blend_layer()
|
D | sfwoff2.c | 673 FT_Int x_min = 0; in compute_bbox() local 686 x_min = points[0].x; in compute_bbox() 698 x_min = FT_MIN( x, x_min ); in compute_bbox() 708 WRITE_SHORT( pointer, x_min ); in compute_bbox() 713 *src_x_min = (FT_UShort)x_min; in compute_bbox() 940 FT_UShort x_min = 0; in reconstruct_glyf() local 999 FT_READ_USHORT( x_min ) ) in reconstruct_glyf() 1129 FT_READ_USHORT( x_min ) ) in reconstruct_glyf() 1139 compute_bbox( total_n_points, points, glyph_buf, &x_min ); in reconstruct_glyf() 1201 info->x_mins[i] = (FT_Short)x_min; in reconstruct_glyf()
|
/third_party/boost/libs/math/example/ |
D | arcsine_example.cpp | 66 BOOST_ASSERT(as.x_min() == 2.); // as.x_min() returns 2. in main()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 662 FT_Int x_min = 0; in compute_bbox() local 675 x_min = points[0].x; in compute_bbox() 687 x_min = FT_MIN( x, x_min ); in compute_bbox() 697 WRITE_SHORT( pointer, x_min ); in compute_bbox() 702 *src_x_min = (FT_UShort)x_min; in compute_bbox() 929 FT_UShort x_min = 0; in reconstruct_glyf() local 988 FT_READ_USHORT( x_min ) ) in reconstruct_glyf() 1118 FT_READ_USHORT( x_min ) ) in reconstruct_glyf() 1128 compute_bbox( total_n_points, points, glyph_buf, &x_min ); in reconstruct_glyf() 1190 info->x_mins[i] = (FT_Short)x_min; in reconstruct_glyf()
|
D | ttcolr.c | 1155 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local 1158 x_min = FT_MIN( dstSlot->bitmap_left, srcSlot->bitmap_left ); in tt_face_colr_blend_layer() 1166 if ( x_min != dstSlot->bitmap_left || in tt_face_colr_blend_layer() 1173 FT_UInt width = (FT_UInt)( x_max - x_min ); in tt_face_colr_blend_layer() 1189 4 * ( dstSlot->bitmap_left - x_min ); in tt_face_colr_blend_layer() 1202 dstSlot->bitmap_left = x_min; in tt_face_colr_blend_layer()
|
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | image_view_factory.hpp | 254 std::ptrdiff_t x_min, std::ptrdiff_t y_min, std::ptrdiff_t width, std::ptrdiff_t height) in subimage_view() argument 258 return apply_operation(src, subimage_view_fn(point_t(x_min, y_min),point_t(width, height))); in subimage_view()
|
/third_party/boost/libs/math/test/ |
D | test_arcsine.cpp | 254 BOOST_CHECK_EQUAL(arcsine_01.x_min(), 0); in test_spots() 341 BOOST_CHECK_EQUAL(as_m11.x_min(), -1); // in test_spots() 393 BOOST_CHECK_EQUAL(as_m2m1.x_min(), -2); // in test_spots() 541 BOOST_CHECK_EQUAL(as.x_min(), 0); // in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/gil/ |
D | image_view_factory.hpp | 265 typename View::coord_t x_min, in subimage_view() argument 270 return View(width, height, src.xy_at(x_min, y_min)); in subimage_view()
|
/third_party/boost/libs/math/doc/interpolators/ |
D | cubic_hermite.qbk | 135 auto [x_min, x_max] = ch.domain();
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_filter.c | 222 int x_min = ((x0 ) >> s->ps.sps->log2_min_pu_size); in restore_tqb_pixels() local 228 for (x = x_min; x < x_max; x++) { in restore_tqb_pixels()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …:28,x_gradient_unguard:28,x_iter:[9,10,13,15,24,28],x_luminosity_gradi:28,x_min:28,xbm:24,xgradien…
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 532 case, defined as x_min,y_min,width,height) and returns a view
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 532 case, defined as x_min,y_min,width,height) and returns a view
|
/third_party/freetype/ |
D | ChangeLog | 1366 * src/sfnt/sfwoff2.c (reconstruct_glyf): Initialize `x_min'.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 4115 * src/sfnt/sfwoff2.c (reconstruct_glyf): Initialize `x_min'.
|