Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Dfec_algo.cpp39 int x_cnt = 0; in SmallMeshCorrect() local
89 pMeshXY[x_cnt] = (unsigned short)x2; in SmallMeshCorrect()
90 temp = x2 - pMeshXY[x_cnt]; in SmallMeshCorrect()
91 pMeshXY[x_cnt + 1] = unsigned short(temp * 128); in SmallMeshCorrect()
92 x_cnt = x_cnt + 2; in SmallMeshCorrect()