Home
last modified time | relevance | path

Searched defs:maxv (Results 1 – 15 of 15) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_vecmathlib_common_4.h119 ASTCENC_SIMD_INLINE vint4 clamp(int minv, int maxv, vint4 a) in clamp()
219 ASTCENC_SIMD_INLINE vfloat4 clamp(float minv, float maxv, vfloat4 a) in clamp()
231 ASTCENC_SIMD_INLINE vfloat4 clampz(float maxv, vfloat4 a) in clampz()
Dstb_image.h7489 int maxv, dummy; in stbi__pnm_info() local
/third_party/lame/frontend/
Dmp3rtp.c101 levelmessage(unsigned int maxv, int* maxx, int* tmpx) in levelmessage()
/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/tests/api/
Dapi-threadmessage-test.c159 static int get_workload(int minv, int maxv) in get_workload()
/third_party/ffmpeg/libavcodec/
Dtexturedspenc.c254 int muv, minv, maxv; in optimize_colors() local
/third_party/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp242 int64_t maxv=numeric_limits<int64_t>::max()) { in readcoded()
260 int64_t maxv=numeric_limits<int64_t>::max()) { in readcoded64()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp242 int64_t maxv=numeric_limits<int64_t>::max()) { in readcoded()
260 int64_t maxv=numeric_limits<int64_t>::max()) { in readcoded64()
/third_party/ffmpeg/libavfilter/
Dvf_signalstats.c556 int maxy = -1, maxu = -1, maxv = -1; in filter_frame8() local
778 int maxy = -1, maxu = -1, maxv = -1; in filter_frame16() local
Daf_hdcd.c1197 static int32_t hdcd_analyze_gen(int32_t sample, unsigned int v, unsigned int maxv) in hdcd_analyze_gen()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djquant2.c278 register JLONG maxv = 0; in find_biggest_volume() local
/third_party/pulseaudio/src/modules/raop/
Draop-client.c1792 double minv, maxv; in pa_raop_client_adjust_volume() local
/third_party/skia/fuzz/
DFuzzCanvas.cpp827 static T make_fuzz_enum_range(Fuzz* fuzz, T maxv) { in make_fuzz_enum_range()
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp996 int maxv = 0; in selectEndPointPCA() local
/third_party/ffmpeg/libavformat/
Dmpegts.c2170 #define R8_CHECK_CLIP_MAX(dst, maxv) do { \ in parse_MP4SLDescrTag() argument