Home | History | Annotate | Download | only in src

Lines Matching refs:left

49    flag = 0 (use left bucket)  flag = 1 (use right bucket) 
67 int nbins = 20, i, l, i_point, left, right;
198 left = l;
200 /* compute center point of the left hand */
201 hand_left = vmin + left * bsize;
264 flag = 0 (use left bucket) flag = 1 (use right bucket)
286 int nbins = 20, i, l, i_point, left, right, jmin, jmax, jl;
485 left = right = -1;
490 if( bin_counts[l] > low_count && left == -1 )
491 left = l;
492 else if( bin_counts[l] > low_count && left >= 0 )
497 /* compute center point of the left hand */
498 if( left == -1 && right == -1 )
505 hand_left = vmin + left * bsize;
506 j_left = (int) (jmin + left * bsizej);
582 // flag - hand direction's flag (0 - left, -1 - right,