Searched refs:MULTIPLIER (Results 1 – 6 of 6) sorted by relevance
216 #define MULTIPLIER(a) ((a) * 32897U) macro219 #define MULTIPLIER(a) ((a) * 65793U) macro233 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_C()243 #undef MULTIPLIER248 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro271 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444_C()281 #undef MULTIPLIER
22 #define MULTIPLIER(a) ((a) * 0x8081) macro68 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_NEON()78 #undef MULTIPLIER
149 #define MULTIPLIER(a) ((a) * 0x8081) macro201 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_SSE2()210 #undef MULTIPLIER
425 #ifndef MULTIPLIER426 #define MULTIPLIER int /* type for fastest integer multiply */ macro
66 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */68 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
Completed in 12 milliseconds