Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c13057 MS_U16 u16H_PixelIdx = 0; in MApi_XC_DetectNL_U2() local
13144 …for (u16H_PixelIdx = (u16PixelStep/u8MaxTryTimes) * u8TryTimes; u16H_PixelIdx < stSrcRect.width - … in MApi_XC_DetectNL_U2()
13147 pstCurrentPoint = pstSource + u16V_PixelIdx * stSrcRect.width + u16H_PixelIdx; in MApi_XC_DetectNL_U2()
13149 …BufReg + (u16V_PixelIdx/u16PixelStep)* (stSrcRect.width/u16PixelStep) + u16H_PixelIdx/u16PixelStep; in MApi_XC_DetectNL_U2()
13161 if (u16H_PixelIdx == u16LatticeLeft) in MApi_XC_DetectNL_U2()
13182 if (u16H_PixelIdx != ((u16PixelStep/u8MaxTryTimes) * u8TryTimes)) in MApi_XC_DetectNL_U2()
13194 u16LatticeRight = u16H_PixelIdx; in MApi_XC_DetectNL_U2()
13203 && (u16H_PixelIdx != u16LatticeRight - u16PixelStep) in MApi_XC_DetectNL_U2()
13204 && (u16H_PixelIdx != u16LatticeRight + u16PixelStep)) in MApi_XC_DetectNL_U2()
13215 … && (u16H_PixelIdx != u16LatticeLeft) //ignore some points near left edge in MApi_XC_DetectNL_U2()
[all …]