Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Dsharp_xml2json_v1.cpp74 pTuningISOV2->rf_m_coeff_percent = pISO->rf_m_coeff_percent; in sharpV1_calibdb_to_calibdbV2()
161 pISO->rf_m_coeff_percent = pTuningISOV2->rf_m_coeff_percent; in sharpV1_calibdbV2_to_calibdb()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dsharp_head_v1.h79 float rf_m_coeff_percent; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo_sharp.cpp193 pParams->rf_m_coeff_percent[i] = pSetting->sharp_iso[i].rf_m_coeff_percent; in init_sharp_params_v1()
533 pParams->rf_m_coeff_percent[i] = pTuning_ISO->rf_m_coeff_percent; in init_sharp_params_v1_json()
835 pParams->rf_m_coeff_percent[i], in sharp_algo_param_printf()
1026 …float rf_m_coeff_percent = INTERP1(strksharpenParams->rf_m_coeff_percent [gain_low], strk… in select_rk_sharpen_hw_params_by_ISO() local
1031 … strksharpenParams->h_rf_m_l[gain_low], strksharpenParamsSelected->h_rf_m, 25, rf_m_coeff_percent); in select_rk_sharpen_hw_params_by_ISO()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharp/
H A Drk_aiq_types_asharp_algo_int.h100 float rf_m_coeff_percent[MAX_ISO_STEP]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h1682 float rf_m_coeff_percent; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp16539 … int no = ParseFloatArray(pchild, &pSetting->sharp_iso[index].rf_m_coeff_percent, tag.Size()); in parseEntrySensorSharpISO()