Home
last modified time | relevance | path

Searched refs:MULTIPLIER (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/dsp/
Dalpha_processing.c213 #define MULTIPLIER(a) ((a) * 32897U) macro
216 #define MULTIPLIER(a) ((a) * 65793U) macro
229 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply()
238 #undef MULTIPLIER
243 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
266 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444()
276 #undef MULTIPLIER
Dalpha_processing_neon.c22 #define MULTIPLIER(a) ((a) * 0x8081) macro
68 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_NEON()
78 #undef MULTIPLIER
Dalpha_processing_sse2.c149 #define MULTIPLIER(a) ((a) * 0x8081) macro
201 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_SSE2()
210 #undef MULTIPLIER
/external/libjpeg-turbo/
Djmorecfg.h403 #ifndef MULTIPLIER
405 #define MULTIPLIER int /* type for fastest integer multiply */ macro
407 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
Djdct.h66 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 */
/external/pdfium/third_party/libjpeg/
Djmorecfg.h351 #ifndef MULTIPLIER
352 #define MULTIPLIER int /* type for fastest integer multiply */ macro
Djdct.h56 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 */
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_def_task01.c70 #define MULTIPLIER 10 /* Rate at which share value gets multiplied */ macro
234 myshares = MULTIPLIER * myshares; in main()
Dcpuctl_test01.c69 #define MULTIPLIER 10 /* decides the rate at which share value gets multiplied */ macro
223 myshares = MULTIPLIER * myshares; in main()