cvPreprocessIndexArray  357 apps/traincascade/boost.cpp         CV_Assert( (isubsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count )) != 0 );
cvPreprocessIndexArray  939 apps/traincascade/old_ml_inner_functions.cpp         CV_CALL( _sample_idx = cvPreprocessIndexArray( sample_idx, sample_all ));
cvPreprocessIndexArray  941 apps/traincascade/old_ml_inner_functions.cpp         CV_CALL( _var_idx = cvPreprocessIndexArray( var_idx, var_all ));
cvPreprocessIndexArray  333 apps/traincascade/old_ml_precomp.hpp CvMat* cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates=false );
cvPreprocessIndexArray  246 apps/traincascade/old_ml_tree.cpp         CV_CALL( sample_indices = cvPreprocessIndexArray( _sample_idx, sample_all ));
cvPreprocessIndexArray  253 apps/traincascade/old_ml_tree.cpp         CV_CALL( var_idx = cvPreprocessIndexArray( _var_idx, var_all ));
cvPreprocessIndexArray  712 apps/traincascade/old_ml_tree.cpp         CV_CALL( isubsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count ));
cvPreprocessIndexArray  917 apps/traincascade/old_ml_tree.cpp         CV_CALL( subsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count ));