Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_adebayer_algo_v1.cpp83 pAdebayerCtx->config.filter1_coe[i] = pAdebayerCtx->manualAttrib.filter1[i]; in AdebayerTranslateParamsAtManualMode()
111 pAdebayerCtx->config.filter1_coe[i] = pAdebayerCtx->full_param.filter1[i]; in AdebayerTranslateParamsAtAutoMode()
224 pAdebayerCtx->config.filter1_coe[0], pAdebayerCtx->config.filter1_coe[1], in AdebayerTranslateParams()
225 pAdebayerCtx->config.filter1_coe[2], pAdebayerCtx->config.filter1_coe[3], in AdebayerTranslateParams()
226 pAdebayerCtx->config.filter1_coe[4], pAdebayerCtx->config.filter2_coe[0], in AdebayerTranslateParams()
H A Drk_aiq_adebayer_algo_v2.cpp694 pAdebayerCtx->config.filter1_coe[0] = pAdebayerCtx->select_param_v2.lowfreq_filter1[0]; in AdebayerGetProcResult()
695 pAdebayerCtx->config.filter1_coe[1] = pAdebayerCtx->select_param_v2.lowfreq_filter1[1]; in AdebayerGetProcResult()
696 pAdebayerCtx->config.filter1_coe[2] = pAdebayerCtx->select_param_v2.lowfreq_filter1[2]; in AdebayerGetProcResult()
697 pAdebayerCtx->config.filter1_coe[3] = pAdebayerCtx->select_param_v2.lowfreq_filter1[3]; in AdebayerGetProcResult()
791 pAdebayerCtx->config.filter1_coe[0] = pAdebayerCtx->select_param_v2_lite.lowfreq_filter1[0]; in AdebayerGetProcResult()
792 pAdebayerCtx->config.filter1_coe[1] = pAdebayerCtx->select_param_v2_lite.lowfreq_filter1[1]; in AdebayerGetProcResult()
793 pAdebayerCtx->config.filter1_coe[2] = pAdebayerCtx->select_param_v2_lite.lowfreq_filter1[2]; in AdebayerGetProcResult()
794 pAdebayerCtx->config.filter1_coe[3] = pAdebayerCtx->select_param_v2_lite.lowfreq_filter1[3]; in AdebayerGetProcResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adebayer/
H A Drk_aiq_types_adebayer_hw.h29 signed char filter1_coe[5]; member
53 int filter1_coe[4]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adebayer_module.cpp155 int8_t filter1_coe[5] = {2, -6, 0, 6, -2}; in sample_adebayer_translate_params_v1() local
160 stManual.filter1[i] = filter1_coe[i]; in sample_adebayer_translate_params_v1()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2762 isp_cfg.others.debayer_cfg.filter1_coe1 = demosaic.filter1_coe[0]; in convertAiqAdemosaicToIsp20Params()
2763 isp_cfg.others.debayer_cfg.filter1_coe2 = demosaic.filter1_coe[1]; in convertAiqAdemosaicToIsp20Params()
2764 isp_cfg.others.debayer_cfg.filter1_coe3 = demosaic.filter1_coe[2]; in convertAiqAdemosaicToIsp20Params()
2765 isp_cfg.others.debayer_cfg.filter1_coe4 = demosaic.filter1_coe[3]; in convertAiqAdemosaicToIsp20Params()
2766 isp_cfg.others.debayer_cfg.filter1_coe5 = demosaic.filter1_coe[4]; in convertAiqAdemosaicToIsp20Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1492 isp_cfg.others.debayer_cfg.filter1_coe1 = debayer.filter1_coe[0]; in convertAiqAdebayerToIsp32Params()
1493 isp_cfg.others.debayer_cfg.filter1_coe2 = debayer.filter1_coe[1]; in convertAiqAdebayerToIsp32Params()
1494 isp_cfg.others.debayer_cfg.filter1_coe3 = debayer.filter1_coe[2]; in convertAiqAdebayerToIsp32Params()
1495 isp_cfg.others.debayer_cfg.filter1_coe4 = debayer.filter1_coe[3]; in convertAiqAdebayerToIsp32Params()