Searched refs:SMALL_GAUSSIAN_SIZE (Results 1 – 3 of 3) sorted by relevance
780 #define SMALL_GAUSSIAN_SIZE 7 macro784 static const float small_gaussian_tab[][SMALL_GAUSSIAN_SIZE] = in calcGaussianKernel()793 if( n <= SMALL_GAUSSIAN_SIZE && sigma <= 0 ) in calcGaussianKernel()
1782 #define SMALL_GAUSSIAN_SIZE 7 macro1786 static const float small_gaussian_tab[][SMALL_GAUSSIAN_SIZE/2+1] = in init_gaussian_kernel()1816 if( n <= SMALL_GAUSSIAN_SIZE && sigma <= 0 ) in init_gaussian_kernel()
1537 const int SMALL_GAUSSIAN_SIZE = 7; in getGaussianKernel() local1538 static const float small_gaussian_tab[][SMALL_GAUSSIAN_SIZE] = in getGaussianKernel()1546 const float* fixed_kernel = n % 2 == 1 && n <= SMALL_GAUSSIAN_SIZE && sigma <= 0 ? in getGaussianKernel()