Home
last modified time | relevance | path

Searched refs:iso_high_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
269 iso_high_index = i; in sample_adebayer_translate_params_v2()
284 iso_high_index = i - 1; in sample_adebayer_translate_params_v2()
288 …yer_gain_offset[iso_low_index], attr->stAuto.g_interp.debayer_gain_offset[iso_high_index], ratio)); in sample_adebayer_translate_params_v2()
289 …debayer_max_ratio[iso_low_index], attr->stAuto.g_interp.debayer_max_ratio[iso_high_index], ratio)); in sample_adebayer_translate_params_v2()
290 …erp.debayer_clip_en[iso_low_index], attr->stAuto.g_interp.debayer_clip_en[iso_high_index], ratio)); in sample_adebayer_translate_params_v2()
292 …rctwgt.debayer_thed0[iso_low_index], attr->stAuto.g_drctwgt.debayer_thed0[iso_high_index], ratio)); in sample_adebayer_translate_params_v2()
293 …rctwgt.debayer_thed1[iso_low_index], attr->stAuto.g_drctwgt.debayer_thed1[iso_high_index], ratio)); in sample_adebayer_translate_params_v2()
295 …ayer_dist_scale[iso_low_index], attr->stAuto.g_drctwgt.debayer_dist_scale[iso_high_index], ratio)); in sample_adebayer_translate_params_v2()
296 …ebayer_hf_offset[iso_low_index], attr->stAuto.g_drctwgt.debayer_hf_offset[iso_high_index], ratio)); 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
291 iso_high_index = i; in AdebayerSelectParam()
306 iso_high_index = i - 1; in AdebayerSelectParam()
311 …[iso_low_index], pAdebayerCtx->full_param_v2.g_interp.debayer_gain_offset[iso_high_index], ratio)); in AdebayerSelectParam()
312 …io[iso_low_index], pAdebayerCtx->full_param_v2.g_interp.debayer_max_ratio[iso_high_index], ratio)); in AdebayerSelectParam()
313 …p_en[iso_low_index], pAdebayerCtx->full_param_v2.g_interp.debayer_clip_en[iso_high_index], ratio)); in AdebayerSelectParam()
329 iso_high_index = i; in AdebayerSelectParam()
344 iso_high_index = i - 1; in AdebayerSelectParam()
348 …thed0[iso_low_index], pAdebayerCtx->full_param_v2.g_drctwgt.debayer_thed0[iso_high_index], ratio)); in AdebayerSelectParam()
349 …thed1[iso_low_index], pAdebayerCtx->full_param_v2.g_drctwgt.debayer_thed1[iso_high_index], ratio)); in AdebayerSelectParam()
[all …]