PREMULTIPLY       247 3rdparty/libwebp/dsp/upsampling.c #define PREMULTIPLY(x, m) (((x) * (m)) >> 23)
PREMULTIPLY       250 3rdparty/libwebp/dsp/upsampling.c #define PREMULTIPLY(x, m) (((x) * (m) + (1UL << 23)) >> 24)
PREMULTIPLY       272 3rdparty/libwebp/dsp/upsampling.c #undef PREMULTIPLY