Home | History | Annotate | Download | only in src

Lines Matching refs:uchar

46 icvMorphEpilines8uC3( uchar * first_pix,        /* raster epiline from image 1      */
47 uchar * second_pix, /* raster epiline from image 2 */
48 uchar * dst_pix, /* raster epiline from dest image */
120 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex]) * s) >> 8);
125 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex + 1]) * s) >> 8);
130 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex + 2]) * s) >> 8);
210 (uchar) (dst_pix[indexImg1] +
211 (uchar) (((unsigned int) (second_pix[begLineIndex]) * s1) >> 8));
217 (uchar) (dst_pix[indexImg1] +
218 (uchar) (((unsigned int) (second_pix[begLineIndex + 1]) * s1) >>
225 (uchar) (dst_pix[indexImg1] +
226 (uchar) (((unsigned int) (second_pix[begLineIndex + 2]) * s1) >>
246 dst_pix[indexImg1] = (uchar) (dst_pix[indexImg1] + second_pix[begLineIndex]);
251 (uchar) (dst_pix[indexImg1] + second_pix[begLineIndex + 1]);
256 (uchar) (dst_pix[indexImg1] + second_pix[begLineIndex + 2]);
280 uchar * first_pix, /* raster epilines from the first image */
282 uchar * second_pix, /* raster epilines from the second image */
284 uchar * dst_pix, /* raster epiline from the destination image */
361 uchar * first_pix, /* raster epilines from the first image */
363 uchar * second_pix, /* raster epilines from the second image */
365 uchar * dst_pix, /* raster epiline from the destination image */