Home
last modified time | relevance | path

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

/external/pixman/pixman/
Dpixman-bits-image.c370 int srtot, sgtot, sbtot, satot; in bits_image_fetch_pixel_convolution() local
379 srtot = sgtot = sbtot = satot = 0; in bits_image_fetch_pixel_convolution()
408 sbtot += (int)BLUE_8 (pixel) * f; in bits_image_fetch_pixel_convolution()
419 sbtot = (sbtot + 0x8000) >> 16; in bits_image_fetch_pixel_convolution()
424 sbtot = CLIP (sbtot, 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() local
471 srtot = sgtot = sbtot = satot = 0; in bits_image_fetch_pixel_separable_convolution()
507 sbtot += (int)BLUE_8 (pixel) * f; in bits_image_fetch_pixel_separable_convolution()
517 sbtot = (sbtot + 0x8000) >> 16; in bits_image_fetch_pixel_separable_convolution()
[all …]