Home
last modified time | relevance | path

Searched refs:minv (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/tests/api/
Dapi-threadmessage-test.c159 static int get_workload(int minv, int maxv) in get_workload() argument
161 return maxv == minv ? maxv : rand() % (maxv - minv) + minv; in get_workload()
/third_party/astc-encoder/Source/
Dastcenc_vecmathlib_common_4.h119 ASTCENC_SIMD_INLINE vint4 clamp(int minv, int maxv, vint4 a) in clamp() argument
121 return min(max(a, vint4(minv)), vint4(maxv)); in clamp()
219 ASTCENC_SIMD_INLINE vfloat4 clamp(float minv, float maxv, vfloat4 a) in clamp() argument
222 return min(max(a, minv), maxv); in clamp()
/third_party/openh264/codec/processing/src/common/
Dutil.h83 #define WELS_CLAMP(x, minv, maxv) WELS_MIN(WELS_MAX(x, minv), maxv) argument
/third_party/ffmpeg/libavcodec/
Dtexturedspenc.c254 int muv, minv, maxv; in optimize_colors() local
256 muv = minv = maxv = bp[0]; in optimize_colors()
260 if (bp[x * 4 + y * stride] < minv) in optimize_colors()
261 minv = bp[x * 4 + y * stride]; in optimize_colors()
268 min[ch] = minv; in optimize_colors()
/third_party/ffmpeg/libavfilter/
Dvf_signalstats.c555 int miny = -1, minu = -1, minv = -1; in filter_frame8() local
662 if (minv < 0 && histv[fil]) minv = fil; in filter_frame8()
724 SET_META("VMIN", "%d", minv); in filter_frame8()
777 int miny = -1, minu = -1, minv = -1; in filter_frame16() local
884 if (minv < 0 && histv[fil]) minv = fil; in filter_frame16()
941 SET_META("VMIN", "%d", minv); in filter_frame16()
/third_party/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp241 int64_t readcoded(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(), in readcoded() argument
249 if (val < minv || val > maxv) { in readcoded()
252 << minv << ", " << maxv << "]"; in readcoded()
259 int64_t readcoded64(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(), in readcoded64() argument
267 if (val < minv || val > maxv) { in readcoded64()
270 << minv << ", " << maxv << "]"; in readcoded64()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp241 int64_t readcoded(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(), in readcoded() argument
249 if (val < minv || val > maxv) { in readcoded()
252 << minv << ", " << maxv << "]"; in readcoded()
259 int64_t readcoded64(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(), in readcoded64() argument
267 if (val < minv || val > maxv) { in readcoded64()
270 << minv << ", " << maxv << "]"; in readcoded64()
/third_party/pulseaudio/src/modules/raop/
Draop-client.c1792 double minv, maxv; in pa_raop_client_adjust_volume() local
1800 minv = maxv * pow(10.0, VOLUME_DEF / 60.0); in pa_raop_client_adjust_volume()
1803 return volume - volume * (minv / maxv) + minv; in pa_raop_client_adjust_volume()
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp995 int minv = 255; in selectEndPointPCA() local
1007 minv = std::min<int>(minv, (&pixel.R)[ch]); in selectEndPointPCA()
1014 min[ch] = minv; in selectEndPointPCA()
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch3576 - static float16x8_t minv = {-88.0f, -88.0f, -88.0f, -88.0f, -88.0f, -88.0f, -88.0f, -88.0f};
3579 + static float16x8_t minv = {-87.3365478515625f, -87.3365478515625f, -87.3365478515625f, -87.33654…
3581 input = vmaxq_f16(minv, vminq_f16(input, maxv));
4762 - static MS_FLOAT32X4 minv = {-88.0f, -88.0f, -88.0f, -88.0f};
4764 + static MS_FLOAT32X4 minv = {-87.3365478515625f, -87.3365478515625f, -87.3365478515625f, -87.3365…
4765 input = MS_MAXQ_F32(minv, MS_MINQ_F32(input, maxv));
4771 - static MS_FLOAT32X4 minv = {-88.0f, -88.0f, -88.0f, -88.0f};
4773 + static MS_FLOAT32X4 minv = {-87.3365478515625f, -87.3365478515625f, -87.3365478515625f, -87.3365…
4774 input = MS_MAXQ_F32(minv, MS_MINQ_F32(input, maxv));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicImpl.inc1586 "llvm.arm.mve.minv.s",
1587 "llvm.arm.mve.minv.u",
11719 1, // llvm.arm.mve.minv.s
11720 1, // llvm.arm.mve.minv.u