Home
last modified time | relevance | path

Searched refs:count_i (Results 1 – 1 of 1) sorted by relevance

/external/opencv/ml/src/
Dmltree.cpp630 int j = 0, idx, count_i; in subsample_data() local
636 count_i = co[idx*2]; in subsample_data()
637 if( count_i ) in subsample_data()
640 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ ) in subsample_data()
653 count_i = co[idx*2]; in subsample_data()
654 if( count_i ) in subsample_data()
657 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ ) in subsample_data()
704 int count_i = co[i*2]; in get_vectors() local
705 if( count_i ) in get_vectors()
708 cur_ofs += count_i; in get_vectors()
[all …]