Searched defs:MULTIPLY (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | blend_modes.c | 51 #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 D | jfdctfst.c | 142 #define MULTIPLY(var,const) ((int16_t) DESCALE((var) * (const), CONST_BITS)) macro [all...] |
H A D | jfdctint_template.c | 176 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro 178 #define MULTIPLY(var,const) ((var) * (const)) macro [all...] |
H A D | jrevdct.c | 170 #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 D | 4xm.c | 164 #define MULTIPLY(var, const) ((int)((var) * (unsigned)(const)) >> 16) macro [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jfdctfst.c | 109 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro [all...] |
H A D | jfdctint.c | 132 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro [all...] |
H A D | jidctfst.c | 122 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro [all...] |
H A D | jidctred.c | 101 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro [all...] |
H A D | jidctint.c | 154 #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 D | BlendMode.java | 35 MULTIPLY(24), enum constant
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExtTokens.hpp | 143 glw::GLenum MULTIPLY; member
|
Completed in 8 milliseconds