Home
last modified time | relevance | path

Searched refs:temp_kernel (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkGpuBlurUtils.cpp887 std::unique_ptr<float[]> temp_kernel(new float[size]); in Compute1DLinearGaussianKernel() local
888 Compute1DGaussianKernel(temp_kernel.get(), sigma, radius); in Compute1DLinearGaussianKernel()
909 temp_kernel[index] * 0.5f, temp_kernel[index + 1]); in Compute1DLinearGaussianKernel()
917 kernel[halfradius] = temp_kernel[index]; in Compute1DLinearGaussianKernel()
924 get_new_weight(&kernel[i], &offset[i], temp_kernel[index], temp_kernel[index + 1]); in Compute1DLinearGaussianKernel()