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

/external/opencv/ml/src/
H A Dmltree.cpp630 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 local
747 int count_i = 1; local
[all...]

Completed in 523 milliseconds