/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
H A D | avcodec.h | 52 static inline int av_clip(int a, int amin, int amax) in av_clip() argument
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | intmath.h | 108 static av_always_inline av_const double av_clipd_sse2(double a, double amin, double amax) in av_clipd_sse2() argument 124 static av_always_inline av_const float av_clipf_sse(float a, float amin, float amax) in av_clipf_sse() argument 141 static av_always_inline av_const double av_clipd_avx(double a, double amin, double amax) in av_clipd_avx() argument 154 static av_always_inline av_const float av_clipf_avx(float a, float amin, float amax) in av_clipf_avx() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | internal.h | 234 static av_always_inline av_const int64_t ff_rint64_clip(double a, int64_t amin, int64_t amax) in ff_rint64_clip() argument
|
H A D | common.h | 173 static av_always_inline av_const int av_clip_c(int a, int amin, int amax) in av_clip_c() argument 190 static av_always_inline av_const int64_t av_clip64_c(int64_t a, int64_t amin, int64_t amax) in av_clip64_c() argument 388 av_clipf_c(float a, float amin, float amax) av_clipf_c() argument 405 av_clipd_c(double a, double amin, double amax) av_clipd_c() argument [all...] |
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-process.c | 92 int64_t amax = (vec[0] > 0) ? vec[0] : -vec[0]; in find_max_abs_int32() local 357 int32_t amax; in fir_coef_scale() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
|
/third_party/spirv-tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 634 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | quant_enc.c | 344 const double amax = 0.85; in QualityToJPEGCompression() local
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngstest.c | 2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 455 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
|