HomeSort by relevance Sort by last modified time
    Searched full:count_i (Results 1 - 1 of 1) sorted by null

  /external/opencv/ml/src/
mltree.cpp 630 int j = 0, idx, count_i; local
636 count_i = co[idx*2];
637 if( count_i )
640 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ )
653 count_i = co[idx*2];
654 if( count_i )
657 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ )
704 int count_i = co[i*2] local
747 int count_i = 1; local
    [all...]

Completed in 209 milliseconds