| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp4/ |
| H A D | rk_aiq_asharp_algo_sharp_v4.cpp | 118 …pSelect->prefilter_coeff[i] = INTERP_V4(pParams->prefilter_coeff [gain_low][i], pParams->prefilter… in sharp_select_params_by_ISO_V4() 287 float prefilter_coeff[3]; in sharp_fix_transfer_V4() local 295 prefilter_coeff[i] = tmp; in sharp_fix_transfer_V4() 297 sum_gauss_coeff = prefilter_coeff[0] + 4 * prefilter_coeff[1] + 4 * prefilter_coeff[2]; in sharp_fix_transfer_V4() 299 prefilter_coeff[i] = prefilter_coeff[i] / sum_gauss_coeff; in sharp_fix_transfer_V4() 300 …el_sigma_enable:%d prefilter_coeff[%d]:%f\n", pSelect->kernel_sigma_enable, i, prefilter_coeff[i]); in sharp_fix_transfer_V4() 304 prefilter_coeff[i] = pSelect->prefilter_coeff[i]; in sharp_fix_transfer_V4() 305 …el_sigma_enable:%d prefilter_coeff[%d]:%f\n", pSelect->kernel_sigma_enable, i, prefilter_coeff[i]); in sharp_fix_transfer_V4() 308 tmp = (int)ROUND_F(prefilter_coeff[0] * (1 << rk_sharp_V4_pbfCoeff_fix_bits)); in sharp_fix_transfer_V4() 310 tmp = (int)ROUND_F(prefilter_coeff[1] * (1 << rk_sharp_V4_pbfCoeff_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 | 126 float prefilter_coeff[3]; member 236 float prefilter_coeff[3]; member
|
| H A D | sharp_head_v3.h | 43 float prefilter_coeff[3]; member
|
| H A D | sharp_uapi_head_v4.h | 91 float prefilter_coeff[3]; member
|
| H A D | sharp_head_v4.h | 43 float prefilter_coeff[3]; member
|
| H A D | sharp_head_v33.h | 39 float prefilter_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 | 120 float prefilter_coeff[RK_SHARP_V4_MAX_ISO_NUM][3]; member 151 float prefilter_coeff[RK_SHARPV4_PBF_DIAM * RK_SHARPV4_PBF_DIAM];
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_asharp_module.cpp | 107 sharpV4_attr.stAuto.stParams.prefilter_coeff[i][0] = 0.2042; in sample_sharp_setAuto_v4() 108 sharpV4_attr.stAuto.stParams.prefilter_coeff[i][1] = 0.1238; in sample_sharp_setAuto_v4() 109 sharpV4_attr.stAuto.stParams.prefilter_coeff[i][2] = 0.0751; in sample_sharp_setAuto_v4() 199 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].prefilter_coeff[0] = 0.2042; in sample_sharp_setAuto_v33() 200 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].prefilter_coeff[1] = 0.1238; in sample_sharp_setAuto_v33() 201 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].prefilter_coeff[2] = 0.0751; in sample_sharp_setAuto_v33() 377 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].prefilter_coeff[0] = 0.2042; in sample_sharp_setAuto_v33Lite() 378 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].prefilter_coeff[1] = 0.1238; in sample_sharp_setAuto_v33Lite() 379 sharpV33_attr.stAuto.stParams.sharpParamsISO[i].prefilter_coeff[2] = 0.0751; in sample_sharp_setAuto_v33Lite() 527 sharpV4_attr.stManual.stSelect.prefilter_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 | 220 pSelect->prefilter_coeff[i] = in sharp_select_params_by_ISO_V33() 221 INTERP_V4(pParams->sharpParamsISO[gain_low].prefilter_coeff[i], in sharp_select_params_by_ISO_V33() 222 pParams->sharpParamsISO[gain_high].prefilter_coeff[i], ratio); in sharp_select_params_by_ISO_V33() 487 pre_bila_filter[i] = pSelect->prefilter_coeff[i]; in sharp_fix_transfer_V33() 954 pSharpParams->sharpParamsISO[i].prefilter_coeff[j] = in sharp_init_params_json_V33() 955 pTuningISO->kernel_para.prefilter_coeff[j]; in sharp_init_params_json_V33() 959 pSharpParams->sharpParamsISO[i].prefilter_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 | 81 pKernelCoeffV2->prefilter_coeff[k] = pSharpParamsV1->kernel_pre_bila_filter[k][j]; in sharpV3_calibdb_to_calibdbV2() 153 pSharpParamsV1->kernel_pre_bila_filter[k][j] = pKernelCoeffV2->prefilter_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 | 113 float prefilter_coeff[RK_SHARP_V33_PBF_DIAM * RK_SHARP_V33_PBF_DIAM];
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp3/ |
| H A D | rk_aiq_asharp_algo_sharp_v3.cpp | 748 pSharpParams->kernel_pre_bila_filter[i][j] = pTuningISO->kernel_para.prefilter_coeff[j]; in sharp_init_params_json_V3()
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |