Searched refs:g_cols (Results 1 – 1 of 1) sorted by relevance
75 float g_cols = powf(cols/2.0f - j, 2) / (2.7f * 2.7f) * 0.5f; in test_gaussian() local76 float gaussian = expf(-g_rows - g_cols); in test_gaussian()