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

  /external/flac/libFLAC/
lpc.c 170 FLAC__double cmax; local
182 /* calc cmax = max( |lp_coeff[i]| ) */
183 cmax = 0.0;
186 if(d > cmax)
187 cmax = d;
190 if(cmax <= 0.0) {
199 (void)frexp(cmax, &log2cmax);
218 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_coeff[i]);
220 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q<qmin %d<%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmin,*shift,cmax,precision+1,i,lp_coeff[i])
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 220 int cmax = 0; local
309 if( cmax < caccum[i] )
310 cmax = caccum[i];
    [all...]
  /external/libjpeg-turbo/
jquant2.c 407 int c0,c1,c2,cmax; local
436 cmax = c1; n = 1;
437 if (c0 > cmax) { cmax = c0; n = 0; }
438 if (c2 > cmax) { n = 2; }
441 cmax = c1; n = 1;
442 if (c2 > cmax) { cmax = c2; n = 2; }
443 if (c0 > cmax) { n = 0; }
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 231 int cmax = 0; local
326 if( cmax < caccum[i] )
327 cmax = caccum[i];
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 430 int c0,c1,c2,cmax; local
459 cmax = c1; n = 1;
460 if (c0 > cmax) { cmax = c0; n = 0; }
461 if (c2 > cmax) { n = 2; }
463 cmax = c1; n = 1;
464 if (c2 > cmax) { cmax = c2; n = 2; }
465 if (c0 > cmax) { n = 0; }
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp.cpp 1523 int cmin = MAX(dx - radius, 0), cmax = MIN(dx + radius, dsize.width); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 297 milliseconds