Searched defs:jmin (Results 1 - 3 of 3) sorted by relevance

/external/jpeg/
H A Djutils.c90 jmin (long a, long b) function
/external/qemu/distrib/jpeg-6b/
H A Djutils.c90 jmin (long a, long b) function
/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp286 int nbins = 20, i, l, i_point, left, right, jmin, jmax, jl; local
361 jmin = 1000;
404 if(pt->x < jmin) jmin = pt->x;
428 if( pt->x < jmin )
429 jmin = pt->x;
435 if( pt->y < jmin )
436 jmin = pt->y;
467 jl = jmax - jmin;
480 // l = cvRound((tmp_number[i].x - jmin)/bsize
[all...]

Completed in 98 milliseconds