Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_adebayer_algo_v2.cpp81 pAdebayerCtx->full_param_v2.g_filter.iso[i] = debayer->param.g_filter.iso[i]; in AdebayerCalibConfig()
82 …pAdebayerCtx->full_param_v2.g_filter.debayer_gfilter_en[i] = debayer->param.g_filter.debayer_gfilt… in AdebayerCalibConfig()
83 …pAdebayerCtx->full_param_v2.g_filter.debayer_gfilter_offset[i] = debayer->param.g_filter.debayer_g… in AdebayerCalibConfig()
148 pAdebayerCtx->full_param_v2_lite.g_filter.iso[i] = debayer->param.g_filter.iso[i]; in AdebayerCalibConfig()
149 …pAdebayerCtx->full_param_v2_lite.g_filter.debayer_gfilter_en[i] = debayer->param.g_filter.debayer_… in AdebayerCalibConfig()
150 …pAdebayerCtx->full_param_v2_lite.g_filter.debayer_gfilter_offset[i] = debayer->param.g_filter.deba… in AdebayerCalibConfig()
362 if (iso < pAdebayerCtx->full_param_v2.g_filter.iso[i]) in AdebayerSelectParam()
365 iso_low = pAdebayerCtx->full_param_v2.g_filter.iso[MAX(0, i - 1)]; in AdebayerSelectParam()
366 iso_high = pAdebayerCtx->full_param_v2.g_filter.iso[i]; in AdebayerSelectParam()
380 iso_low = pAdebayerCtx->full_param_v2.g_filter.iso[i - 1]; in AdebayerSelectParam()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adebayer_module.cpp300 …ter_en = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_filter.debayer_gfilter_en[iso_low_index], attr->stAu… in sample_adebayer_translate_params_v2()
301 …fset = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_filter.debayer_gfilter_offset[iso_low_index], attr->st… in sample_adebayer_translate_params_v2()
420 …ter_en = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_filter.debayer_gfilter_en[iso_low_index], attr->stAu… in sample_adebayer_translate_params_v2lite()
421 …fset = ROUND_F(INTERP_SAMPLE(attr->stAuto.g_filter.debayer_gfilter_offset[iso_low_index], attr->st… in sample_adebayer_translate_params_v2lite()
462 attr.stAuto.g_filter.debayer_gfilter_offset[0] = 10; in sample_adebayer_setAutoAtrrib_v2lite()
463 attr.stAuto.g_filter.debayer_gfilter_offset[1] = 10; in sample_adebayer_setAutoAtrrib_v2lite()
464 attr.stAuto.g_filter.debayer_gfilter_offset[2] = 10; in sample_adebayer_setAutoAtrrib_v2lite()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Ddebayer_head.h208 CalibDbV2_Debayer_GFilter_t g_filter; member
239 CalibDbV2_Debayer_GFilter_t g_filter; member