Home | History | Annotate | Download | only in src

Lines Matching refs:lc

650     double* lc = (double*)cvStackAlloc( (mi+1)*2*sizeof(lc[0]) ) + 1;
651 double* rc = lc + mi + 1;
654 lc[i] = rc[i] = 0;
657 // sent to the left (lc) and to the right (rc) by the primary split
663 double sum = lc[idx] + d*w;
665 lc[idx] = sum; rc[idx] = sum_abs;
670 double sum = lc[i];
672 lc[i] = (sum_abs - sum) * 0.5;
680 double lval = lc[i], rval = rc[i];