| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/ |
| H A D | genMesh.cpp | 7 void genFecMeshInit(int srcW, int srcH, int dstW, int dstH, FecParams &fecParams, CameraCoeff &camC… in genFecMeshInit() argument 9 fecParams.srcW = srcW; in genFecMeshInit() 10 fecParams.srcH = srcH; in genFecMeshInit() 11 fecParams.dstW = dstW; in genFecMeshInit() 12 fecParams.dstH = dstH; in genFecMeshInit() 14 fecParams.srcW_ex = 32 * ((srcW + 31) / 32); in genFecMeshInit() 15 fecParams.srcH_ex = 32 * ((srcH + 31) / 32); in genFecMeshInit() 16 fecParams.dstW_ex = 32 * ((dstW + 31) / 32); in genFecMeshInit() 17 fecParams.dstH_ex = 32 * ((dstH + 31) / 32); in genFecMeshInit() 29 …fecParams.meshSizeW = (fecParams.dstW_ex + meshStepW - 1) / meshStepW + 1;//modify to mesh alligne… in genFecMeshInit() [all …]
|
| H A D | test029.cpp | 19 FecParams fecParams; in test029() local 20 fecParams.correctX = 1; /* ˮƽx����У��: 1����У��, 0����У�� */ in test029() 21 fecParams.correctY = 1; /* ��ֱy����У��: 1����У��, 0����У�� */ in test029() 22 fecParams.saveMaxFovX = 1; /* ����ˮƽx�������FOV: 1������, 0�������� */ in test029() 23 fecParams.isFecOld = 0; /* �Ƿ�ɰ�FEC: 1�����ǣ�0������ */ in test029() 24 fecParams.saveMesh4bin = 0; /* �Ƿ�meshxi,xf,yi,yf4��bin�ļ�: 1������, 0�������� */ in test029() 25 sprintf(fecParams.mesh4binPath, "../data_out/"); /* ����meshxi,xf,yi,yf4��bin�ļ��ĸ�Ŀ¼ */ in test029() 34 …rcW, srcH, dstW, dstH, margin, camCoeff, camCoeff_left, camCoeff_right, fecParams, fecParams_left,… in test029() 38 …mallocFecMesh(fecParams.meshSize4bin, &pMeshXI, &pMeshXF, &pMeshYI, &pMeshYF); /* ȫͼFECӳ��… in test029() 109 …bool success_full = genFECMeshNLevel(fecParams, camCoeff, level, pMeshXI, pMeshXF, pMeshYI, pMeshY… in test029() [all …]
|
| H A D | genMesh.h | 93 void genFecMeshInit(int srcW, int srcH, int dstW, int dstH, FecParams &fecParams, CameraCoeff &camC… 96 void genFecMeshDeInit(FecParams &fecParams); 99 void genFecPreCalcPart(FecParams &fecParams, CameraCoeff &camCoeff); 117 bool genFECMeshNLevel(FecParams &fecParams, CameraCoeff &camCoeff, int level, unsigned short *pMesh… 159 bool cropFecMesh(FecParams &fecParams, RoiParams &roiParams, int level, unsigned short *pCropMeshXI… 167 FecParams &fecParams, FecParams &fecParams_left, FecParams &fecParams_right);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/gen_mesh/ |
| H A D | genMesh.cpp | 7 void genFecMeshInit(int srcW, int srcH, int dstW, int dstH, FecParams &fecParams, CameraCoeff &camC… in genFecMeshInit() argument 9 fecParams.srcW = srcW; in genFecMeshInit() 10 fecParams.srcH = srcH; in genFecMeshInit() 11 fecParams.dstW = dstW; in genFecMeshInit() 12 fecParams.dstH = dstH; in genFecMeshInit() 14 fecParams.srcW_ex = 32 * ((srcW + 31) / 32); in genFecMeshInit() 15 fecParams.srcH_ex = 32 * ((srcH + 31) / 32); in genFecMeshInit() 16 fecParams.dstW_ex = 32 * ((dstW + 31) / 32); in genFecMeshInit() 17 fecParams.dstH_ex = 32 * ((dstH + 31) / 32); in genFecMeshInit() 29 …fecParams.meshSizeW = (fecParams.dstW_ex + meshStepW - 1) / meshStepW + 1;//modify to mesh alligne… in genFecMeshInit() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/ |
| H A D | rk_aiq_algo_afec_itf.cpp | 149 fecCtx->fecParams.correctX = 1; in create_context() 150 fecCtx->fecParams.correctY = 1; in create_context() 151 fecCtx->fecParams.saveMesh4bin = 0; in create_context() 171 genFecMeshDeInit(fecCtx->fecParams); in destroy_context() 235 ret = genFECMeshNLevel(fecCtx->fecParams, fecCtx->camCoeff, correct_level, fecCtx->meshxi, in read_mesh_table() 375 fecCtx->fecParams.correctY = 0; in prepare() 379 fecCtx->fecParams.correctX = 0; in prepare() 389 fecCtx->fecParams.saveMaxFovX = 1; in prepare() 392 fecCtx->fecParams.saveMaxFovX = 0; in prepare() 400 if (fecCtx->fecParams.saveMesh4bin) in prepare() [all …]
|
| H A D | rk_aiq_types_afec_algo_prvt.h | 84 FecParams fecParams; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/ |
| H A D | genMesh.h | 100 void genFecMeshInit(int srcW, int srcH, int dstW, int dstH, FecParams &fecParams, CameraCoeff &camC… 103 void genFecMeshDeInit(FecParams &fecParams); 106 void genFecPreCalcPart(FecParams &fecParams, CameraCoeff &camCoeff); 124 bool genFECMeshNLevel(FecParams &fecParams, CameraCoeff &camCoeff, int level, unsigned short *pMesh… 166 bool cropFecMesh(FecParams &fecParams, RoiParams &roiParams, int level, unsigned short *pCropMeshXI… 174 FecParams &fecParams, FecParams &fecParams_left, FecParams &fecParams_right);
|