Searched defs:maxv (Results 1 – 15 of 15) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc_vecmathlib_common_4.h | 119 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()
|
D | stb_image.h | 7489 int maxv, dummy; in stbi__pnm_info() local
|
/third_party/lame/frontend/ |
D | mp3rtp.c | 101 levelmessage(unsigned int maxv, int* maxx, int* tmpx) in levelmessage()
|
/third_party/openh264/codec/processing/src/common/ |
D | util.h | 83 #define WELS_CLAMP(x, minv, maxv) WELS_MIN(WELS_MAX(x, minv), maxv) argument
|
/third_party/ffmpeg/tests/api/ |
D | api-threadmessage-test.c | 159 static int get_workload(int minv, int maxv) in get_workload()
|
/third_party/ffmpeg/libavcodec/ |
D | texturedspenc.c | 254 int muv, minv, maxv; in optimize_colors() local
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 242 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/ |
D | tz2icu.cpp | 242 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/ |
D | vf_signalstats.c | 556 int maxy = -1, maxu = -1, maxv = -1; in filter_frame8() local 778 int maxy = -1, maxu = -1, maxv = -1; in filter_frame16() local
|
D | af_hdcd.c | 1197 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/ |
D | jquant2.c | 278 register JLONG maxv = 0; in find_biggest_volume() local
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-client.c | 1792 double minv, maxv; in pa_raop_client_adjust_volume() local
|
/third_party/skia/fuzz/ |
D | FuzzCanvas.cpp | 827 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/ |
D | loadimage_etc.cpp | 996 int maxv = 0; in selectEndPointPCA() local
|
/third_party/ffmpeg/libavformat/ |
D | mpegts.c | 2170 #define R8_CHECK_CLIP_MAX(dst, maxv) do { \ in parse_MP4SLDescrTag() argument
|