Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Dfec_algo.cpp40 int y_cnt = 2 * meshSizeH * meshSizeW; in SmallMeshCorrect() local
95 pMeshXY[y_cnt] = (unsigned short)y2; in SmallMeshCorrect()
96 temp = y2 - pMeshXY[y_cnt]; in SmallMeshCorrect()
97 pMeshXY[y_cnt + 1] = unsigned short(temp * 128); in SmallMeshCorrect()
98 y_cnt = y_cnt + 2; in SmallMeshCorrect()