Home
last modified time | relevance | path

Searched defs:MULTIPLIER (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/dsp/
Dalpha_processing.c213 #define MULTIPLIER(a) ((a) * 32897U) macro
216 #define MULTIPLIER(a) ((a) * 65793U) macro
243 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
Dalpha_processing_neon.c22 #define MULTIPLIER(a) ((a) * 0x8081) macro
Dalpha_processing_sse2.c149 #define MULTIPLIER(a) ((a) * 0x8081) macro
/external/libjpeg-turbo/
Djmorecfg.h405 #define MULTIPLIER int /* type for fastest integer multiply */ macro
407 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_test01.c69 #define MULTIPLIER 10 /* decides the rate at which share value gets multiplied */ macro
Dcpuctl_def_task01.c70 #define MULTIPLIER 10 /* Rate at which share value gets multiplied */ macro
/external/pdfium/third_party/libjpeg/
Djmorecfg.h352 #define MULTIPLIER int /* type for fastest integer multiply */ macro