Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo_sharp.cpp498 CalibDbV2_SharpV1_Kernel_t *pKernel_coeff = NULL; in init_sharp_params_v1_json() local
546 pKernel_coeff = &pCalibdb->TuningPara.kernel_coeff; in init_sharp_params_v1_json()
610 if(pKernel_coeff->gauss_luma_coeff[RKSHAPRENHW_GAU_DIAM * RKSHAPRENHW_GAU_DIAM / 2] != 0) { in init_sharp_params_v1_json()
611 p_gaus_luma_kernel = pKernel_coeff->gauss_luma_coeff; in init_sharp_params_v1_json()
645 if(pKernel_coeff->pbf_coeff_l[RKSHAPRENHW_PBF_DIAM * RKSHAPRENHW_PBF_DIAM / 2] != 0 in init_sharp_params_v1_json()
646 && pKernel_coeff->pbf_coeff_h[RKSHAPRENHW_PBF_DIAM * RKSHAPRENHW_PBF_DIAM / 2] != 0) { in init_sharp_params_v1_json()
647 p_kernel_pbf_l = pKernel_coeff->pbf_coeff_l; in init_sharp_params_v1_json()
648 p_kernel_pbf_h = pKernel_coeff->pbf_coeff_h; in init_sharp_params_v1_json()
681 if(pKernel_coeff->rf_m_coeff_l[RKSHAPRENHW_MRF_DIAM * RKSHAPRENHW_MRF_DIAM / 2] != 0 in init_sharp_params_v1_json()
682 && pKernel_coeff->rf_m_coeff_h[RKSHAPRENHW_MRF_DIAM * RKSHAPRENHW_MRF_DIAM / 2] != 0) { in init_sharp_params_v1_json()
[all …]