Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_newwavelet_denoise_handler.cpp837 SmartPtr<CLWaveletNoiseEstimateKernel> estimation_kernel; in create_kernel_noise_estimation() local
848 estimation_kernel = new CLWaveletNoiseEstimateKernel ( in create_kernel_noise_estimation()
850 XCAM_ASSERT (estimation_kernel.ptr ()); in create_kernel_noise_estimation()
853estimation_kernel->build_kernel (kernel_new_wavelet_info[KernelWaveletNoiseEstimate], build_option… in create_kernel_noise_estimation()
856 XCAM_ASSERT (estimation_kernel->is_valid ()); in create_kernel_noise_estimation()
858 return estimation_kernel; in create_kernel_noise_estimation()