Searched refs:scale5 (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_RGB16.cpp | 318 unsigned scale5 = SkAlpha255To256(aa) >> 3; in blitAntiH() local 319 uint32_t src32 = srcExpanded * scale5; in blitAntiH() 320 scale5 = 32 - scale5; // now we can use it on the device in blitAntiH() 323 uint32_t dst32 = SkExpand_rgb_16(*device) * scale5; in blitAntiH() 358 static U16CPU blend_compact(uint32_t src32, uint32_t dst32, unsigned scale5) { in blend_compact() argument 359 return SkCompact_rgb_16(dst32 + ((src32 - dst32) * scale5 >> 5)); in blend_compact() 466 unsigned scale5 = SkAlpha255To256(alpha) >> 3; in blitV() local 467 uint32_t src32 = fExpandedRaw16 * scale5; in blitV() 468 scale5 = 32 - scale5; in blitV() 470 SkRGB16BlitterBlitV_neon(device, height, deviceRB, scale5, src32); in blitV() [all …]
|
/external/libjpeg-turbo/simd/ |
D | jquanti-altivec.c | 125 scale0, scale1, scale2, scale3, scale4, scale5, scale6, scale7; in jsimd_quantize_altivec() local 214 scale5 = vec_ld(DCTSIZE2 * 4 + 80, divisors); in jsimd_quantize_altivec() 223 MULTIPLY(row5, scale5, row5); in jsimd_quantize_altivec()
|