Searched defs:satot (Results 1 – 2 of 2) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-bits-image.c | 194 static force_inline void accum_32(unsigned int *satot, unsigned int *srtot, in accum_32() 206 static force_inline void reduce_32(unsigned int satot, unsigned int srtot, in reduce_32() 225 static force_inline void accum_float(unsigned int *satot, unsigned int *srtot, in accum_float() 237 static force_inline void reduce_float(unsigned int satot, unsigned int srtot, in reduce_float() 275 unsigned int srtot, sgtot, sbtot, satot; in bits_image_fetch_pixel_convolution() local 344 unsigned int srtot, sgtot, sbtot, satot; in bits_image_fetch_pixel_separable_convolution() local
|
D | pixman-fast-path.c | 2747 int satot, srtot, sgtot, sbtot; in bits_image_fetch_separable_convolution_affine() local
|