Searched refs:imgHeight (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/ |
| H A D | fec_algo.cpp | 24 void SmallMeshCorrect(int imgWidth, int imgHeight, int meshSizeW, int meshSizeH, CameraCoeff camCoe… in SmallMeshCorrect() argument 84 if (y2 > (imgHeight - 1)) { in SmallMeshCorrect() 85 y2 = (imgHeight - 1); // 1079 in SmallMeshCorrect() 104 void GenMeshTable(int imgWidth, int imgHeight, int meshStepW, int meshStepH, int meshSizeW, int mes… in GenMeshTable() argument 135 SmallMeshCorrect(imgWidth, imgHeight, meshSizeW, meshSizeH, camCoeff, mapx, mapy, pMeshXY); in GenMeshTable() 163 fwrite(&imgHeight, sizeof(unsigned short), 1, fpMeshXY); in GenMeshTable() 224 int gen_default_mesh_table(int imgWidth, int imgHeight, int mesh_density, in gen_default_mesh_table() argument 255 int imgHeight = 1080; in gen_default_mesh_table() 257 int meshSizeH = imgHeight / meshStepH + 1; // ��1080->136 in gen_default_mesh_table() 277 int meshSizeH = imgHeight / meshStepH + 1; // ��1080->136 in gen_default_mesh_table() [all …]
|
| H A D | fec_algo.h | 5 int gen_default_mesh_table(int imgWidth, int imgHeight, int mesh_density,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/afec/ |
| H A D | fec_algo.h | 5 int gen_default_mesh_table(int imgWidth, int imgHeight, int mesh_density,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/ |
| H A D | rk_aiq_types_algo_amd_prvt.h | 17 int imgHeight; member
|
| H A D | rk_aiq_algo_amd_itf.cpp | 123 ctx->amdCtx.imgHeight = pCfgParam->spHeight; in prepare() 127 int gain_blk_isp_h = ctx->amdCtx.imgHeight; in prepare() 264 …ctx->amdCtx.imgAlignedH, imgStride, ctx->amdCtx.imgHeight, ctx->amdCtx.imgWidth, gain_blk_isp_stri… in processing()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/md_lib/ |
| H A D | motion_detect.h | 61 int imgHeight,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/anr/tnr_md/ |
| H A D | motion_detect.h | 62 int imgHeight,
|