Searched refs:pHighISO (Results 1 – 3 of 3) sorted by relevance
99 RK_Bayertnr_Params_V23_Select_t* pHighISO = &pParams->bayertnrParamISO[isoLevelHig]; in bayertnr_select_params_by_ISO_V23() local102 RK_Bayertnr_Param_V23L_Select_t* pHighISO = &pParams->bayertnrParamISO[isoLevelHig]; in bayertnr_select_params_by_ISO_V23() local114 …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()133 ratio * (pHighISO->hidif_th - pLowISO->hidif_th) + pLowISO->hidif_th; in bayertnr_select_params_by_ISO_V23()137 ratio * (pHighISO->wgtmin - pLowISO->wgtmin) + pLowISO->wgtmin; in bayertnr_select_params_by_ISO_V23()[all …]
100 RK_CNR_Params_V30_Select_t *pHighISO = &pParams->CnrParamsISO[isoIndexHigh]; in cnr_select_params_by_ISO_V30() local103 pSelect->down_scale_x = pHighISO->down_scale_x; in cnr_select_params_by_ISO_V30()104 pSelect->down_scale_y = pHighISO->down_scale_y; in cnr_select_params_by_ISO_V30()105 pSelect->bf_wgt0_sel = pHighISO->bf_wgt0_sel; in cnr_select_params_by_ISO_V30()108 pSelect->thumb_filter_wgt_coeff[i] = pHighISO->thumb_filter_wgt_coeff[i]; in cnr_select_params_by_ISO_V30()112 pSelect->gaus_coeff[i] = pHighISO->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 …]
70 RK_Bayer2dnrV23_Params_Select_t *pHighISO = &pParams->Bayer2dnrParamsISO[isoLevelHig]; in bayer2dnr_select_params_by_ISO_V23() local81 …pSelect->filter_strength = ratio * (pHighISO->filter_strength - pLowISO->filter_strength) + pLowIS… 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 …]