Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmltree.cpp584 int* co, cur_ofs = 0; in subsample_data() local
599 co[i*2+1] = cur_ofs; in subsample_data()
600 cur_ofs += co[i*2]; in subsample_data()
640 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ ) in subsample_data()
643 dst[j].i = cur_ofs; in subsample_data()
657 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ ) in subsample_data()
660 dst[j].i = cur_ofs; in subsample_data()
688 int i, vi, total = sample_count, count = total, cur_ofs = 0; in get_vectors() local
707 co[i*2+1] = cur_ofs*var_count; in get_vectors()
708 cur_ofs += count_i; in get_vectors()
[all …]