Searched refs:mCoeff (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/ |
| H A D | RkIspFecGenMesh.cpp | 72 mCoeff.cx = lightCenter[0]; in init() 73 mCoeff.cy = lightCenter[1]; in init() 74 mCoeff.a0 = coeff[0]; in init() 75 mCoeff.a2 = coeff[1]; in init() 76 mCoeff.a3 = coeff[2]; in init() 77 mCoeff.a4 = coeff[3]; in init() 79 genFecMeshInit(srcWidth, srcHeight, dstWidth, dstHeight, mParams, mCoeff); in init() 116 printf("I: the light center of lens: %.16f, %.16f\n", mCoeff.cx, mCoeff.cy); in genMesh() 118 mCoeff.a0, mCoeff.a2, mCoeff.a3, mCoeff.a4); in genMesh() 122 bool b_ret = genFECMeshNLevel(mParams, mCoeff, level, in genMesh()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/ |
| H A D | RkIspFecGenMesh.h | 64 struct CameraCoeff mCoeff; variable
|