/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_gblur.c | 73 call_ref(dst_ref, PIXELS, postscale, -FLT_MAX, FLT_MAX); in check_postscale_slice() 74 call_new(dst_new, PIXELS, postscale, -FLT_MAX, FLT_MAX); in check_postscale_slice() 78 bench_new(dst_new, PIXELS, postscale, -FLT_MAX, FLT_MAX); in check_postscale_slice()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideoenc.h | 83 {"rc_qmod_amp", "experimental quantizer modulation", FF_MPV_OFFSET(rc_qmod_amp), AV_OPT_TYPE_FLOAT, {.dbl = 0 }, -FLT_MAX, FLT_MAX, FF_MPV_OPT_FLAGS}, \ 90 {"rc_init_cplx", "initial complexity for 1-pass encoding", FF_MPV_OFFSET(rc_initial_cplx), AV_OPT_TYPE_FLOAT, {.dbl = 0 }, -FLT_MAX, FLT_MAX, FF_MPV_OPT_FLAGS}, \ 91 {"rc_buf_aggressivity", "currently useless", FF_MPV_OFFSET(rc_buffer_aggressivity), AV_OPT_TYPE_FLOAT, {.dbl = 1.0 }, -FLT_MAX, FLT_MAX, FF_MPV_OPT_FLAGS}, \ 92 {"border_mask", "increase the quantizer for macroblocks close to borders", FF_MPV_OFFSET(border_masking), AV_OPT_TYPE_FLOAT, {.dbl = 0 }, -FLT_MAX, FLT_MAX, FF_MPV_OPT_FLAGS}, \
|
H A D | options_table.h | 103 OFFSET(qcompress), AV_OPT_TYPE_FLOAT, {.dbl = 0.5 }, -FLT_MAX, FLT_MAX, V|E}, 104 {"qblur", "video quantizer scale blur (VBR)", OFFSET(qblur), AV_OPT_TYPE_FLOAT, {.dbl = 0.5 }, -1, FLT_MAX, V|E}, 109 {"b_qfactor", "QP factor between P- and B-frames", OFFSET(b_quant_factor), AV_OPT_TYPE_FLOAT, {.dbl = 1.25 }, -FLT_MAX, FLT_MAX, V|E}, 133 {"b_qoffset", "QP offset between P- and B-frames", OFFSET(b_quant_offset), AV_OPT_TYPE_FLOAT, {.dbl = 1.25 }, -FLT_MAX, FLT_MAX, V|E}, 150 {"i_qfactor", "QP factor between P- and I-frames", OFFSET(i_quant_factor), AV_OPT_TYPE_FLOAT, {.dbl = -0.8 }, -FLT_MAX, FLT_MAX, V|E}, 151 {"i_qoffset", "QP offset between P- and I-frames", OFFSET(i_quant_offset), AV_OPT_TYPE_FLOAT, {.dbl = 0.0 }, -FLT_MAX, FLT_MA [all...] |
/third_party/lame/libmp3lame/ |
H A D | machine.h | 128 # define FLOAT_MAX FLT_MAX 132 # ifdef FLT_MAX 133 # define FLOAT_MAX FLT_MAX 148 # ifdef FLT_MAX 149 # define FLOAT8_MAX FLT_MAX
|
/third_party/ffmpeg/compat/float/ |
H A D | float.h | 23 #ifdef FLT_MAX 24 #undef FLT_MAX macro 25 #define FLT_MAX 3.40282346638528859812e+38F macro
|
/third_party/skia/tests/ |
H A D | ScaleToSidesTest.cpp | 39 FLT_MAX, in DEF_TEST() 55 if (interestingValues[i] > FLT_MAX || in DEF_TEST() 56 interestingValues[j] > FLT_MAX) { in DEF_TEST()
|
/third_party/skia/docs/examples/ |
H A D | RRect_width.cpp | 9 SkRRect large = SkRRect::MakeRect({ -FLT_MAX, 1, FLT_MAX, 2 }); in REG_FIDDLE()
|
H A D | RRect_height.cpp | 9 SkRRect large = SkRRect::MakeRect({ 1, -FLT_MAX, 2, FLT_MAX }); in REG_FIDDLE()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_mandelbrot.c | 97 {"start_scale", "set the initial scale value", OFFSET(start_scale), AV_OPT_TYPE_DOUBLE, {.dbl=3.0}, 0, FLT_MAX, FLAGS }, 98 {"end_scale", "set the terminal scale value", OFFSET(end_scale), AV_OPT_TYPE_DOUBLE, {.dbl=0.3}, 0, FLT_MAX, FLAGS }, 100 {"bailout", "set the bailout value", OFFSET(bailout), AV_OPT_TYPE_DOUBLE, {.dbl=10}, 0, FLT_MAX, FLAGS }, 101 {"morphxf", "set morph x frequency", OFFSET(morphxf), AV_OPT_TYPE_DOUBLE, {.dbl=0.01}, -FLT_MAX, FLT_MAX, FLAGS }, 102 {"morphyf", "set morph y frequency", OFFSET(morphyf), AV_OPT_TYPE_DOUBLE, {.dbl=0.0123}, -FLT_MAX, FLT_MAX, FLAGS }, 103 {"morphamp", "set morph amplitude", OFFSET(morphamp), AV_OPT_TYPE_DOUBLE, {.dbl=0}, -FLT_MAX, FLT_MAX, FLAGS },
|
H A D | vf_idet.c | 21 #include <float.h> /* FLT_MAX */ 32 { "intl_thres", "set interlacing threshold", OFFSET(interlace_threshold), AV_OPT_TYPE_FLOAT, {.dbl = 1.04}, -1, FLT_MAX, FLAGS }, 33 { "prog_thres", "set progressive threshold", OFFSET(progressive_threshold), AV_OPT_TYPE_FLOAT, {.dbl = 1.5}, -1, FLT_MAX, FLAGS }, 34 { "rep_thres", "set repeat threshold", OFFSET(repeat_threshold), AV_OPT_TYPE_FLOAT, {.dbl = 3.0}, -1, FLT_MAX, FLAGS },
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_arit.c | 250 FLT_MAX, 251 -FLT_MAX 283 FLT_MAX, 284 -FLT_MAX
|
/third_party/skia/modules/skplaintexteditor/src/ |
H A D | shape.cpp | 276 c = SkRect{-FLT_MAX, -FLT_MAX, -FLT_MAX, -FLT_MAX}; in Shape()
|
/third_party/skia/src/utils/ |
H A D | SkFloatToDecimal.cpp | 99 value = FLT_MAX; // nearest finite float. 102 value = -FLT_MAX; // nearest finite float.
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_allegro5.cpp | 325 io.MousePos = ImVec2(-FLT_MAX, -FLT_MAX); in ImGui_ImplAllegro5_Init() 389 io.MousePos = ImVec2(-FLT_MAX, -FLT_MAX); in ImGui_ImplAllegro5_ProcessEvent()
|
/third_party/glfw/src/ |
H A D | input.c | 336 assert(xoffset > -FLT_MAX); in _glfwInputScroll() 337 assert(xoffset < FLT_MAX); in _glfwInputScroll() 338 assert(yoffset > -FLT_MAX); in _glfwInputScroll() 339 assert(yoffset < FLT_MAX); in _glfwInputScroll() 378 assert(xpos > -FLT_MAX); in _glfwInputCursorPos() 379 assert(xpos < FLT_MAX); in _glfwInputCursorPos() 380 assert(ypos > -FLT_MAX); in _glfwInputCursorPos() 381 assert(ypos < FLT_MAX); in _glfwInputCursorPos()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | values.h | 29 #define MAXFLOAT FLT_MAX
|
H A D | float.h | 15 #define FLT_MAX 3.40282346638528859812e+38F macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | float.h | 15 #define FLT_MAX 3.40282346638528859812e+38F macro
|
H A D | values.h | 29 #define MAXFLOAT FLT_MAX
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | values.h | 29 #define MAXFLOAT FLT_MAX
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | float.h | 15 #define FLT_MAX 3.40282346638528859812e+38F macro
|
/third_party/musl/include/ |
H A D | float.h | 15 #define FLT_MAX 3.40282346638528859812e+38F macro
|
H A D | values.h | 29 #define MAXFLOAT FLT_MAX
|
/third_party/musl/libc-test/src/api/ |
H A D | float.c | 29 D(FLT_MAX) in f()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 456 - 2019/12/13 (1.75) - [imgui_internal.h] changed ImRect() default constructor initializes all fields to 0.0f instead of (FLT_MAX,FLT_MAX,-FLT_MAX,-FLT_MAX). If you used ImRect::Add() to create bounding boxes by adding multiple points into it, you may need to fix your initial value. 573 - 2017/08/25 (1.52) - io.MousePos needs to be set to ImVec2(-FLT_MAX,-FLT_MAX) when mouse is unavailable/missing. Previously ImVec2(-1,-1) was enough but we now accept negative mouse coordinates. In your backend if you need to support unavailable mouse, make sure to replace "io.MousePos = ImVec2(-1,-1)" with "io.MousePos = ImVec2(-FLT_MAX,-FLT_MAX)". 643 - 2014/04/03 (1.38) - removed support for passing -FLT_MAX..+FLT_MAX a [all...] |