Searched refs:u16V_PixelIdx (Results 1 – 1 of 1) sorted by relevance
13058 MS_U16 u16V_PixelIdx = 0; in MApi_XC_DetectNL_U2() local13141 …for (u16V_PixelIdx = (u16PixelStep/u8MaxTryTimes) * u8TryTimes; u16V_PixelIdx < stSrcRect.height -… in MApi_XC_DetectNL_U2()13147 pstCurrentPoint = pstSource + u16V_PixelIdx * stSrcRect.width + u16H_PixelIdx; in MApi_XC_DetectNL_U2()13149 …pu8Buf = pu8BufReg + (u16V_PixelIdx/u16PixelStep)* (stSrcRect.width/u16PixelStep) + u16H_PixelIdx/… in MApi_XC_DetectNL_U2()13151 … if (u16V_PixelIdx != ((u16PixelStep/u8MaxTryTimes) * u8TryTimes)) //not first line in MApi_XC_DetectNL_U2()13163 u16LatticeBottom = u16V_PixelIdx; in MApi_XC_DetectNL_U2()13192 if (u16V_PixelIdx == u16LatticeTop) in MApi_XC_DetectNL_U2()13200 … && (u16V_PixelIdx != u16LatticeTop - u16PixelStep) //ignore some points near top/right edge in MApi_XC_DetectNL_U2()13201 && (u16V_PixelIdx != u16LatticeTop + u16PixelStep) in MApi_XC_DetectNL_U2()13202 && (u16V_PixelIdx != u16LatticeTop + u16PixelStep) in MApi_XC_DetectNL_U2()[all …]