Home
last modified time | relevance | path

Searched defs:vmax (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
Djpegls.c54 static inline int iso_clip(int v, int vmin, int vmax) in iso_clip()
Dmpegaudioenc_template.c382 int *p, vmax, v, n, i, j, k, code; in compute_scale_factors() local
/third_party/boost/libs/histogram/test/
Ddetail_large_int_test.cpp57 const auto vmax = (std::numeric_limits<std::uint64_t>::max)(); in main() local
/third_party/FreeBSD/sys/sys/
Dmodule.h55 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) argument
/third_party/skia/tools/skqp/src/
Dskqp_model.cpp62 vmax = (color(maxImg, point) >> component) & 0xFF; in Check() local
/third_party/flutter/skia/tools/skqp/src/
Dskqp_model.cpp62 vmax = (color(maxImg, point) >> component) & 0xFF; in Check() local
/third_party/alsa-lib/src/control/
Dtlv.c392 double vmin, vmax, v; in snd_tlv_convert_from_dB() local
/third_party/boost/boost/histogram/
Dostream.hpp206 double vmax = 0; in ascii_plot() local
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_sanity.c330 float vmin, vmax; member
/third_party/abseil-cpp/absl/strings/
Dnumbers.cc796 const IntType vmax = std::numeric_limits<IntType>::max(); in safe_parse_positive_int() local
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_sanity.c608 float vmin, vmax; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers.cc920 const IntType vmax = std::numeric_limits<IntType>::max(); in safe_parse_positive_int() local
/third_party/pixman/pixman/dither/
Dmake-blue-noise.c434 float vmax = -INFINITY; in largest_cluster() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c82 const float (*vmax)[4]; member
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc700 const IntType vmax = std::numeric_limits<IntType>::max(); in safe_parse_positive_int() local
/third_party/python/Lib/
D_pydecimal.py3924 def _set_integer_check(self, name, value, vmin, vmax): argument