| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp4/ |
| H A D | rk_aiq_asharp_algo_sharp_v4.cpp | 126 …pSelect->hfBilateralFilter_coeff[i] = INTERP_V4(pParams->hfBilateralFilter_coeff [gain_low][i], pP… in sharp_select_params_by_ISO_V4() 322 float hfBilateralFilter_coeff[3]; in sharp_fix_transfer_V4() local 330 hfBilateralFilter_coeff[i] = tmp; in sharp_fix_transfer_V4() 332 …sum_gauss_coeff = hfBilateralFilter_coeff[0] + 4 * hfBilateralFilter_coeff[1] + 4 * hfBilateralFil… in sharp_fix_transfer_V4() 334 hfBilateralFilter_coeff[i] = hfBilateralFilter_coeff[i] / sum_gauss_coeff; in sharp_fix_transfer_V4() 335 …%d hfBilateralFilter_coeff[%d]:%f\n", pSelect->kernel_sigma_enable, i, hfBilateralFilter_coeff[i]); in sharp_fix_transfer_V4() 339 hfBilateralFilter_coeff[i] = pSelect->hfBilateralFilter_coeff[i]; in sharp_fix_transfer_V4() 340 …%d hfBilateralFilter_coeff[%d]:%f\n", pSelect->kernel_sigma_enable, i, hfBilateralFilter_coeff[i]); in sharp_fix_transfer_V4() 343 tmp = (int)ROUND_F(hfBilateralFilter_coeff[0] * (1 << rk_sharp_V4_hbfCoeff_fix_bits)); in sharp_fix_transfer_V4() 345 tmp = (int)ROUND_F(hfBilateralFilter_coeff[1] * (1 << rk_sharp_V4_hbfCoeff_fix_bits)); in sharp_fix_transfer_V4() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | sharp_uapi_head_v33.h | 130 float hfBilateralFilter_coeff[3]; member 240 float hfBilateralFilter_coeff[3]; member
|
| H A D | sharp_head_v3.h | 47 float hfBilateralFilter_coeff[3]; member
|
| H A D | sharp_uapi_head_v4.h | 95 float hfBilateralFilter_coeff[3]; member
|
| H A D | sharp_head_v4.h | 47 float hfBilateralFilter_coeff[3]; member
|
| H A D | sharp_head_v33.h | 43 float hfBilateralFilter_coeff[3]; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharp4/ |
| H A D | rk_aiq_types_asharp_algo_int_v4.h | 122 float hfBilateralFilter_coeff [RK_SHARP_V4_MAX_ISO_NUM][3]; member 153 float hfBilateralFilter_coeff [RK_SHARPV4_BF_DIAM * RK_SHARPV4_BF_DIAM];
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_asharp_module.cpp | 111 sharpV4_attr.stAuto.stParams.hfBilateralFilter_coeff[i][0] = 0.2042; in sample_sharp_setAuto_v4() 112 sharpV4_attr.stAuto.stParams.hfBilateralFilter_coeff[i][1] = 0.1238; in sample_sharp_setAuto_v4() 113 sharpV4_attr.stAuto.stParams.hfBilateralFilter_coeff[i][2] = 0.0751; in sample_sharp_setAuto_v4() 203 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].hfBilateralFilter_coeff[0] = 0.2042; in sample_sharp_setAuto_v33() 204 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].hfBilateralFilter_coeff[1] = 0.1238; in sample_sharp_setAuto_v33() 205 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].hfBilateralFilter_coeff[2] = 0.0751; in sample_sharp_setAuto_v33() 381 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].hfBilateralFilter_coeff[0] = 0.2042; in sample_sharp_setAuto_v33Lite() 382 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].hfBilateralFilter_coeff[1] = 0.1238; in sample_sharp_setAuto_v33Lite() 383 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].hfBilateralFilter_coeff[2] = 0.0751; in sample_sharp_setAuto_v33Lite() 531 sharpV4_attr.stManual.stSelect.hfBilateralFilter_coeff[0] = 0.2042; in sample_sharp_setManual_v4() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharpV33/ |
| H A D | rk_aiq_asharp_algo_sharp_v33.cpp | 239 pSelect->hfBilateralFilter_coeff[i] = in sharp_select_params_by_ISO_V33() 240 INTERP_V4(pParams->sharpParamsISO[gain_low].hfBilateralFilter_coeff[i], in sharp_select_params_by_ISO_V33() 241 pParams->sharpParamsISO[gain_high].hfBilateralFilter_coeff[i], ratio); in sharp_select_params_by_ISO_V33() 524 bila_filter[i] = pSelect->hfBilateralFilter_coeff[i]; in sharp_fix_transfer_V33() 956 pSharpParams->sharpParamsISO[i].hfBilateralFilter_coeff[j] = in sharp_init_params_json_V33() 957 pTuningISO->kernel_para.hfBilateralFilter_coeff[j]; in sharp_init_params_json_V33() 961 pSharpParams->sharpParamsISO[i].hfBilateralFilter_coeff[j]); in sharp_init_params_json_V33()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | sharp_xml2json_v3.cpp | 83 … pKernelCoeffV2->hfBilateralFilter_coeff[k] = pSharpParamsV1->kernel_bila_filter[k][j]; in sharpV3_calibdb_to_calibdbV2() 155 … pSharpParamsV1->kernel_bila_filter[k][j] = pKernelCoeffV2->hfBilateralFilter_coeff[k]; in sharpV3_calibdbV2_to_calibdb()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharpV33/ |
| H A D | rk_aiq_types_asharp_algo_int_v33.h | 115 float hfBilateralFilter_coeff[RK_SHARP_V33_BF_DIAM * RK_SHARP_V33_BF_DIAM];
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp3/ |
| H A D | rk_aiq_asharp_algo_sharp_v3.cpp | 749 … pSharpParams->kernel_range_filter[i][j] = pTuningISO->kernel_para.hfBilateralFilter_coeff[j]; in sharp_init_params_json_V3()
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |