Home
last modified time | relevance | path

Searched defs:PREMULTIPLY (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_neon.c23 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
79 #undef PREMULTIPLY macro
H A Dalpha_processing.c219 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
222 #define PREMULTIPLY(x, m) (((x) * (m) + (1U << 23)) >> 24) macro
246 #undef PREMULTIPLY macro
H A Dalpha_processing_sse2.c151 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
212 #undef PREMULTIPLY macro

Completed in 3 milliseconds