Home
last modified time | relevance | path

Searched refs:mapy (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/
H A DgenMesh.cpp124 ldchParams.mapy = new double[ldchParams.meshSize]; in genLdchMeshInit()
147 if (ldchParams.mapy) { in genLdchMeshDeInit()
148 delete[] ldchParams.mapy; in genLdchMeshDeInit()
149 ldchParams.mapy = nullptr; in genLdchMeshDeInit()
H A DgenMesh.h86 double *mapy; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Dfec_algo.cpp24 …int meshSizeW, int meshSizeH, CameraCoeff camCoeff, double *mapx, double *mapy, unsigned short *pM… in SmallMeshCorrect() argument
50 y1 = mapy[index] - cy; in SmallMeshCorrect()
113 double *mapy = new double[meshSizeW * meshSizeH]; in GenMeshTable() local
128 mapy[index] = b; in GenMeshTable()
135 SmallMeshCorrect(imgWidth, imgHeight, meshSizeW, meshSizeH, camCoeff, mapx, mapy, pMeshXY); in GenMeshTable()
220 delete[] mapy; in GenMeshTable()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/gen_mesh/
H A DgenMesh.cpp126 ldchParams.mapy = new double[ldchParams.meshSize]; in genLdchMeshInit()
146 delete[] ldchParams.mapy; in genLdchMeshDeInit()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/
H A Dimgproc_c.h252 const CvArr* mapx, const CvArr* mapy,
259 CVAPI(void) cvConvertMaps( const CvArr* mapx, const CvArr* mapy,
289 CvArr* mapx, CvArr* mapy );
297 CvArr* mapx, CvArr* mapy );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/
H A Dimgproc_c.h252 const CvArr* mapx, const CvArr* mapy,
259 CVAPI(void) cvConvertMaps( const CvArr* mapx, const CvArr* mapy,
289 CvArr* mapx, CvArr* mapy );
297 CvArr* mapx, CvArr* mapy );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/
H A Dimgproc_c.h252 const CvArr* mapx, const CvArr* mapy,
259 CVAPI(void) cvConvertMaps( const CvArr* mapx, const CvArr* mapy,
289 CvArr* mapx, CvArr* mapy );
297 CvArr* mapx, CvArr* mapy );
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A DgenMesh.h93 double *mapy; member