CV_HIST_ARRAY    2609 modules/imgproc/src/histogram.cpp     if( type == CV_HIST_ARRAY )
CV_HIST_ARRAY    3082 modules/imgproc/src/histogram.cpp         dst = cvCreateHist( dims1, size1, !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 );
CV_HIST_ARRAY    3709 modules/imgproc/src/histogram.cpp     if(type == CV_HIST_ARRAY)
CV_HIST_ARRAY     149 modules/imgproc/test/test_histograms.cpp     hist_type = cvtest::randInt(rng) % 2 ? CV_HIST_SPARSE : CV_HIST_ARRAY;
CV_HIST_ARRAY     250 modules/imgproc/test/test_histograms.cpp         if( hist_type == CV_HIST_ARRAY )
CV_HIST_ARRAY     360 modules/imgproc/test/test_histograms.cpp     if( hist_type == CV_HIST_ARRAY )
CV_HIST_ARRAY     631 modules/imgproc/test/test_histograms.cpp     if( hist_type != CV_HIST_ARRAY && test_cpp )
CV_HIST_ARRAY     729 modules/imgproc/test/test_histograms.cpp     if( hist_type != CV_HIST_ARRAY && test_cpp )
CV_HIST_ARRAY     747 modules/imgproc/test/test_histograms.cpp     if( hist_type == CV_HIST_ARRAY )
CV_HIST_ARRAY     841 modules/imgproc/test/test_histograms.cpp         if( hist_type == CV_HIST_ARRAY )
CV_HIST_ARRAY     895 modules/imgproc/test/test_histograms.cpp     if( hist_type == CV_HIST_ARRAY )
CV_HIST_ARRAY     906 modules/imgproc/test/test_histograms.cpp             if( hist_type == CV_HIST_ARRAY )
CV_HIST_ARRAY     981 modules/imgproc/test/test_histograms.cpp     if( hist_type != CV_HIST_ARRAY && test_cpp )
CV_HIST_ARRAY    1005 modules/imgproc/test/test_histograms.cpp     if( hist_type == CV_HIST_ARRAY )
CV_HIST_ARRAY    1770 modules/imgproc/test/test_histograms.cpp     hist_type = CV_HIST_ARRAY;