Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Dsharp_xml2json_v1.cpp96 …memcpy(pKernelCoeffV2->rf_h_coeff_h, pCalibdb->mode_cell[mode_idx].rf_h_coeff_h, sizeof(pKernelCoe… in sharpV1_calibdb_to_calibdbV2()
183 …memcpy(pCalibdb->mode_cell[mode_idx].rf_h_coeff_h, pKernelCoeffV2->rf_h_coeff_h, sizeof(pKernelCoe… in sharpV1_calibdbV2_to_calibdb()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dsharp_head_v1.h115 float rf_h_coeff_h[25]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo_sharp.cpp385 …&& pCalibdb->mode_cell[mode_idx].rf_h_coeff_h[RKSHAPRENHW_HRF_DIAM * RKSHAPRENHW_HRF_DIAM / 2] != … in init_sharp_params_v1()
387 p_h_rf_h_h = pCalibdb->mode_cell[mode_idx].rf_h_coeff_h; in init_sharp_params_v1()
735 && pKernel_coeff->rf_h_coeff_h[RKSHAPRENHW_HRF_DIAM * RKSHAPRENHW_HRF_DIAM / 2] != 0) { in init_sharp_params_v1_json()
737 p_h_rf_h_h = pKernel_coeff->rf_h_coeff_h; in init_sharp_params_v1_json()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h1709 float rf_h_coeff_h[25]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp16342 …memcpy(sharp->mode_cell[index].rf_h_coeff_h, sharp->mode_cell[index].rf_h_coeff_l, sizeof(sharp->m… in parseEntrySensorSharpModeCell()
16371 int no = ParseFloatArray(pchild, sharp->mode_cell[index].rf_h_coeff_h, tag.Size()); in parseEntrySensorSharpModeCell()