Home
last modified time | relevance | path

Searched defs:amax (Results 1 - 12 of 12) sorted by relevance

/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Davcodec.h52 static inline int av_clip(int a, int amin, int amax) in av_clip() argument
/third_party/ffmpeg/libavutil/x86/
H A Dintmath.h108 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 Dinternal.h234 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 Dcommon.h173 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 Ddmic-process.c92 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 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/
H A Damd_ext_to_khr.cpp628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
/third_party/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp634 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dquant_enc.c344 const double amax = 0.85; in QualityToJPEGCompression() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c455 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 Dzic.c454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local

Completed in 22 milliseconds