Home
last modified time | relevance | path

Searched refs:hbf_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.cpp251 float hbf_coeff[RKSHAPRENHW_HBF_DIAM * RKSHAPRENHW_HBF_DIAM] = in init_sharp_params_v1() local
404 float* p_kernel_hbf = hbf_coeff; in init_sharp_params_v1()
406 …if(pCalibdb->mode_cell[mode_idx].hbf_coeff[RKSHAPRENHW_HBF_DIAM * RKSHAPRENHW_HBF_DIAM / 2] != 0) { in init_sharp_params_v1()
407 p_kernel_hbf = pCalibdb->mode_cell[mode_idx].hbf_coeff; in init_sharp_params_v1()
419 float* p_kernel_hbf_l = hbf_coeff; in init_sharp_params_v1()
420 float* p_kernel_hbf_h = hbf_coeff; in init_sharp_params_v1()
601 float hbf_coeff[RKSHAPRENHW_HBF_DIAM * RKSHAPRENHW_HBF_DIAM] = in init_sharp_params_v1_json() local
754 float* p_kernel_hbf = hbf_coeff; in init_sharp_params_v1_json()
756 …if(pCalibdb->mode_cell[mode_idx].hbf_coeff[RKSHAPRENHW_HBF_DIAM * RKSHAPRENHW_HBF_DIAM / 2] != 0) { in init_sharp_params_v1_json()
757 p_kernel_hbf = pCalibdb->mode_cell[mode_idx].hbf_coeff; in init_sharp_params_v1_json()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h1701 float hbf_coeff[9];