Searched refs:interp_cnr_v30 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acnrV30/ |
| H A D | rk_aiq_acnr_algo_cnr_v30.cpp | 7 #define interp_cnr_v30(value_low, value_high, ratio) (ratio * ((value_high) - (value_low)) + value_… macro 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() 136 …pSelect->anti_chroma_ghost = interp_cnr_v30(pLowISO->anti_chroma_ghost, pHighISO->anti_chroma_ghos… in cnr_select_params_by_ISO_V30() 137 …pSelect->chroma_filter_uv_gain = interp_cnr_v30(pLowISO->chroma_filter_uv_gain, pHighISO->chroma_f… in cnr_select_params_by_ISO_V30() 138 pSelect->wgt_slope = interp_cnr_v30(pLowISO->wgt_slope, pHighISO->wgt_slope, ratio); in cnr_select_params_by_ISO_V30() 140 pSelect->gaus_ratio = interp_cnr_v30(pLowISO->gaus_ratio, pHighISO->gaus_ratio, ratio); in cnr_select_params_by_ISO_V30() 142 pSelect->bf_sigmaR = interp_cnr_v30(pLowISO->bf_sigmaR, pHighISO->bf_sigmaR, ratio); in cnr_select_params_by_ISO_V30() [all …]
|