Searched refs:imgWidth (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 78 if (x2 > (imgWidth - 1)) { in SmallMeshCorrect() 79 x2 = (imgWidth - 1); // 1919 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() 162 fwrite(&imgWidth, 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 248 if (imgWidth > 1920) in gen_default_mesh_table() 254 int imgWidth = 1920; in gen_default_mesh_table() 256 int meshSizeW = imgWidth / meshStepW + 1; // ��1920->121 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 | 16 int imgWidth; member
|
| H A D | rk_aiq_algo_amd_itf.cpp | 122 ctx->amdCtx.imgWidth = pCfgParam->spWidth; in prepare() 125 int gain_blk_isp_w = ctx->amdCtx.imgWidth; 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 | 62 int imgWidth,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/anr/tnr_md/ |
| H A D | motion_detect.h | 63 int imgWidth,
|