Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c13117 MS_U16 u16LatticeLeft = 0; //record the lattice rect in MApi_XC_DetectNL_U2() local
13161 if (u16H_PixelIdx == u16LatticeLeft) in MApi_XC_DetectNL_U2()
13215 … && (u16H_PixelIdx != u16LatticeLeft) //ignore some points near left edge in MApi_XC_DetectNL_U2()
13216 && (u16H_PixelIdx != u16LatticeLeft - u16PixelStep) in MApi_XC_DetectNL_U2()
13217 && (u16H_PixelIdx != u16LatticeLeft + u16PixelStep) in MApi_XC_DetectNL_U2()
13240 …&& ((u16H_PixelIdx == u16LatticeLeft - u16PixelStep) //ignore some points near left/right/bottom … in MApi_XC_DetectNL_U2()
13254 u16LatticeLeft = u16H_PixelIdx; in MApi_XC_DetectNL_U2()
13279 u16HCenterIdx[u16LatticeIdx] = (u16LatticeLeft + u16LatticeRight) / 2; in MApi_XC_DetectNL_U2()