Searched defs:amax (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
D | common.h | 100 static av_always_inline av_const int av_clip_c(int a, int amin, int amax) in av_clip_c() 117 static av_always_inline av_const int64_t av_clip64_c(int64_t a, int64_t amin, int64_t amax) in av_clip64_c() 225 static av_always_inline av_const float av_clipf_c(float a, float amin, float amax) in av_clipf_c() 242 static av_always_inline av_const double av_clipd_c(double a, double amin, double amax) in av_clipd_c()
|
/external/opencv/cv/src/ |
D | cvdominants.cpp | 56 CvSeq ** corners, int dmin2, int dmax2, int dneigh2, float amax ) in icvFindDominantPointsIPAN() 383 int amax = cvRound(parameter4); in cvFindDominantPoints() local
|
/external/eigen/blas/ |
D | level1_impl.h | 100 Scalar amax = aa>ab ? a : b; in EIGEN_BLAS_FUNC() local
|
/external/libedit/src/ |
D | tokenizer.c | 76 size_t argc, amax; /* Current and maximum number of args */ in TYPE() local
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsgmt.c | 510 double amax, double amin, in cmsDesaturateLab()
|
/external/libvncserver/libvncserver/ |
D | cursor.c | 573 int amax = 255; /* alphaSource is always 8bits of info per pixel */ in rfbShowCursor() local
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | quant.c | 249 const double amax = 0.85; in QualityToJPEGCompression() local
|
/external/webp/src/enc/ |
D | quant.c | 331 const double amax = 0.85; in QualityToJPEGCompression() local
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 2648 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
|