Searched refs:sgtot (Results 1 – 1 of 1) sorted by relevance
370 int srtot, sgtot, sbtot, satot; in bits_image_fetch_pixel_convolution() local379 srtot = sgtot = sbtot = satot = 0; in bits_image_fetch_pixel_convolution()407 sgtot += (int)GREEN_8 (pixel) * f; in bits_image_fetch_pixel_convolution()418 sgtot = (sgtot + 0x8000) >> 16; in bits_image_fetch_pixel_convolution()423 sgtot = CLIP (sgtot, 0, 0xff); in bits_image_fetch_pixel_convolution()426 return ((satot << 24) | (srtot << 16) | (sgtot << 8) | (sbtot)); in bits_image_fetch_pixel_convolution()448 int srtot, sgtot, sbtot, satot; in bits_image_fetch_pixel_separable_convolution() local471 srtot = sgtot = sbtot = satot = 0; in bits_image_fetch_pixel_separable_convolution()506 sgtot += (int)GREEN_8 (pixel) * f; in bits_image_fetch_pixel_separable_convolution()516 sgtot = (sgtot + 0x8000) >> 16; in bits_image_fetch_pixel_separable_convolution()[all …]