Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adebayer_module.cpp19 #define INTERP_SAMPLE(x0, x1, ratio) ((ratio) * ((x1) - (x0)) + x0) macro
288 …attr->stManual.debayer_gain_offset = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_interp.debayer_gain_offs… in sample_adebayer_translate_params_v2()
289 …attr->stManual.debayer_max_ratio = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_interp.debayer_max_ratio[i… in sample_adebayer_translate_params_v2()
290 …attr->stManual.debayer_clip_en = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_interp.debayer_clip_en[iso_l… in sample_adebayer_translate_params_v2()
292 …attr->stManual.debayer_thed0 = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_drctwgt.debayer_thed0[iso_low_… in sample_adebayer_translate_params_v2()
293 …attr->stManual.debayer_thed1 = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_drctwgt.debayer_thed1[iso_low_… in sample_adebayer_translate_params_v2()
295 …attr->stManual.debayer_dist_scale = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_drctwgt.debayer_dist_scal… in sample_adebayer_translate_params_v2()
296 …attr->stManual.debayer_hf_offset = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_drctwgt.debayer_hf_offset[… in sample_adebayer_translate_params_v2()
297 …attr->stManual.debayer_select_thed = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_drctwgt.debayer_select_t… in sample_adebayer_translate_params_v2()
300 …attr->stManual.debayer_gfilter_en = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_filter.debayer_gfilter_en… in sample_adebayer_translate_params_v2()
[all …]