Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dalpha_processing.c217 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
220 #define PREMULTIPLY(x, m) (((x) * (m) + (1U << 23)) >> 24) macro
A Dalpha_processing_neon.c23 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
A Dalpha_processing_sse2.c150 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro

Completed in 6 milliseconds