Searched refs:MULTIPLIER (Results 1 – 6 of 6) sorted by relevance
371 #ifndef MULTIPLIER373 #define MULTIPLIER short macro375 #define MULTIPLIER short macro377 #define MULTIPLIER short macro379 #define MULTIPLIER int /* type for fastest integer multiply */ macro
60 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */62 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
213 #define MULTIPLIER(a) ((a) * 32897U) macro216 #define MULTIPLIER(a) ((a) * 65793U) macro229 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply()238 #undef MULTIPLIER243 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro266 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444()276 #undef MULTIPLIER
355 #ifndef MULTIPLIER356 #define MULTIPLIER int /* type for fastest integer multiply */ macro
56 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */58 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */