Home
last modified time | relevance | path

Searched defs:amax (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
Dintmath.h108 static av_always_inline av_const double av_clipd_sse2(double a, double amin, double amax) in av_clipd_sse2()
124 static av_always_inline av_const float av_clipf_sse(float a, float amin, float amax) in av_clipf_sse()
/third_party/ffmpeg/libavutil/
Dcommon.h200 static av_always_inline av_const int av_clip_c(int a, int amin, int amax) in av_clip_c()
217 static av_always_inline av_const int64_t av_clip64_c(int64_t a, int64_t amin, int64_t amax) in av_clip64_c()
413 static av_always_inline av_const float av_clipf_c(float a, float amin, float amax) in av_clipf_c()
430 static av_always_inline av_const double av_clipd_c(double a, double amin, double amax) in av_clipd_c()
Dinternal.h226 static av_always_inline av_const int64_t ff_rint64_clip(double a, int64_t amin, int64_t amax) in ff_rint64_clip()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
Davcodec.h52 static inline int av_clip(int a, int amin, int amax) in av_clip()
/third_party/ffmpeg/libavformat/
Dtedcaptionsdec.c50 #define BETWEEN(a, amin, amax) ((unsigned)((a) - (amin)) <= (amax) - (amin)) argument
/third_party/boost/boost/numeric/ublas/
Dblas.hpp60 amax (const V &v) { in amax() function
/third_party/spirv-tools/source/opt/
Damd_ext_to_khr.cpp628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Damd_ext_to_khr.cpp628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c344 const double amax = 0.85; in QualityToJPEGCompression() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c344 const double amax = 0.85; in QualityToJPEGCompression() local
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
/third_party/mindspore/mindspore/numpy/
Dmath_ops.py1382 def amax(a, axis=None, keepdims=False, initial=None, where=True): function
/third_party/libpng/contrib/libtests/
Dpngstest.c2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
/third_party/tzdata/
Dzic.c494 ptrdiff_t amax = nitems_max < SIZE_MAX ? nitems_max : SIZE_MAX; in growalloc() local