Home
last modified time | relevance | path

Searched refs:camCoeff (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Dfec_algo.cpp24 …(int imgWidth, int imgHeight, int meshSizeW, int meshSizeH, CameraCoeff camCoeff, double *mapx, do… in SmallMeshCorrect() argument
26 double cx = camCoeff.cx; in SmallMeshCorrect()
27 double cy = camCoeff.cy; in SmallMeshCorrect()
29 a0 = camCoeff.a0; in SmallMeshCorrect()
31 double *invpol = camCoeff.invpol; in SmallMeshCorrect()
32 double sf = camCoeff.sf;// sf�����ӽǣ�sfԽ���ӽ�Խ�� in SmallMeshCorrect()
104 …h, int imgHeight, int meshStepW, int meshStepH, int meshSizeW, int meshSizeH, CameraCoeff camCoeff, in GenMeshTable() argument
135 SmallMeshCorrect(imgWidth, imgHeight, meshSizeW, meshSizeH, camCoeff, mapx, mapy, pMeshXY); in GenMeshTable()
228 CameraCoeff camCoeff; in gen_default_mesh_table() local
229 camCoeff.cx = 951.813257; in gen_default_mesh_table()
[all …]
H A Drk_aiq_algo_afec_itf.cpp132 fecCtx->camCoeff.cx = calib_fec->light_center[0]; in create_context()
133 fecCtx->camCoeff.cy = calib_fec->light_center[1]; in create_context()
134 fecCtx->camCoeff.a0 = calib_fec->coefficient[0]; in create_context()
135 fecCtx->camCoeff.a2 = calib_fec->coefficient[1]; in create_context()
136 fecCtx->camCoeff.a3 = calib_fec->coefficient[2]; in create_context()
137 fecCtx->camCoeff.a4 = calib_fec->coefficient[3]; in create_context()
140 fecCtx->camCoeff.cx, fecCtx->camCoeff.cy); in create_context()
143 fecCtx->camCoeff.a0, fecCtx->camCoeff.a2, in create_context()
144 fecCtx->camCoeff.a3, fecCtx->camCoeff.a4); in create_context()
235 ret = genFECMeshNLevel(fecCtx->fecParams, fecCtx->camCoeff, correct_level, fecCtx->meshxi, in read_mesh_table()
[all …]
H A Drk_aiq_types_afec_algo_prvt.h83 struct CameraCoeff camCoeff; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_algo_aldch_itf.cpp41 ldchCtx->camCoeff.cx = calib_ldch->light_center[0]; in updateCalibConfig()
42 ldchCtx->camCoeff.cy = calib_ldch->light_center[1]; in updateCalibConfig()
43 ldchCtx->camCoeff.a0 = calib_ldch->coefficient[0]; in updateCalibConfig()
44 ldchCtx->camCoeff.a2 = calib_ldch->coefficient[1]; in updateCalibConfig()
45 ldchCtx->camCoeff.a3 = calib_ldch->coefficient[2]; in updateCalibConfig()
46 ldchCtx->camCoeff.a4 = calib_ldch->coefficient[3]; in updateCalibConfig()
118 ldchCtx->camCoeff.cx = calib_ldch->light_center[0]; in create_context()
119 ldchCtx->camCoeff.cy = calib_ldch->light_center[1]; in create_context()
120 ldchCtx->camCoeff.a0 = calib_ldch->coefficient[0]; in create_context()
121 ldchCtx->camCoeff.a2 = calib_ldch->coefficient[1]; in create_context()
[all …]
H A Drk_aiq_algo_aldch_v21_itf.cpp54 ldchCtx->camCoeff.cx = calib_ldch->light_center[0]; in updateCalibConfig()
55 ldchCtx->camCoeff.cy = calib_ldch->light_center[1]; in updateCalibConfig()
56 ldchCtx->camCoeff.a0 = calib_ldch->coefficient[0]; in updateCalibConfig()
57 ldchCtx->camCoeff.a2 = calib_ldch->coefficient[1]; in updateCalibConfig()
58 ldchCtx->camCoeff.a3 = calib_ldch->coefficient[2]; in updateCalibConfig()
59 ldchCtx->camCoeff.a4 = calib_ldch->coefficient[3]; in updateCalibConfig()
314 ldchCtx->camCoeff.cx = calib_ldch->light_center[0]; in create_context()
315 ldchCtx->camCoeff.cy = calib_ldch->light_center[1]; in create_context()
316 ldchCtx->camCoeff.a0 = calib_ldch->coefficient[0]; in create_context()
317 ldchCtx->camCoeff.a2 = calib_ldch->coefficient[1]; in create_context()
[all …]
H A Drk_aiq_ldch_generate_mesh.cpp169 ldchCtx->ldchParams, ldchCtx->camCoeff); in aiqGenLdchMeshInit()
221 success = genLDCMeshNLevel(ldchCtx->ldchParams, ldchCtx->camCoeff, in aiqGenMesh()
H A Drk_aiq_types_aldch_algo_prvt.h113 struct CameraCoeff camCoeff; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A DgenMesh.h100 …enFecMeshInit(int srcW, int srcH, int dstW, int dstH, FecParams &fecParams, CameraCoeff &camCoeff);
106 void genFecPreCalcPart(FecParams &fecParams, CameraCoeff &camCoeff);
124 bool genFECMeshNLevel(FecParams &fecParams, CameraCoeff &camCoeff, int level, unsigned short *pMesh…
130 …dchMeshInit(int srcW, int srcH, int dstW, int dstH, LdchParams &ldchParams, CameraCoeff &camCoeff);
136 void genLdchPreCalcPart(LdchParams &ldchParams, CameraCoeff &camCoeff);
139 void calcLdchMaxLevel(LdchParams &ldchParams, CameraCoeff &camCoeff);
152 bool genLDCMeshNLevel(LdchParams &ldchParams, CameraCoeff &camCoeff, int level, unsigned short *pMe…
173 CameraCoeff &camCoeff, CameraCoeff &camCoeff_left, CameraCoeff &camCoeff_right,
178 CameraCoeff &camCoeff, CameraCoeff &camCoeff_left, CameraCoeff &camCoeff_right,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/
H A DgenMesh.h93 …enFecMeshInit(int srcW, int srcH, int dstW, int dstH, FecParams &fecParams, CameraCoeff &camCoeff);
99 void genFecPreCalcPart(FecParams &fecParams, CameraCoeff &camCoeff);
117 bool genFECMeshNLevel(FecParams &fecParams, CameraCoeff &camCoeff, int level, unsigned short *pMesh…
123 …dchMeshInit(int srcW, int srcH, int dstW, int dstH, LdchParams &ldchParams, CameraCoeff &camCoeff);
129 void genLdchPreCalcPart(LdchParams &ldchParams, CameraCoeff &camCoeff);
132 void calcLdchMaxLevel(LdchParams &ldchParams, CameraCoeff &camCoeff);
145 bool genLDCMeshNLevel(LdchParams &ldchParams, CameraCoeff &camCoeff, int level, unsigned short *pMe…
166 CameraCoeff &camCoeff, CameraCoeff &camCoeff_left, CameraCoeff &camCoeff_right,
171 CameraCoeff &camCoeff, CameraCoeff &camCoeff_left, CameraCoeff &camCoeff_right,
H A Dtest030.cpp12 CameraCoeff camCoeff; in test030() local
13 camCoeff.a0 = -4628.92834904855135391699150204658508300781250000000000; in test030()
14 camCoeff.a2 = 0.00008439805632153267055031026222522427815420087427; in test030()
15 camCoeff.a3 = -0.00000000947972529654520536345924537060744774485954; in test030()
16 camCoeff.a4 = 0.00000000000276046059610868196196561020719728129884; in test030()
17 camCoeff.cx = (srcW - 1.0) * 0.5; in test030()
18 camCoeff.cy = (srcH - 1.0) * 0.5; in test030()
31 …genLdchMeshInit8kTo4k(srcW, srcH, dstW, dstH, margin, camCoeff, camCoeff_left, camCoeff_right, ldc… in test030()
95 …bool success_full = genLDCMeshNLevel(ldchParams, camCoeff, level, pMeshX); /* ���ɶ�ӦУ��lev… in test030()
H A Dtest029.cpp12 CameraCoeff camCoeff; in test029() local
13 camCoeff.a0 = -4628.92834904855135391699150204658508300781250000000000; in test029()
14 camCoeff.a2 = 0.00008439805632153267055031026222522427815420087427; in test029()
15 camCoeff.a3 = -0.00000000947972529654520536345924537060744774485954; in test029()
16 camCoeff.a4 = 0.00000000000276046059610868196196561020719728129884; in test029()
17 camCoeff.cx = (srcW - 1.0) * 0.5; in test029()
18 camCoeff.cy = (srcH - 1.0) * 0.5; in test029()
34 …genFecMeshInit8kTo4k(srcW, srcH, dstW, dstH, margin, camCoeff, camCoeff_left, camCoeff_right, fecP… in test029()
109 …bool success_full = genFECMeshNLevel(fecParams, camCoeff, level, pMeshXI, pMeshXF, pMeshYI, pMeshY… in test029()
H A DgenMesh.cpp7 …genFecMeshInit(int srcW, int srcH, int dstW, int dstH, FecParams &fecParams, CameraCoeff &camCoeff) in genFecMeshInit() argument
58 genFecPreCalcPart(fecParams, camCoeff); in genFecMeshInit()
90 …LdchMeshInit(int srcW, int srcH, int dstW, int dstH, LdchParams &ldchParams, CameraCoeff &camCoeff) in genLdchMeshInit() argument
127 genLdchPreCalcPart(ldchParams, camCoeff); in genLdchMeshInit()
132 calcLdchMaxLevel(ldchParams, camCoeff); in genLdchMeshInit()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/gen_mesh/
H A DgenMesh.cpp7 …genFecMeshInit(int srcW, int srcH, int dstW, int dstH, FecParams &fecParams, CameraCoeff &camCoeff) in genFecMeshInit() argument
58 genFecPreCalcPart(fecParams, camCoeff); in genFecMeshInit()
90 …LdchMeshInit(int srcW, int srcH, int dstW, int dstH, LdchParams &ldchParams, CameraCoeff &camCoeff) in genLdchMeshInit() argument
129 genLdchPreCalcPart(ldchParams, camCoeff); in genLdchMeshInit()
134 calcLdchMaxLevel(ldchParams, camCoeff); in genLdchMeshInit()