Home
last modified time | relevance | path

Searched defs:MULTIPLY (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dblend_modes.c51 #undef MULTIPLY macro
62 #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / MAX)) macro
72 #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 1.0)) macro
/third_party/ffmpeg/libavcodec/
H A Djfdctfst.c142 #define MULTIPLY(var,const) ((int16_t) DESCALE((var) * (const), CONST_BITS)) macro
[all...]
H A Djfdctint_template.c176 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
178 #define MULTIPLY(var,const) ((var) * (const)) macro
[all...]
H A Djrevdct.c170 #define MULTIPLY(var,const) (((int16_t) (var)) * ((int16_t) (const))) macro
173 #define MULTIPLY(var,const) (((int16_t) (var)) * ((int32_t) (const))) macro
178 #define MULTIPLY(var,const) ((var) * (const)) macro
[all...]
H A D4xm.c164 #define MULTIPLY(var, const) ((int)((var) * (unsigned)(const)) >> 16) macro
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djfdctfst.c109 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
[all...]
H A Djfdctint.c132 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
[all...]
H A Djidctfst.c122 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
[all...]
H A Djidctred.c101 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
[all...]
H A Djidctint.c154 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
[all...]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DBlendMode.java35 MULTIPLY(24), enum constant
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcExtTokens.hpp143 glw::GLenum MULTIPLY; member

Completed in 8 milliseconds