Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo_sharp.cpp208 float pbf_coeff[RKSHAPRENHW_PBF_DIAM * RKSHAPRENHW_PBF_DIAM] = in init_sharp_params_v1() local
275 float* p_kernel_pbf_l = pbf_coeff; in init_sharp_params_v1()
276 float* p_kernel_pbf_h = pbf_coeff; in init_sharp_params_v1()
278 float* p_kernel_pbf = pbf_coeff; in init_sharp_params_v1()
279 …if(pCalibdb->mode_cell[mode_idx].pbf_coeff[RKSHAPRENHW_PBF_DIAM * RKSHAPRENHW_PBF_DIAM / 2] != 0) { in init_sharp_params_v1()
280 p_kernel_pbf = pCalibdb->mode_cell[mode_idx].pbf_coeff; in init_sharp_params_v1()
558 float pbf_coeff[RKSHAPRENHW_PBF_DIAM * RKSHAPRENHW_PBF_DIAM] = in init_sharp_params_v1_json() local
625 float* p_kernel_pbf_l = pbf_coeff; in init_sharp_params_v1_json()
626 float* p_kernel_pbf_h = pbf_coeff; in init_sharp_params_v1_json()
628 float* p_kernel_pbf = pbf_coeff; in init_sharp_params_v1_json()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h1698 float pbf_coeff[9];