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

/external/eigen/blas/
H A Dlevel1_impl.h100 Scalar amax = aa>ab ? a : b; local
101 r = amax>0 ? r : -r;
/external/libedit/src/
H A Dtokenizer.c76 size_t argc, amax; /* Current and maximum number of args */ local
122 tok->amax = AINCR;
123 tok->argv = tok_malloc(sizeof(*tok->argv) * tok->amax);
415 if (tok->argc >= tok->amax - 4) {
417 tok->amax += AINCR;
418 p = tok_realloc(tok->argv, tok->amax * sizeof(*p));
/external/opencv/cv/src/
H A Dcvdominants.cpp56 CvSeq ** corners, int dmin2, int dmax2, int dneigh2, float amax )
71 float mincos = (float) cos( 3.14159265359 * amax / 180 );
86 if( (amax < 0) || (amax > 180) )
383 int amax = cvRound(parameter4); local
385 if( amax == 0 )
386 amax = 150;
395 dmin*dmin, dmax*dmax, dneigh*dneigh, (float)amax ));
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgmt.c510 double amax, double amin,
531 if (Lab -> a < amin || Lab->a > amax||
558 // clip by amax
559 Lab -> a = amax;
560 Lab -> b = amax * slope;
509 cmsDesaturateLab(cmsCIELab* Lab, double amax, double amin, double bmax, double bmin) argument
/external/qemu/include/ui/
H A Dconsole.h133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c307 const double amax = 0.85; local
310 const double slope = (exp_min - exp_max) / (amax - amin);
312 // in the [amin, amax] range.
313 const double expn = (alpha > amax) ? exp_min
/external/webp/src/enc/
H A Dquant.c307 const double amax = 0.85; local
310 const double slope = (exp_min - exp_max) / (amax - amin);
312 // in the [amin, amax] range.
313 const double expn = (alpha > amax) ? exp_min
/external/libpng/contrib/libtests/
H A Dpngstest.c2764 png_byte in_use[256], amax = 0, bmax = 0; local
2791 if (aval > amax)
2792 amax = aval;
2868 if (amax >= a->image.colormap_entries)
2871 sprintf(pindex, "%d[%lu]", amax,

Completed in 8351 milliseconds