SMALL_GAUSSIAN_SIZE 1537 modules/imgproc/src/smooth.cpp const int SMALL_GAUSSIAN_SIZE = 7; SMALL_GAUSSIAN_SIZE 1538 modules/imgproc/src/smooth.cpp static const float small_gaussian_tab[][SMALL_GAUSSIAN_SIZE] = SMALL_GAUSSIAN_SIZE 1546 modules/imgproc/src/smooth.cpp const float* fixed_kernel = n % 2 == 1 && n <= SMALL_GAUSSIAN_SIZE && sigma <= 0 ? SMALL_GAUSSIAN_SIZE 784 modules/imgproc/test/test_filter.cpp static const float small_gaussian_tab[][SMALL_GAUSSIAN_SIZE] = SMALL_GAUSSIAN_SIZE 793 modules/imgproc/test/test_filter.cpp if( n <= SMALL_GAUSSIAN_SIZE && sigma <= 0 )