Home
last modified time | relevance | path

Searched refs:iso_low_index (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adebayer_module.cpp257 int iso_low = 0, iso_high = 0, iso_low_index = 0, iso_high_index = 0; in sample_adebayer_translate_params_v2() local
268 iso_low_index = MAX(0, i - 1); in sample_adebayer_translate_params_v2()
283 iso_low_index = i - 1; in sample_adebayer_translate_params_v2()
288 …set = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_interp.debayer_gain_offset[iso_low_index], attr->stAuto… in sample_adebayer_translate_params_v2()
289 …ratio = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_interp.debayer_max_ratio[iso_low_index], attr->stAuto… in sample_adebayer_translate_params_v2()
290 …clip_en = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_interp.debayer_clip_en[iso_low_index], attr->stAuto… in sample_adebayer_translate_params_v2()
292 …er_thed0 = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_drctwgt.debayer_thed0[iso_low_index], attr->stAuto… in sample_adebayer_translate_params_v2()
293 …er_thed1 = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_drctwgt.debayer_thed1[iso_low_index], attr->stAuto… in sample_adebayer_translate_params_v2()
295 …ale = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_drctwgt.debayer_dist_scale[iso_low_index], attr->stAuto… in sample_adebayer_translate_params_v2()
296 …fset = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_drctwgt.debayer_hf_offset[iso_low_index], attr->stAuto… in sample_adebayer_translate_params_v2()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_adebayer_algo_v2.cpp279 int iso_low = 0, iso_high = 0, iso_low_index = 0, iso_high_index = 0; in AdebayerSelectParam() local
290 iso_low_index = MAX(0, i - 1); in AdebayerSelectParam()
305 iso_low_index = i - 1; in AdebayerSelectParam()
311 …P_DEBAYER_V2(pAdebayerCtx->full_param_v2.g_interp.debayer_gain_offset[iso_low_index], pAdebayerCtx… in AdebayerSelectParam()
312 …ERP_DEBAYER_V2(pAdebayerCtx->full_param_v2.g_interp.debayer_max_ratio[iso_low_index], pAdebayerCtx… in AdebayerSelectParam()
313 …NTERP_DEBAYER_V2(pAdebayerCtx->full_param_v2.g_interp.debayer_clip_en[iso_low_index], pAdebayerCtx… in AdebayerSelectParam()
328 iso_low_index = MAX(0, i - 1); in AdebayerSelectParam()
343 iso_low_index = i - 1; in AdebayerSelectParam()
348 …INTERP_DEBAYER_V2(pAdebayerCtx->full_param_v2.g_drctwgt.debayer_thed0[iso_low_index], pAdebayerCtx… in AdebayerSelectParam()
349 …INTERP_DEBAYER_V2(pAdebayerCtx->full_param_v2.g_drctwgt.debayer_thed1[iso_low_index], pAdebayerCtx… in AdebayerSelectParam()
[all …]