Searched refs:y_cnt (Results 1 – 1 of 1) sorted by relevance
40 int y_cnt = 2 * meshSizeH * meshSizeW; in SmallMeshCorrect() local95 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()