Home | History | Annotate | Download | only in src

Lines Matching defs:bsize

72     float value, vmin, vmax, vl, bsize, vc;
171 bsize = vl / nbins;
176 l = cvRound( (vv[i] - vmin) / bsize );
201 hand_left = vmin + left * bsize;
216 hand_right = vmax - (nbins - right - 1) * bsize;
294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr;
457 bsize = vl / nbins;
462 l = cvRound( (vv[i] - vmin) / bsize );
505 hand_left = vmin + left * bsize;
511 hand_right = vmax - (nbins - right - 1) * bsize;