Searched refs:orig_nz_count (Results 1 – 1 of 1) sorted by relevance
802 int orig_nz_count; member in CV_ThreshHistTest843 orig_nz_count = total_size; in prepare_test_case()855 orig_nz_count = sparse->heap->active_count; in prepare_test_case()857 values = cvCreateMat( 1, orig_nz_count+1, CV_32F ); in prepare_test_case()858 indices = cvCreateMat( 1, (orig_nz_count+1)*cdims, CV_32S ); in prepare_test_case()865 … OPENCV_ASSERT( i < orig_nz_count, "CV_ThreshHistTest::prepare_test_case", "Buffer overflow" ); in prepare_test_case()872 OPENCV_ASSERT( i == orig_nz_count, "Unmatched buffer size", in prepare_test_case()902 for( i = 0; i < orig_nz_count; i++ ) in validate_test_results()