Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp4/
H A Drk_aiq_asharp_algo_sharp_v4.cpp393 pFix->sharp_gaus_coef[0] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V4()
395 pFix->sharp_gaus_coef[1] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V4()
397 pFix->sharp_gaus_coef[2] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V4()
399 pFix->sharp_gaus_coef[3] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V4()
401 pFix->sharp_gaus_coef[4] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V4()
403 pFix->sharp_gaus_coef[5] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V4()
404 sum_coeff = pFix->sharp_gaus_coef[0] in sharp_fix_transfer_V4()
405 + 4 * pFix->sharp_gaus_coef[1] in sharp_fix_transfer_V4()
406 + 4 * pFix->sharp_gaus_coef[2] in sharp_fix_transfer_V4()
407 + 4 * pFix->sharp_gaus_coef[3] in sharp_fix_transfer_V4()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharpV33/
H A Drk_aiq_asharp_algo_sharp_v33.cpp645 pFix->sharp_gaus_coef[0] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V33()
647 pFix->sharp_gaus_coef[1] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V33()
649 pFix->sharp_gaus_coef[2] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V33()
651 pFix->sharp_gaus_coef[3] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V33()
653 pFix->sharp_gaus_coef[4] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V33()
655 pFix->sharp_gaus_coef[5] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V33()
657 sum_coeff = pFix->sharp_gaus_coef[0] + in sharp_fix_transfer_V33()
658 4 * pFix->sharp_gaus_coef[1] + in sharp_fix_transfer_V33()
659 4 * pFix->sharp_gaus_coef[2] + in sharp_fix_transfer_V33()
660 4 * pFix->sharp_gaus_coef[3] + in sharp_fix_transfer_V33()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp3/
H A Drk_aiq_asharp_algo_sharp_v3.cpp543 pFix->sharp_gaus_coef[0] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V3()
545 pFix->sharp_gaus_coef[1] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V3()
547 pFix->sharp_gaus_coef[2] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V3()
548 …sum_coeff = pFix->sharp_gaus_coef[0] + 4 * pFix->sharp_gaus_coef[1] + 4 * pFix->sharp_gaus_coef[2]; in sharp_fix_transfer_V3()
550 tmp = (int)(pFix->sharp_gaus_coef[0] + offset); in sharp_fix_transfer_V3()
551 pFix->sharp_gaus_coef[0] = CLIP(tmp, 0, 127); in sharp_fix_transfer_V3()
574 pFix->sharp_gaus_coef[k] = CLIP(pFix->sharp_gaus_coef[k], 0, 127); in sharp_fix_transfer_V3()
665 i, pFix->sharp_gaus_coef[i]); in sharp_fix_printf_V3()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_asharp_module.cpp965 sharpV4_attr.stManual.stFix.sharp_gaus_coef[0] = 0x0c; in sample_sharp_setReg_v4()
966 sharpV4_attr.stManual.stFix.sharp_gaus_coef[1] = 0x07; in sample_sharp_setReg_v4()
967 sharpV4_attr.stManual.stFix.sharp_gaus_coef[2] = 0x06; in sample_sharp_setReg_v4()
968 sharpV4_attr.stManual.stFix.sharp_gaus_coef[3] = 0x05; in sample_sharp_setReg_v4()
969 sharpV4_attr.stManual.stFix.sharp_gaus_coef[4] = 0x04; in sample_sharp_setReg_v4()
970 sharpV4_attr.stManual.stFix.sharp_gaus_coef[5] = 0x03; in sample_sharp_setReg_v4()
1065 sharpV33_attr.stManual.stFix.sharp_gaus_coef[0] = 0x0c; in sample_sharp_setReg_v33()
1066 sharpV33_attr.stManual.stFix.sharp_gaus_coef[1] = 0x07; in sample_sharp_setReg_v33()
1067 sharpV33_attr.stManual.stFix.sharp_gaus_coef[2] = 0x06; in sample_sharp_setReg_v33()
1068 sharpV33_attr.stManual.stFix.sharp_gaus_coef[3] = 0x05; in sample_sharp_setReg_v33()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharp3/
H A Drk_aiq_types_asharp_hw_v3.h62 uint8_t sharp_gaus_coef[3]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharp4/
H A Drk_aiq_types_asharp_hw_v4.h65 uint8_t sharp_gaus_coef[6]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharpV33/
H A Drk_aiq_types_asharp_hw_v33.h61 uint8_t sharp_gaus_coef[6]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp923 pCfg->sw_sharp_gaus_coef_2 = sharp.sharp_gaus_coef[2]; in convertAiqSharpenToIsp21Params()
924 pCfg->sw_sharp_gaus_coef_1 = sharp.sharp_gaus_coef[1]; in convertAiqSharpenToIsp21Params()
925 pCfg->sw_sharp_gaus_coef_0 = sharp.sharp_gaus_coef[0]; in convertAiqSharpenToIsp21Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/
H A DIsp3xParams.cpp813 pSharp->gaus_coef[i] = sharp.sharp_gaus_coef[i]; in convertAiqSharpenToIsp3xParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1898 pSharp->gaus_coef[i] = sharp.sharp_gaus_coef[i]; in convertAiqSharpenToIsp32Params()