MULTIPLIER         65 3rdparty/libjpeg/jdct.h typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
MULTIPLIER         67 3rdparty/libjpeg/jdct.h typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
MULTIPLIER        369 3rdparty/libjpeg/jmorecfg.h #ifndef MULTIPLIER
MULTIPLIER        262 3rdparty/libwebp/dsp/upsampling.c         const uint32_t mult = MULTIPLIER(a);
MULTIPLIER        296 3rdparty/libwebp/dsp/upsampling.c       const uint32_t mult = MULTIPLIER(a);