Home
last modified time | relevance | path

Searched defs:PREMULTIPLY (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dalpha_processing.c219 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
222 #define PREMULTIPLY(x, m) (((x) * (m) + (1U << 23)) >> 24) macro
Dalpha_processing_neon.c23 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
Dalpha_processing_sse2.c151 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp73661 PREMULTIPLY, enumerator