Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Djmorecfg.h370 #define MULTIPLIER int /* type for fastest integer multiply */ macro
372 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
/third_party/nghttp2/src/
Dshrpx_connect_blocker.cc71 constexpr auto MULTIPLIER = 1.6; variable
Dshrpx_live_check.cc171 constexpr auto MULTIPLIER = 1.6; variable
Dshrpx_connection_handler.cc847 constexpr auto MULTIPLIER = 3.2; variable
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dalpha_processing.c218 #define MULTIPLIER(a) ((a) * 32897U) macro
221 #define MULTIPLIER(a) ((a) * 65793U) macro
250 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
Dalpha_processing_neon.c22 #define MULTIPLIER(a) ((a) * 0x8081) macro
Dalpha_processing_sse2.c150 #define MULTIPLIER(a) ((a) * 0x8081) macro
/third_party/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_test01.c70 #define MULTIPLIER 10 /* decides the rate at which share value gets multiplied */ macro
Dcpuctl_def_task01.c71 #define MULTIPLIER 10 /* Rate at which share value gets multiplied */ macro