HomeSort by relevance Sort by last modified time
    Searched defs:amax (Results 1 - 7 of 7) sorted by null

  /external/eigen/blas/
level1_impl.h 100 Scalar amax = aa>ab ? a : b; local
101 r = amax>0 ? r : -r;
  /external/libedit/src/
tokenizer.c 76 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/
cvdominants.cpp 56 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/qemu/include/ui/
console.h 133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
  /external/chromium_org/third_party/libwebp/enc/
quant.c 307 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
    [all...]
  /external/webp/src/enc/
quant.c 307 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
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 2764 png_byte in_use[256], amax = 0, bmax = 0; local
    [all...]

Completed in 907 milliseconds