Home
last modified time | relevance | path

Searched refs:filter2_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.cpp84 pAdebayerCtx->config.filter2_coe[i] = pAdebayerCtx->manualAttrib.filter2[i]; in AdebayerTranslateParamsAtManualMode()
112 pAdebayerCtx->config.filter2_coe[i] = pAdebayerCtx->full_param.filter2[i]; in AdebayerTranslateParamsAtAutoMode()
226 pAdebayerCtx->config.filter1_coe[4], pAdebayerCtx->config.filter2_coe[0], in AdebayerTranslateParams()
227 pAdebayerCtx->config.filter2_coe[1], pAdebayerCtx->config.filter2_coe[2], in AdebayerTranslateParams()
228 pAdebayerCtx->config.filter2_coe[3], pAdebayerCtx->config.filter2_coe[4]); in AdebayerTranslateParams()
H A Drk_aiq_adebayer_algo_v2.cpp699 pAdebayerCtx->config.filter2_coe[0] = pAdebayerCtx->select_param_v2.highfreq_filter2[0]; in AdebayerGetProcResult()
700 pAdebayerCtx->config.filter2_coe[1] = pAdebayerCtx->select_param_v2.highfreq_filter2[1]; in AdebayerGetProcResult()
701 pAdebayerCtx->config.filter2_coe[2] = pAdebayerCtx->select_param_v2.highfreq_filter2[2]; in AdebayerGetProcResult()
702 pAdebayerCtx->config.filter2_coe[3] = pAdebayerCtx->select_param_v2.highfreq_filter2[3]; in AdebayerGetProcResult()
796 pAdebayerCtx->config.filter2_coe[0] = pAdebayerCtx->select_param_v2_lite.highfreq_filter2[0]; in AdebayerGetProcResult()
797 pAdebayerCtx->config.filter2_coe[1] = pAdebayerCtx->select_param_v2_lite.highfreq_filter2[1]; in AdebayerGetProcResult()
798 pAdebayerCtx->config.filter2_coe[2] = pAdebayerCtx->select_param_v2_lite.highfreq_filter2[2]; in AdebayerGetProcResult()
799 pAdebayerCtx->config.filter2_coe[3] = pAdebayerCtx->select_param_v2_lite.highfreq_filter2[3]; in AdebayerGetProcResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adebayer/
H A Drk_aiq_types_adebayer_hw.h30 signed char filter2_coe[5]; member
54 int filter2_coe[4]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adebayer_module.cpp156 int8_t filter2_coe[5] = {2, -4, 4, -4, 2}; in sample_adebayer_translate_params_v1() local
161 stManual.filter2[i] = filter2_coe[i]; in sample_adebayer_translate_params_v1()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2767 isp_cfg.others.debayer_cfg.filter2_coe1 = demosaic.filter2_coe[0]; in convertAiqAdemosaicToIsp20Params()
2768 isp_cfg.others.debayer_cfg.filter2_coe2 = demosaic.filter2_coe[1]; in convertAiqAdemosaicToIsp20Params()
2769 isp_cfg.others.debayer_cfg.filter2_coe3 = demosaic.filter2_coe[2]; in convertAiqAdemosaicToIsp20Params()
2770 isp_cfg.others.debayer_cfg.filter2_coe4 = demosaic.filter2_coe[3]; in convertAiqAdemosaicToIsp20Params()
2771 isp_cfg.others.debayer_cfg.filter2_coe5 = demosaic.filter2_coe[4]; in convertAiqAdemosaicToIsp20Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1498 isp_cfg.others.debayer_cfg.filter2_coe1 = debayer.filter2_coe[0]; in convertAiqAdebayerToIsp32Params()
1499 isp_cfg.others.debayer_cfg.filter2_coe2 = debayer.filter2_coe[1]; in convertAiqAdebayerToIsp32Params()
1500 isp_cfg.others.debayer_cfg.filter2_coe3 = debayer.filter2_coe[2]; in convertAiqAdebayerToIsp32Params()
1501 isp_cfg.others.debayer_cfg.filter2_coe4 = debayer.filter2_coe[3]; in convertAiqAdebayerToIsp32Params()