Home
last modified time | relevance | path

Searched refs:imgWidth (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Dfec_algo.cpp24 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 Dfec_algo.h5 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 Dfec_algo.h5 int gen_default_mesh_table(int imgWidth, int imgHeight, int mesh_density,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/
H A Drk_aiq_types_algo_amd_prvt.h16 int imgWidth; member
H A Drk_aiq_algo_amd_itf.cpp122 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 Dmotion_detect.h62 int imgWidth,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/anr/tnr_md/
H A Dmotion_detect.h63 int imgWidth,