Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c13062 MS_PIXEL_24BIT* pstCurrentPoint = NULL; in MApi_XC_DetectNL_U2() local
13147 pstCurrentPoint = pstSource + u16V_PixelIdx * stSrcRect.width + u16H_PixelIdx; in MApi_XC_DetectNL_U2()
13155 pstLastLinePoint = pstCurrentPoint - stSrcRect.width*u16PixelStep; in MApi_XC_DetectNL_U2()
13156 if (abs(pstLastLinePoint->G_Y - pstCurrentPoint->G_Y) < u8ColorThreshold) in MApi_XC_DetectNL_U2()
13186 pstLastColumnPoint = pstCurrentPoint - u16PixelStep; in MApi_XC_DetectNL_U2()
13187 if (abs(pstLastColumnPoint->G_Y - pstCurrentPoint->G_Y) < u8ColorThreshold) in MApi_XC_DetectNL_U2()