Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/abayertnrV23/
H A Drk_aiq_abayertnr_algo_bayertnr_v23.cpp98 RK_Bayertnr_Params_V23_Select_t* pLowISO = &pParams->bayertnrParamISO[isoLevelLow]; in bayertnr_select_params_by_ISO_V23() local
101 RK_Bayertnr_Param_V23L_Select_t* pLowISO = &pParams->bayertnrParamISO[isoLevelLow]; in bayertnr_select_params_by_ISO_V23() local
107 pSelect->thumbds_w = pLowISO->thumbds_w; in bayertnr_select_params_by_ISO_V23()
108 pSelect->thumbds_h = pLowISO->thumbds_h; in bayertnr_select_params_by_ISO_V23()
114 …ratio * (pHighISO->lo_filter_strength - pLowISO->lo_filter_strength) + pLowISO->lo_filter_strength; in bayertnr_select_params_by_ISO_V23()
117 …ratio * (pHighISO->hi_filter_strength - pLowISO->hi_filter_strength) + pLowISO->hi_filter_strength; in bayertnr_select_params_by_ISO_V23()
120 …ratio * (pHighISO->soft_threshold_ratio - pLowISO->soft_threshold_ratio) + pLowISO->soft_threshold… in bayertnr_select_params_by_ISO_V23()
125 ratio * (pHighISO->sigma[i] - pLowISO->sigma[i]) + pLowISO->sigma[i]; in bayertnr_select_params_by_ISO_V23()
127 ratio * (pHighISO->lo_sigma[i] - pLowISO->lo_sigma[i]) + pLowISO->lo_sigma[i]; in bayertnr_select_params_by_ISO_V23()
129 ratio * (pHighISO->hi_sigma[i] - pLowISO->hi_sigma[i]) + pLowISO->hi_sigma[i]; in bayertnr_select_params_by_ISO_V23()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/abayer2dnrV23/
H A Drk_aiq_abayer2dnr_algo_bayernr_v23.cpp69 RK_Bayer2dnrV23_Params_Select_t *pLowISO = &pParams->Bayer2dnrParamsISO[isoLevelLow]; in bayer2dnr_select_params_by_ISO_V23() local
81 …ct->filter_strength = ratio * (pHighISO->filter_strength - pLowISO->filter_strength) + pLowISO->fi… in bayer2dnr_select_params_by_ISO_V23()
84 pSelect->sigma[i] = ratio * (pHighISO->sigma[i] - pLowISO->sigma[i]) + pLowISO->sigma[i]; in bayer2dnr_select_params_by_ISO_V23()
85 …pSelect->gain_adj[i] = ratio * (pHighISO->gain_adj[i] - pLowISO->gain_adj[i]) + pLowISO->gain_adj[… in bayer2dnr_select_params_by_ISO_V23()
88 pSelect->edgesofts = ratio * (pHighISO->edgesofts - pLowISO->edgesofts) + pLowISO->edgesofts; in bayer2dnr_select_params_by_ISO_V23()
89 pSelect->ratio = ratio * (pHighISO->ratio - pLowISO->ratio) + pLowISO->ratio; in bayer2dnr_select_params_by_ISO_V23()
90 pSelect->weight = ratio * (pHighISO->weight - pLowISO->weight) + pLowISO->weight; in bayer2dnr_select_params_by_ISO_V23()
91 pSelect->pix_diff = ratio * (pHighISO->pix_diff - pLowISO->pix_diff) + pLowISO->pix_diff; in bayer2dnr_select_params_by_ISO_V23()
92 pSelect->diff_thld = ratio * (pHighISO->diff_thld - pLowISO->diff_thld) + pLowISO->diff_thld; in bayer2dnr_select_params_by_ISO_V23()
94 … pSelect->gain_scale = ratio * (pHighISO->gain_scale - pLowISO->gain_scale) + pLowISO->gain_scale; in bayer2dnr_select_params_by_ISO_V23()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acnrV30/
H A Drk_aiq_acnr_algo_cnr_v30.cpp99 RK_CNR_Params_V30_Select_t *pLowISO = &pParams->CnrParamsISO[isoIndexLow]; in cnr_select_params_by_ISO_V30() local
116 pSelect->down_scale_x = pLowISO->down_scale_x; in cnr_select_params_by_ISO_V30()
117 pSelect->down_scale_y = pLowISO->down_scale_y; in cnr_select_params_by_ISO_V30()
118 pSelect->bf_wgt0_sel = pLowISO->bf_wgt0_sel; in cnr_select_params_by_ISO_V30()
121 pSelect->thumb_filter_wgt_coeff[i] = pLowISO->thumb_filter_wgt_coeff[i]; in cnr_select_params_by_ISO_V30()
125 pSelect->gaus_coeff[i] = pLowISO->gaus_coeff[i]; in cnr_select_params_by_ISO_V30()
131 pSelect->thumb_sigma = interp_cnr_v30( pLowISO->thumb_sigma, pHighISO->thumb_sigma, ratio); in cnr_select_params_by_ISO_V30()
132 …pSelect->thumb_bf_ratio = interp_cnr_v30(pLowISO->thumb_bf_ratio, pHighISO->thumb_bf_ratio, ratio); in cnr_select_params_by_ISO_V30()
134 …pSelect->chroma_filter_strength = interp_cnr_v30(pLowISO->chroma_filter_strength, pHighISO->chroma… in cnr_select_params_by_ISO_V30()
135 …pSelect->chroma_filter_wgt_clip = interp_cnr_v30(pLowISO->chroma_filter_wgt_clip, pHighISO->chroma… in cnr_select_params_by_ISO_V30()
[all …]